From Dev Process
Executes implementation plans in controlled batches with review checkpoints. Use when a partner provides a complete plan to implement.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dev-process:executing-plansThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Load plan, review critically, execute tasks in batches, report for review between batches.
Load plan, review critically, execute tasks in batches, report for review between batches.
Core principle: Batch execution with checkpoints for architect review.
Announce at start: "I'm using the executing-plans skill to implement this plan."
Default: First 3 tasks
For each task:
When batch complete:
## Batch 1 Complete
### Implemented
- [Task 1]: [brief description]
- [Task 2]: [brief description]
- [Task 3]: [brief description]
### Verification
[test output]
Ready for feedback.
Based on feedback:
After all tasks complete:
STOP executing immediately when:
Ask for clarification rather than guessing.
Return to Review (Step 1) when:
Don't force through blockers - stop and ask.
| Situation | Batch Size |
|---|---|
| Default | 3 tasks |
| Complex/risky changes | 1-2 tasks |
| Simple/mechanical changes | 5 tasks |
| Partner requests different | As requested |
npx claudepluginhub jhamidun/claude-code-config-pack --plugin dev-processBuilds a throwaway prototype to answer a design question about UI appearance or state/logic behavior. Guides you through two branches: interactive terminal app for logic validation, or multiple UI variations for visual exploration.