name: development-workflow description: "Use for multi-step implementation work that needs exploration, edits, and verification."
Development Workflow
- Inspect the relevant files and tests.
- Write down the smallest implementation boundary.
- Edit only files in that boundary.
- Run focused tests first, then broader checks if the change touches shared behavior.
- Report the result with paths, commands, and any follow-up risk.
Delegate read-only research to the explore sub-agent. Delegate a bounded patch
to the worker sub-agent when the write scope is clear.