From workflow
Phase 3 of the development workflow. Execute a plan step-by-step with verification. Checks for scope creep after each step. Use after /plan.
How this skill is triggered — by the user, by Claude, or both
Slash command
/workflow:implementThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Phase 3 of the Explore → Plan → Implement → Verify workflow.
Phase 3 of the Explore → Plan → Implement → Verify workflow.
.claude/plans/ for the most recent planls or Glob)
b. If the plan involves destructive/batch changes, dry-run first where possible
c. If a target file doesn't exist or has changed unexpectedly, stop and update the planRun the verification step from the plan. Show output.
IMPLEMENTATION COMPLETE
=======================
Plan: {plan name}
Steps completed: {X}/{Y}
Verification: {PASS/FAIL}
Evidence: {one-line summary of proof}
If verification fails: diagnose, fix, re-verify. Don't mark done until it passes. If the plan was wrong: note what was different and why.
npx claudepluginhub artmin96/forge-studio --plugin workflowExecutes a development plan step-by-step: loads plan, breaks into atomic verifiable steps, implements with per-step verification (build/test), checkpoints progress, final full check.
Executes approved implementation plans with strict adherence to scope, sequence, and verification. Supports batch and interactive modes, phase tracking, and final reporting.
Executes approved implementation plans with checkpoint validation, progress tracking, and stakes-based enforcement. Locates plans, verifies approval, and runs verification criteria before proceeding.