incremental-implementation
Installation
SKILL.md
Incremental Implementation
For each slice:
- Pick one task.
- Read acceptance criteria.
- Read required context from the active plan, including linked ADRs, spec sections, and steering files. Preserve ADR constraints and plan
must notguardrails; stop if implementation would require a superseding ADR or explicit human architecture decision. - Add or run the narrowest relevant test.
- Make the minimum change.
- Verify immediately.
- Update task status checkboxes in the active plan so
[x] Implemented,[x] Verified, and[x] Reviewedreflect only work that actually happened.
Prefer small diffs. Avoid unrelated refactors. Do not commit unless requested.