From domain-chassis
Reviews a spec or structured document for implementability, control-flow soundness, and cross-reference consistency before execution begins. Uses a director-holds-context pattern with targeted subagent prompts that trace state through branches and verify interface agreement.
How this skill is triggered — by the user, by Claude, or both
Slash command
/domain-chassis:spec-reviewWhen to use
Use when the user asks to review/validate/critique a spec, check whether a spec is implementable, find problems in a spec or design doc, or wants a structured review of a plan before implementation.
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
The reviewer's director holds the context, writes the subagent prompt, and triages the results.
The reviewer's director holds the context, writes the subagent prompt, and triages the results.
When constructing the subagent prompt, include:
Round 1 is a broad sweep. Expect 5-15 findings across severity levels.
Subsequent rounds are targeted. Exclude prior findings and focus on areas not yet covered.
Two to three rounds is typically sufficient. After each round, report the severity level of findings and whether another round is likely to surface actionable issues.
Stop after findings drop to minor severity unless the user explicitly requests another round.
npx claudepluginhub basher83/domain-chassis --plugin domain-chassisCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.