Reconcile docs/specs/ with the implementation that actually shipped in the current scope. Reviews recent code changes, identifies which specs the changes touch via docs/specs/INDEX.md, and updates each spec to reflect design evolutions, refactors, or follow-up work that didn't get its own spec. Auto-edits small drift; surfaces design-intent changes for review. Use this whenever finishing a feature branch, after a follow-up PR adds behavior the original spec didn't describe, after a refactor renames or moves primitives referenced in specs, or whenever the user asks "are the specs still accurate?" / "update the specs" / "sync the specs to the code." If you've just finished implementation work that drifted from the spec it was based on, suggest running it without waiting to be asked.
$npx -y skills add bsaffel/moneybin --skill update-specsInstalls into the current project.
Run `npx skills use "https://github.com/bsaffel/moneybin" --skill "bsaffel/moneybin/update-specs"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/bsaffel/moneybin" that are relevant to the current task. Run `npx skills add "https://github.com/bsaffel/moneybin"` and select the relevant skills, then follow their instructions.