From development
Execute an implementation plan step by step with verification checkpoints and progress tracking. Use when the user asks to "implement the plan", "execute the steps", "start implementing", or has an approved plan ready to implement.
How this skill is triggered — by the user, by Claude, or both
Slash command
/development:implementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Execute a structured implementation plan. Work through each step with developer oversight.
Execute a structured implementation plan. Work through each step with developer oversight.
Find the plan to execute:
plan-*.md or implementation plan files in the working directory.Read the plan. Summarize: what will change, how many steps, which files are affected. Ask the developer to confirm before touching any files.
For each numbered step in the plan:
If something unexpected comes up during a step (a file doesn't exist, a function signature changed, a test fails), stop and surface it to the developer. Do not improvise fixes outside the plan scope.
After all steps are complete, run any verification commands specified in the plan:
Report pass/fail for each.
Provide:
npx claudepluginhub znorris/claude-marketplace --plugin developmentExecutes approved implementation plans with checkpoint validation, progress tracking, and stakes-based enforcement. Locates plans, verifies approval, and runs verification criteria before proceeding.
Executes a detailed implementation plan step-by-step with verification after each change. Use after planning to convert strategy into precise code modifications.
Executes approved multi-phase implementation plans with verification checkpoints. Useful for step-by-step feature or fix rollouts with progress tracking.