← ClaudeAtlas

pmstudiolisted

PM Studio command center. Use for a quick overview of available commands and document inventory. Use when someone says "pmstudio", "show commands", "what can I generate", or "project status". Do NOT use for detailed completeness audits — use /pmstudio-nfr instead. Shows document coverage dashboard and recommends which /pmstudio-* command to run next.
rkz91/coco · ★ 3 · AI & Automation · score 69
Install: claude install-skill rkz91/coco
# PM Studio — Command Center ## Purpose Single entry point for all PM document generation. Shows what exists, what's missing, and what to run next. ## Process ### Step 1: Read Project Context Read these files (skip any that don't exist): - `CLAUDE.local.md` — project overview, folder structure, recent changes - `.sync-watch.json` — watched directories and target documents ### Step 2: Scan for Existing Documents Use glob patterns to detect which document types exist in the current project: | Document Type | Glob Pattern | Category | |---------------|-------------|----------| | PRD | `**/*PRD*.html`, `**/*PRD*.md`, `**/PRD/**` | CREATE | | Presentation | `**/Presentations/*-v[0-9]*.html`, `**/*Presentation*.html` | CREATE | | PRD Presentation | `**/*PRD*Presentation*.html`, `**/*PRD*-Presentation*.html` | CREATE | | Architecture Map | `**/*Architecture*.html`, `**/*Map*.html` | CREATE | | Verification | `**/Verification/**`, `**/*Verification*.md` | CREATE | | Stakeholder Comms | `**/Comms/**`, `**/*Comms*.html` | CREATE | | ARB Review | `**/ARB/**`, `**/*ARB*.html` | GOVERN | | DR Plan | `**/Operations/*DR*`, `**/*DR-Plan*`, `**/*Disaster*` | GOVERN | | IRP | `**/Operations/*IRP*`, `**/*Incident*Response*` | GOVERN | | Recovery Plan | `**/Operations/*Recovery*`, `**/*Recovery-Plan*` | GOVERN | | Change Log | `**/*Change-Log*`, `**/*Changelog*` | GOVERN | | NFR Status | `.nfr-status.json` | GOVERN | | Meeting Notes | `**/Meeting-Notes/**` | SOURCE | | Research | `**/Res