skills/update-docs/SKILL.md
Command post-step: write CHANGELOG + TODO once per command run. One call, not per-skill doc writes.
npx skillsauth add the-own-lab/Claude-company-of-one update-docsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Command-level post-step. Writes CHANGELOG.md and TODO.md (inside the active spec
directory) in a single pass, at the end of /dev /review /debug. /think's
output IS the docs, so /think does not call this skill.
BRIEF.md — for feature name, delivered contract, accepted review findings.bash "hooks/scripts/lib/diff-evidence.sh").docs/projects/<project>/CHANGELOG.md.docs/projects/<project>/specs/<date>-<slug>/TODO.md (if present).CHANGELOG.md top entry under [Unreleased] in Keep a Changelog format.TODO.md checkboxes reflecting what actually shipped.bash "hooks/scripts/lib/docs-check.sh" to see which docs lag behind the diff.## Current Contract and delivered diff.CHANGELOG.md under [Unreleased]:
TODO.md:
/review that were accepted but deferred.docs-check.sh reports the CHANGELOG untouched while the diff contains code
changes → you missed a change. Re-run step 3.update-docs does NOT create half-specs. Route back to
/think so the feature gets REQUIREMENTS + DESIGN + TODO before continuing.
(Exception: /debug writes to an existing spec's TODO or to the issue tracker,
not to a new spec dir.)commitlint.config.js (monorepo rule)./think.documentation
Update BRIEF.md sections during a command run. Any skill that produces a brief-persisted artifact calls this to write it back.
development
Post-code check: run tests + confirm TODO acceptance items map to passing tests; applies a security lens but is not a separate scan.
content-media
Author REQUIREMENTS.md + DESIGN.md + TODO.md for a feature. The three files are one contract; they ship together.
testing
/review Layer 1 auditor + /think self-review. Three contexts: think-self-review, review-spec, review-implementation. Also judges reconstruction drills.