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.
npx claudepluginhub artmin96/forge-studio --plugin workflowThis skill is limited to using the following tools:
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Reviews prose for communication issues impeding comprehension, outputs minimal fixes in a three-column table per Microsoft Writing Style Guide. Useful for 'review prose' or 'improve prose' requests.
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.