← ClaudeAtlas

flow-inventory-interviewlisted

Greenfield Socratic inventory generator for the flow-architecture plugin (implements CDR-023). Output `docs/product/master-flow-inventory.md` populated with proposed domains + flows. Triggered by `/flow:start-project` (or standalone `/flow:inventory`) when `flow-preflight` mode classifier returns `greenfield`. Five phases — Phase 0 (PROJECT-INTENT priority filter) -> Phase 1 (app-classifier interview, shared with Q11 retrofit) -> Phase 2 (pattern-driven candidate generation, shared) -> skip Phase 3 (no code) -> Phase 4 (greenfield synthesis with 3-tag scope-priority) -> Phase 5 (user confirmation, shared). Per-run footprint ~10-30 min end-to-end (mostly user time).
Brite-Nites/brite-claude-plugins · ★ 0 · AI & Automation · score 66
Install: claude install-skill Brite-Nites/brite-claude-plugins
# flow-inventory-interview Greenfield Socratic inventory generator. Produces `docs/product/master-flow-inventory.md` with proposed domains + flows + 3-tag scope-priority taxonomy, derived from a 5-phase user interview + pattern-catalog synthesis. This skill is **NOT user-invocable** (`disable-model-invocation: true`, per Q7). The user-facing wrapper is `/flow:inventory`; `/flow:start-project` dispatches to this skill when `flow-preflight` classifies the project as greenfield. **Critical relationship to Q11.** Shares Phases 0, 1, 2, 5 verbatim with `flow-inventory-codebase-scan` via `_shared/app-classifier-pattern.md` (BC-6955 deliverable). Differs in: - Skipping Phase 3 (no codebase to scan). - Phase 4 status taxonomy (3-tag scope-priority for greenfield vs. 4-tag implementation status for retrofit). - Heavier Phase 1 interview (4 greenfield-only follow-up questions). The full design rationale lives in `docs/design-rationale/fda-plugin-interview.md` Q19 (memory:208-222). Q11 (memory:68) is the retrofit twin; Q25 defines the master-inventory schema this skill writes. --- ## 1. Phase sequence (Q19.1) --- 5 phases | Phase | Source | Description | |---|---|---| | 0 | shared | PROJECT-INTENT.md priority filter | | 1 | shared | app-classifier interview (extended with 4 greenfield follow-ups) | | 2 | shared | pattern-driven candidate generation | | **3** | --- | **SKIPPED** (no codebase) | | 4 | greenfield-specific | synthesis with 3-tag scope-priority | | 5 | shared | user