agent-workflow-kitlisted
Install: claude install-skill sabaiway/agent-workflow
# agent-workflow-kit
Deploys and upgrades a **portable AI-agent memory-and-workflow system** in a project.
**Posture:** never leak kit internals — translate tool outcomes to plain language; Gotchas: `${CLAUDE_SKILL_DIR}/references/shared/deploy-tail.md`.
---
## Memory substrate: delegate or fall back (composition root)
This kit is the **composition root** of the `agent-workflow` family. The memory substrate
(`docs/ai/`, the entry-point doc, caps / archive / index, the setup contracts) is owned by
**`agent-workflow-memory`**. The kit **prefers to delegate** substrate deployment to that skill
when it is present and healthy, and otherwise uses its **own bundled copy** (`references/`,
`migrations/`) — the one-command install stays **dependency-free**. (The methodology slot is a separate axis: its fragment is read **live from the
installed `agent-workflow-engine`**, which `npx @sabaiway/agent-workflow-kit@latest init` installs;
see `${CLAUDE_SKILL_DIR}/references/shared/composition-handoff.md`.)
`init` also **refreshes the installed memory substrate** (best-effort — a miss is a loud DEGRADED
success: warn + the exact recovery command + exit 0, never silent, never the engine's hard STOP;
`--no-memory` skips it), so a returning `init` leaves **no stale core member**. The
execution-backend bridges are still never **placed** by `init` (placed on demand by `setup`, opt-in);
**once placed**, `init` **refreshes** them from the kit's own bundled copies (refresh-only, never a
downgrad