open-spec-complete
Installation
SKILL.md
Mark a change as done and sync the living specs.
Framework-agnostic: works whether you used temporary change artifacts, plan mode, TDD, or direct implementation.
The only obligation: specs/features/ must reflect what the system does now.
Input: Optionally specify a change name (if using specs/changes/<name>/). Otherwise the diff is inferred from git automatically.
Steps
-
Understand what changed
git diff HEAD --stat git statusRead the key changed files to understand which behaviors were added, modified, or removed.