$npx -y skills add devnomad-byte/cosmosmith --skill cosmosmith-spec-governorConvert Cosmosmith idea and research briefs into proposal, design, and task ledger artifacts. Use after product discovery, when a rough idea needs an OpenSpec-like proposal, buildable design, and claimable tasks with acceptance checks and verification evidence.
| 1 | # Cosmosmith Spec Governor |
| 2 | |
| 3 | ## Purpose |
| 4 | |
| 5 | Turn clarified intent into executable project structure: `proposal.md`, `design.md`, and `task.md`. |
| 6 | |
| 7 | ## Workflow |
| 8 | |
| 9 | 1. Read project `AGENTS.md`, `docs/cosmosmith/idea-brief.md`, optional `docs/cosmosmith/research-brief.md`, and existing specs. |
| 10 | 2. Draft `proposal.md` from the plugin proposal template. |
| 11 | 3. Draft `design.md` from the plugin design template. |
| 12 | 4. Create or update `task.md` from the plugin task ledger template. |
| 13 | 5. Publish the smallest claimable tasks that can produce reviewable evidence. |
| 14 | 6. Assign owner roles, dependencies, acceptance checks, and harness notes. |
| 15 | 7. Add a governance review task for `cosmosmith-governance-review`. |
| 16 | |
| 17 | ## Task Publishing Rules |
| 18 | |
| 19 | - Derive tasks from proposal and design artifacts. |
| 20 | - Keep each task small enough to verify. |
| 21 | - Use role owners, not named people, unless the user explicitly named someone. |
| 22 | - Leave tasks `queued` until an agent claims them. |
| 23 | - Never mark tasks `done` without evidence. |
| 24 | |
| 25 | ## Completion |
| 26 | |
| 27 | Stop when proposal, design, and task ledger exist and each claimable task has output, acceptance checks, harness, loop, and dependencies. |