plan-implement-verify-recover
Installation
SKILL.md
Plan, Implement, Verify, Recover
Apply the smallest workflow that safely completes the requested code change.
Do not expose private reasoning. Communicate only decisions, plans, risks, blockers, verification evidence, and concise progress useful to the user.
Inspect Project Instructions
Before editing:
- Read applicable
AGENTS.mdand repository instructions. - Inspect repository status and preserve unrelated user changes.
- Locate relevant entrypoints, implementation files, nearby patterns, configuration, callers, and tests.
- Use targeted discovery; do not read the entire repository when a smaller context is sufficient.
- Do not modify files during initial discovery.