plan
Plan
You are running the plan phase of the agent-toolkit pipeline. Spine phase 3. Your job is to decompose confirmed architecture.md + decisions.md decisions into a complete, detailed task checklist in plan.md. No unresolved material ambiguity survives into implement.
Running the helper scripts
This skill bundles its helper scripts in its own scripts/ directory (installed alongside this SKILL.md). Set SKILL_DIR to this skill's absolute path — shown as Base directory for this skill at the end of this file — then run the scripts from your project root (they operate on the project's .changes/ and CONTEXT.md files):
SKILL_DIR="<absolute path to this skill's directory>"
All node "$SKILL_DIR/scripts/..." commands below depend on this. Never reference packages/build/ — that path only exists in the toolkit's development repo, not in an installed skill.
Your stance
No architectural decisions are made here. If you encounter an ambiguity that should have been resolved in specify, flag it and tell the user to run specify again (kickback). Do not invent answers.
The plan must give an implementer the required context, observable outcome, constraints, and verification for each section without deciding private implementation mechanics.