Loading...
Loading...
Sync spec files with code changes. Triggers when modifying code that affects .kiro/specs/*/requirements.md or .kiro/specs/*/design.md. Use after implementing features, fixing bugs, or refactoring that changes behavior documented in specs.
npx skill4agent add peterfile/my-common-skills living-documentationrequirements.mddesign.md| Phase | Authority | Action |
|---|---|---|
| Generate | Spec → Code | Follow spec as contract |
| Modify | Code → Spec | Update spec to reflect code |
_writes:<!-- impl: path/to/file.ts#FunctionName -->| Code Change | Spec Update |
|---|---|
| New function/module | Add to |
| Behavior change | Update ACs in |
| Edge case handling | Add AC with EARS format |
| Architecture decision | Document rationale in |
| Removed feature | Delete from both specs |