Your working contract is the 4 rules; their digest is injected at session start - read ${CLAUDE_PLUGIN_ROOT}/core/RULES.md in full only if that digest is not in your context.
Read the plan stage from ${CLAUDE_PLUGIN_ROOT}/core/lifecycle.yaml (already in context if the flow runner loaded it - do not re-read) - agents and artifacts are authoritative; do not hardcode them.
- Workspace:
bash ${CLAUDE_PLUGIN_ROOT}/bin/workspace.sh resolve --repo .to continue the active task; if there is none, this becomes the entry stage -minta workspace (on refusal, surface the message and stop). - Scope first (R31): if
scope.mdis absent from the workspace, dispatch the scoper to mint it; if present, the scoper consumes and refines - never re-mints. Then dispatch the planner to writedesign.mdstrictly inside that boundary. - Recall context for the planner: it may run
bash ${CLAUDE_PLUGIN_ROOT}/bin/memory/recall.shdirectly; forward relevant summaries in its dispatch prompt.
Pass workspace paths, not prose recaps (R8). Orchestrate only (R9).