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

  1. Understand what changed

    git diff HEAD --stat
    git status
    

    Read the key changed files to understand which behaviors were added, modified, or removed.

Related skills
Installs
38
GitHub Stars
3
First Seen
Apr 19, 2026