$npx -y skills add devnomad-byte/cosmosmith --skill cosmosmith-governance-reviewReview 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
| 1 | # Cosmosmith Governance Review |
| 2 | |
| 3 | ## Purpose |
| 4 | |
| 5 | Protect the project from drift: rules, skills, templates, and tasks must stay coherent. |
| 6 | |
| 7 | ## Workflow |
| 8 | |
| 9 | 1. Read project `AGENTS.md`, `task.md`, and relevant Cosmosmith artifacts. |
| 10 | 2. Check layer separation: |
| 11 | - Project instructions belong in `AGENTS.md`. |
| 12 | - Claude-specific adaptation belongs in `CLAUDE.md`. |
| 13 | - Reusable workflows belong in Cosmosmith skills. |
| 14 | - Long standards belong in references or docs. |
| 15 | - Deterministic checks belong in scripts. |
| 16 | 3. Check every reviewed task for owner role, status, context, expected output, acceptance checks, harness, loop, evidence, and dependencies. |
| 17 | 4. Check that philosophy affects an operational artifact, harness, or loop. |
| 18 | 5. Report findings by severity and update `task.md` with follow-up tasks when needed. |
| 19 | |
| 20 | ## Findings Format |
| 21 | |
| 22 | Use this structure: |
| 23 | |
| 24 | - Severity: |
| 25 | - Location: |
| 26 | - Problem: |
| 27 | - Why it matters: |
| 28 | - Required fix: |
| 29 | |
| 30 | ## Completion |
| 31 | |
| 32 | Stop when each reviewed artifact is either accepted with evidence or has a concrete follow-up task in `task.md`. |