From development-workflow
Use when you have a written implementation plan to execute in a separate session with review checkpoints
How this skill is triggered — by the user, by Claude, or both
Slash command
/development-workflow:buildThe 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 build skill to implement this plan."
Default: First 3 tasks
For each task:
When batch complete:
Based on feedback:
After all tasks complete and verified:
STOP executing immediately when:
Ask for clarification rather than guessing.
Return to Review (Step 1) when:
Don't force through blockers - stop and ask.
Required workflow skills:
npx claudepluginhub jpeggdev/buildwithjpegg --plugin development-workflowUse when you have a written implementation plan to execute in a separate session with review checkpoints
Executes implementation plans in separate sessions with batch checkpoints for architect review. Useful for structured, step-by-step plan execution with verification.
Use when you have a written implementation plan to execute in a separate session with review checkpoints.