prism-storylisted
Install: claude install-skill baldaworks/prism
# Prism story lifecycle
Run one full role-aligned Prism story lifecycle in the current host. Do not
invoke Callee. Use `$prism-light:lifecycle`, `/prism-light:lifecycle`, or
`/prism-light` only when the user explicitly requests the concise workflow.
| Layer | Owns |
| --- | --- |
| **Beads** | Story description, acceptance, design, child tasks, status, assignee, labels, comments |
| **This skill** | Host execution of the full phase/role contract plus all `bd` writes |
| **Prism Callee pack** | Read-only behavioral source from which the bundled story contracts are projected |
| **Prism Callee skill** | Actual `callee agent run prism/...` execution |
**Invoke:** Codex `$prism:story`, Claude Code `/prism:story`, or flat slash `/prism-story`.
Lifecycle graph: [references/lifecycle.md](references/lifecycle.md). Keep lifecycle
diagrams vertical with Mermaid `flowchart TB`.
## Durable lifecycle state
Exactly one supported story label is the active phase:
| Phase | Story label | Host role sequence |
| --- | --- | --- |
| Specify | `phase:story:specify` | interviewer → readiness gate → Human clarification → extract |
| Design | `phase:story:design` | explorer → architect |
| Breakdown | `phase:story:breakdown` | implementation planner → Beads normalizer |
| Human | `phase:story:human` | approval prompt → intent classifier → decision check |
| Apply | `phase:story:apply` | implementer → independent reviewer, repeat as needed |
| Verify | `phase:story:verify` | story reviewer → c