Rapid implementation for small, low-risk, well-defined changes. Use when the task is narrow in scope, has clear acceptance criteria, and can be completed safely without a formal multi-phase plan.
Implement small features or bug fixes directly, with strict scope control and verification.
Use this skill for speed only when risk is low and requirements are clear.
Treat a task as quick-implement eligible only if all conditions below are true:
Clear requirement
Small change surface
Low architectural risk
Straightforward verification
If any condition fails, escalate to write-plan.
Immediately stop quick implementation and switch to planning when any of these appear:
Escalation message template:
write-plan first to define phased execution and risk controls."Question Tool mandate.Run proportional validation for the change:
If verification fails unexpectedly:
write-plandocs/project-pdr.md, docs/codebase.md, docs/architecture.md).write-plan when complexity or risk exceeds quick-implement limits.fix when the task is primarily debugging an issue.Before final response, confirm: