Skip to main content
Use plan when the task needs scope, sequencing, or tradeoff review before edits.

When to use it

Use plan forUse another skill for
Multi-file changesOne small copy edit
Architecture or data-flow choicesA known failing test
Work that needs approval before editsA direct implementation request

What to provide

InputExample
OutcomeAdd usage-based billing.
ConstraintsKeep the existing Stripe integration.
ScopeCover API routes, UI states, and tests.
VerificationInclude the checks that prove the change works.

Example request

/plan Add usage-based billing.
Use the existing Stripe integration.
Call out the files you expect to change.
Include the tests and checks needed before implementation.

Expected output

Agent returns a structured plan with scope, steps, risks, and verification. Use the plan as the handoff for build when the direction is clear.
PageUse it to
Build skillImplement an approved plan.
Review skillCheck the result before merge.