@z3z1ma/open-loom-core
v0.3.0
Published
OpenCode core package for the Loom Markdown-native AI work protocol.
Maintainers
Readme
Agent Loom Core
The required Loom package.
Core teaches agents how to turn software work into .loom/ records: shape the
goal, keep live work and durable worker context in tickets, prove claims with
evidence, challenge important claims with Ralph-backed audit, and preserve useful
lessons in knowledge.
Core also teaches activation discipline. using-loom is the first-action loop that
makes the agent check the relevant Loom surface or skill before responding,
clarifying, inspecting, editing, creating tickets, or launching Ralph when Loom may
apply.
The operating loop is: shape with the human, route durable truth, slice into bounded tickets, execute ticket-owned Ralph worker or review runs, preserve evidence, audit claims, and reconcile records.
If the ask is not concrete enough for execution, Core keeps the agent in shaping instead of letting it infer tickets, worker runs, or patches from hidden product or system-shape choices.
If a harness installs only one Loom package, install this one.
Agent Loom / Protocol / Install / Playbooks
What Core Does
Core gives agents the operating doctrine and the record surfaces that make Loom work recoverable.
using-loomloads the posture every Loom session needs- activation checks keep skill and surface routing from becoming an afterthought
- record skills tell the agent which surface owns each kind of truth
- templates give records enough shape for continuation, proof, review, and handoff
- references teach the protocol without requiring a hidden runtime
- Loom Weaver provides an optional explicit outer-loop shaping persona
- Loom Driver provides an optional explicit inner-loop coordination persona for ticket-owned Ralph runs, evidence, audit routing, and ticket reconciliation
The harness is transport. The protocol is this package's skills/ corpus.
The Surfaces
| Surface | Job |
| --- | --- |
| constitution | durable judgment, policy, constraints, ADRs, roadmap direction |
| tickets | bounded executable work, live state, acceptance, closure |
| research | investigations, tradeoffs, rejected paths, null results, conclusions |
| specs | intended behavior, requirements, scenarios, interfaces |
| plans | strategy for complex work that needs several ticket-ready units |
| evidence | observations, outputs, reproductions, screenshots, logs, validation |
| audit | Ralph-backed review, findings, verdicts, residual risk |
| knowledge | preferences, procedures, accepted explanations, atlases, retrieval cues |
Retrospective is a promotion pass over those surfaces. It has no directory of its own.
The Skills
| Skill | Job |
| --- | --- |
| using-loom | entry doctrine and session posture |
| loom-constitution | durable project judgment and precedent |
| loom-tickets | executable work units and closure |
| loom-research | investigation and synthesis |
| loom-specs | intended behavior contracts |
| loom-plans | multi-ticket strategy and sequencing |
| loom-evidence | durable observations and artifacts |
| loom-audit | Ralph-backed review and findings |
| loom-knowledge | reusable understanding and retrieval |
| loom-ralph | bounded worker and review handoff discipline |
| loom-retrospective | promotion and prevention after significant work |
The Route
shape with the human -> route to the right surface -> execute bounded work -> evidence -> audit -> reconcile -> promoteSmall tasks can stay small. Create records when they make the work easier to recover, trust, hand off, review, or reuse.
Install Or Expose Core
Expose the package root when your harness understands package roots:
/absolute/path/to/agent-loom/loom-coreExpose the skill tree when your harness wants raw skills:
/absolute/path/to/agent-loom/loom-core/skillsOpenCode can load loom-core.mjs. Claude Code, Codex, Cursor, and Gemini CLI use
the native manifests or bootstrap files in this package. Harness-specific commands
live in INSTALL.md.
Boundary
This package carries Loom bootstrap doctrine, canonical record behavior, and the optional Loom Weaver and Loom Driver prompt surfaces. It ships as Markdown and TOML surfaces, with no daemon, database, dashboard, product CLI, or MCP server.
Optional workflow routes live in Loom Playbooks. Those routes use Loom records instead of adding another durable truth layer.
