skills/brief/SKILL.md
Creates and validates lean slice-scoped briefs.
npx skillsauth add sirius-cc-wu/sirius-skills 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.
Use this skill to turn one execution-ready work item into a concise brief.md.
brief defines the slice contract: what outcome the slice must deliver, how success will be recognized, and what assumptions or dependencies shape the work.
It should stay intentionally lighter than blueprint.
<slice_path>/brief.md.<slice_path>/checklists/requirements.md.<slice_path>/brief.md<slice_path>/checklists/requirements.mdResolve <slice_path> through guide-execution.
brief owns the content of:
<slice_path>/brief.md<slice_path>/checklists/requirements.mdguide-execution should resolve the active slice and enforce readiness gates, but it should not take over brief authoring that belongs to brief.
brief should captureKeep brief.md focused on the minimum contract needed to guide implementation and later review:
For simple slices, prefer a compact brief that still satisfies the validation gates rather than expanding every section to full detail.
brief must avoidDo not turn brief.md into a technical plan. Keep these concerns in blueprint.md instead:
Before handoff, confirm:
guide-execution.brief-template.md with a lean slice contract.blueprint.tools
Create or resume a dedicated git worktree for one feature or subfeature, drive `ship` inside that worktree, and hand the finished branch back as a pull request to the original branch.
testing
Reviews one completed feature or subfeature against final implementation and slice artifacts, then records a durable reconciliation block before archive.
development
Tightens durable repo-level rules in AGENTS.md and adjacent governance surfaces when repeated drift reveals a policy gap.
data-ai
Resolves one reviewed feature or subfeature backlog into remaining planned slices and routes each active slice to the next owning execution step with one commit per completed slice.