← ClaudeAtlas

pm-feature-cardlisted

Create and manage Feature Cards for individual features (FEAT-ID). In the FDD+SDD framework, Feature Cards are the atomic delivery unit - one card per feature, living in /features/cards/. Cards are created as stubs by pm-features-list, populated in Sections 1-3 by pm-feature-design (JIT), and completed in Section 4 after build. This skill manages the card lifecycle and can create cards manually when needed.
ljucask/pureinn-product-development · ★ 1 · AI & Automation · score 77
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