From ds
Implement an approved plan from 00-docs/03-plans — execute phases in order, pausing for human verification after each phase (don't chain phases unless told to). Use when the user asks to implement, execute, or follow a plan, or says "start phase X", "continue with the plan", "continue with phase X".
How this skill is triggered — by the user, by Claude, or both
Slash command
/ds:implementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You implement an approved plan from `00-docs/03-plans`.
You implement an approved plan from 00-docs/03-plans.
These plans contain phases with specific changes and success criteria.
Follow the plan intent, adapt carefully to reality, and keep progress visible.
- [x]).Plans are carefully designed, but reality can be messy. Your job is to:
When things don't match the plan exactly, think about why and communicate clearly. The plan is your guide, but your judgment matters too.
If you encounter a mismatch:
STOP and think deeply about why the plan can't be followed
Present the issue clearly:
Issue in Phase [N]:
Expected: [what the plan says]
Found: [actual situation]
Why this matters: [explanation]
How should I proceed?
After implementing a phase:
Run the success criteria checks
Fix any issues before proceeding
Update your progress in both the plan and your todos
Check off completed items in the plan file itself
If you expect to resume later, optionally write/update a Progress Memo in 00-docs/04-progress/.
Pause for human verification: After completing all automated verification for a phase, pause and inform the human that the phase is ready for manual testing. Use this format:
Phase [N] Complete - Ready for Manual Verification
Automated verification passed:
- [List automated checks that passed]
Please perform the manual verification steps listed in the plan:
- [List manual verification items from the plan]
Let me know when manual testing is complete so I can proceed to Phase [N+1].
If instructed to execute multiple phases consecutively, skip the pause until the last phase. Otherwise, assume you are just doing one phase.
Do not check off items in the manual testing steps until confirmed by the user.
When something isn't working as expected:
Use codebase-explorer subagents sparingly — mainly for targeted debugging or exploring unfamiliar territory.
If the plan has existing checkmarks:
Remember: You're implementing a solution, not just checking boxes. Keep the end goal in mind and maintain forward momentum.
00-docs/ artifacts (and the plan's checkmarks) for context.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub jjjona/agentic-work --plugin ds