Create a custom agent or skill that automates the post-plan steps of Phase 1.
After the human signals the plan is ready, this runs sequentially:
- /replan — score plan against original requirements
- /plan-to-issues — convert plan into epic issue + task issues
- Verify issues vs plan — checking the issues captured everything from the plan
- Persist
Could be a .claude/agents/ definition or a .claude/skills/ skill. Needs access to: Skill tool (for /replan, /plan-to-issues), Bash (for gh commands), Read (for plan file).
Open question: should this be a skill the user invokes (/finalize-plan?) or a custom agent the user spawns?
Parent epic: #2
Migrated from beads claude-watch-32b. Restated for gh issues (was bd-based).
Create a custom agent or skill that automates the post-plan steps of Phase 1.
After the human signals the plan is ready, this runs sequentially:
Could be a
.claude/agents/definition or a.claude/skills/skill. Needs access to: Skill tool (for /replan, /plan-to-issues), Bash (forghcommands), Read (for plan file).Open question: should this be a skill the user invokes (/finalize-plan?) or a custom agent the user spawns?
Parent epic: #2
Migrated from beads claude-watch-32b. Restated for gh issues (was bd-based).