adopt-ruleslisted
Install: claude install-skill home-dev-lab/workflow-toolbox
# adopt-rules — install editable copies of workflow-toolbox's guardrails and pilot agents
This skill writes **editable, versioned copies** of workflow-toolbox material into the
user's project, on explicit request only. It manages two sets:
- **rules** — the cross-cutting guardrail rule files, SOURCED from the plugin's `rules/`
bundle (every `*.md` there except `README.md` — currently the delegation ladder; the set
is exactly what the plugin bundles and grows with it, the mirror of how the agents set
sources `agents/`). **Until adopted, these rules are NOT in force.** A plugin's `rules/`
directory is inert — nothing loads it into a session. The only ambient injection is a
`SessionStart` hook that emits a SIX-LINE digest of the delegation ladder alone; every
other rule in the set (proportionate verification, ground-truth verification, answer-first
reporting, memory hygiene, checkpointing, task tracking, …) reaches a session ONLY as a
copy this skill writes into a real config dir. Adopting is therefore what puts them in
force — not merely what makes them editable.
- **agents** — project copies of the pilot delegation suite's agent definitions, SOURCED from
the plugin's `agent-templates/` bundle (`pilot.md`, `pilot-watchdog.md`,
`pilot-orchestrator.md`, `pilot-orchestrator-watchdog.md`). These templates are
deliberately NOT plugin-registered agents — current Claude Code versions do NOT honor the
`observer:` frontmatter for a plugin-installed agent, so