How this skill is triggered — by the user, by Claude, or both
Slash command
/development:planThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create a detailed implementation plan for "$ARGUMENTS". Break the work into bite-sized tasks (2-5 minutes each) with exact file paths, test strategy, and commit points.
Create a detailed implementation plan for "$ARGUMENTS". Break the work into bite-sized tasks (2-5 minutes each) with exact file paths, test strategy, and commit points.
None — this is the first phase of any development effort.
Understand the feature:
Explore the codebase:
Break into tasks:
Define test strategy:
Write the plan using the template from plugins/development/shared/plan-template.md
Write the artifact to .metapowers/development/$ARGUMENTS/01-plan.md
The implementation plan written to .metapowers/development/$ARGUMENTS/01-plan.md. Present a summary to the user highlighting:
npx claudepluginhub bromso/metapowers --plugin developmentGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.