← ClaudeAtlas

pm-stripelisted

JIT Delivery Stripe session orchestrator. Run every time you sit down to work on Phase 6-7. Reads current state across all active stripes, detects where each feature is in the lifecycle, surfaces the right next action, and routes you to the correct skill. One stripe = one isolated development channel. Features process one at a time per stripe in dependency order.
ljucask/pureinn-product-development · ★ 1 · AI & Automation · score 77
Install: claude install-skill ljucask/pureinn-product-development
# PM - Delivery Stripe ## Agent mode (`--agent`) This skill's value is the live dialogue - `--agent` is not supported. If invoked with `--agent`, warn once ("this skill needs interactive back-and-forth; agent mode would hollow it out") and proceed interactively. --- ## What this skill does **Run this every time you sit down to work on Phase 6-7.** It is not a one-time setup skill - it is your session start point. pm-stripe reads the current state of all active stripes, detects where each active feature is in the lifecycle, and tells you exactly what to do next. It routes you to the right skill at the right moment. **Division of responsibility:** - `features/feature_list.md` - source of truth for feature inventory, priority, stripe assignment, dependency order - `/features/cards/FEAT-*.md` - source of truth for feature status and spec content - **This skill** - session orchestrator: detects state, routes to right skill, tracks transitions, runs Impact Analysis **Full feature lifecycle:** | Status | Meaning | Who sets it | |---|---|---| | `1_Backlog` | In queue, design not started | pm-features-list (auto) | | `2_Spec_Done` | JIT spec complete (Sections 1-3 written), awaiting design inspection | pm-feature-design | | `2b_In_Design` | **(optional - frontend features only)** UI / Figma design being produced | pm-feature-design / designer | | `3_Ready_to_Build` | Design inspection approved, ready to enter build | pm-stripe (human confirms) | | `4_In_Build` | Build skills