← ClaudeAtlas

agent-workflow-enginelisted

Canonical home of the agent-workflow planning methodology — the Plan→Phase→Step→Substep vocabulary, plan lifecycle, queue.md series index, mandatory Cleanup phase, the bounded methodology slot fragment, the orchestration-recipe vocabulary (Solo / Reviewed / Council / Delegated), and the activity-procedures canon (plan-authoring / plan-execution, with typed recipe slots). A published, installable npm package (available:true) that *provides* the methodology text; it mutates nothing. The composition root (agent-workflow-kit) reads this canon LIVE from the installed engine and injects the bounded slots from it — one source of truth, no bundled mirror; `npx @sabaiway/agent-workflow-kit@latest init` installs the engine.
sabaiway/agent-workflow · ★ 0 · AI & Automation · score 75
Install: claude install-skill sabaiway/agent-workflow
# agent-workflow-engine The **canonical source of truth** for the `agent-workflow` planning methodology. It is a **published, installable npm package** (`capability.json` → `available:true`): it holds the methodology text and **provides** it, but it ships no runtime and mutates no files. The kit reads **this canon live from the installed engine** (resolved via the family `detect.installed` pattern) and injects the bounded slot fragment from it — **one source of truth, no bundled mirror**. `npx @sabaiway/agent-workflow-kit@latest init` installs the engine as a core part of the kit; when a slot fill is needed but the engine is absent, the kit's reconcile **fails loudly** (never silently). ## What it provides (`provides: ["plan"]`) - [`references/planning.md`](references/planning.md) — the **full methodology**: the Plan→Phase→Step→Substep vocabulary, plan-file lifecycle (`docs/plans/*.md`, gitignored, never committed), the `queue.md` series index, the mandatory final **Phase: Cleanup**, the plan-then-execute split, and the session-continuity heuristic. - [`references/methodology-slot.md`](references/methodology-slot.md) — the **bounded** fragment the composition root injects into a deployed project's `AGENTS.md`, between the `<!-- workflow:methodology:start -->` / `<!-- workflow:methodology:end -->` markers. A short summary + pointer, not the full reference, so the entry point stays under its line cap. - [`references/orchestration.md`](references/orchestration.md)