Cosmosmith governance review
Skill devnomad-byte/cosmosmith/plugins/cosmosmith/skills/cosmosmith-governance-review
Review Cosmosmith artifacts, task ledgers, generated project rules, and skill outputs for coherence, layer separation, missing evidence, and rule drift. Use before marking Cosmosmith planning or implementation tasks done, after spec generation, or when project rules and generated rules may have diverged.From its SKILL.md
npx -y skills add devnomad-byte/cosmosmith --skill cosmosmith-governance-reviewAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 20 stars20 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.4 KB, 225 tokens by cl100k_base, as published. Nobody here has run it
Cosmosmith Governance Review
Purpose
Protect the project from drift: rules, skills, templates, and tasks must stay coherent.
Workflow
- Read project
AGENTS.md,task.md, and relevant Cosmosmith artifacts. - Check layer separation:
- Project instructions belong in
AGENTS.md. - Claude-specific adaptation belongs in
CLAUDE.md. - Reusable workflows belong in Cosmosmith skills.
- Long standards belong in references or docs.
- Deterministic checks belong in scripts.
- Project instructions belong in
- Check every reviewed task for owner role, status, context, expected output, acceptance checks, harness, loop, evidence, and dependencies.
- Check that philosophy affects an operational artifact, harness, or loop.
- Report findings by severity and update
task.mdwith follow-up tasks when needed.
Findings Format
Use this structure:
- Severity:
- Location:
- Problem:
- Why it matters:
- Required fix:
Completion
Stop when each reviewed artifact is either accepted with evidence or has a concrete follow-up task in task.md.
What ships with it: 1 file
244 B alongside SKILL.md
agents/
- openai.yaml244 B