skills/write-brief/SKILL.md
Update BRIEF.md sections during a command run. Any skill that produces a brief-persisted artifact calls this to write it back.
npx skillsauth add the-own-lab/Claude-company-of-one write-briefInstall 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.
In-session updater for BRIEF.md. Skills that produce findings, decisions, open
questions, or human-owned-core content use this skill to persist them to the brief
so later skills in the chain see the same source of truth (ADR-001 D2).
brief-manager.sh path
(${COMPANY_OF_ONE_PLUGIN_DATA}/projects/<key>/sessions/<session-id>/BRIEF.md).Open Questions, Assumptions, Current Contract,
Human-Owned Core, etc.).BRIEF.md with the requested section modified. No other section touched.bash "hooks/scripts/lib/brief-manager.sh" path.## heading. Preserve all other sections verbatim.- bullet if needed.bash "hooks/scripts/lib/brief-manager.sh" check-budget.read-brief. Stop and report.## Relevant Memory or ## Ignored Memory → refuse; only read-brief writes those.check-budget fails → shrink or summarize the updated section before continuing.brief-manager.sh init.update-docs triggers archive at command end.development
Post-code check: run tests + confirm TODO acceptance items map to passing tests; applies a security lens but is not a separate scan.
documentation
Command post-step: write CHANGELOG + TODO once per command run. One call, not per-skill doc writes.
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.