flow-journey-authorlisted
Install: claude install-skill Brite-Nites/brite-claude-plugins
# flow-journey-author
Per-domain journey doc authoring sub-skill. Writes ONE markdown file per domain conforming to the Q26 locked journey-doc template. Single `Agent(general-purpose)` per domain --- multi-agent staged authoring is parked for v1.1 if domain content bloats past context limits.
This skill is **NOT user-invocable** (`disable-model-invocation: true`, per Q7).
**Ordering constraint.** Runs AFTER `flow-doc-author` (Q15). Even greenfield `NOT_STARTED` stubs confirm flow IDs + personas + related_flows for journey authoring. Uniform ordering simplifies the orchestrator --- the ~60s parallelism savings on greenfield doesn't justify conditional ordering against ~5min/gate human review time on retrofit.
The full design rationale lives in `docs/design-rationale/fda-plugin-interview.md` Q16 (memory:126-145). Q26 defines the journey-doc template; Q15 (memory:108-124) defines the upstream story-doc author this skill reads from.
---
## 1. Authoring strategy (Q16.1) --- hybrid
### Programmatic substitution (8 deterministic YAML keys + 2 body items)
| YAML key | Source |
|---|---|
| `domain` | inventory section |
| `milestone` | scaffold output (`BC-XXXX`) |
| `personas` | deduplicated from inventory rows OR `personas/INDEX.md` |
| `flow_ids_in_scope` | inventory domain section row IDs |
| `status` | `in-progress` initial (describes doc-authoring lifecycle, NOT delivery state) |
| `figma` | `TBD` |
| `last_reviewed` | current ISO-8601 |
| `intent` | `../intent.md` (per