pm-feature-cardlisted
Install: claude install-skill ljucask/pureinn-product-development
# PM - Feature Card
## Agent mode (`--agent`)
Supports `--agent`: runs autonomously in a subagent, drafts the artifact from existing inputs, and returns a short summary + coverage note.
- **No flag** → interactive (default); if inputs are heavy, offer agent mode.
- **`--agent`** → obey. First check inputs are complete. Anything missing: do NOT invent it - mark `[ASSUMED - what/why]` in the output and summary. Never hallucinate to fill a gap.
---
## What this skill does
Manages Feature Cards in the FDD+SDD framework. A Feature Card is the atomic delivery unit - one card per feature, progressing through a defined lifecycle from initial walkthrough to immutable post-build history.
**Card lifecycle:**
| Status | Meaning | Who sets it |
|---|---|---|
| `1_Backlog` | Stub created, feature defined | pm-features-list (auto) |
| `2_Spec_Done` | JIT spec complete (Sections 1-3 populated) | pm-feature-design |
| `2b_In_Design` | **(optional - frontend features only)** UI / Figma design being created before build | pm-feature-design / designer |
| `3_Ready_to_Build` | Human approved spec (and design, if UI) | Human (Delivery Team) / Human solo confirm |
| `4_In_Build` | Build in progress | pm-stripe |
| `5_In_Review` | Code review in progress | Human / AI guardrail |
| `6_Shipped` | Complete - immutable history | pm-stripe after CI pass |
**`2b_In_Design` is optional and layer-gated.** Only a feature whose `layer` includes `frontend` passes through it (it has a UI to design in