Loaded Mermaid
PlanPack House Style
Generated by a subagent using the repo-local planpack-mermaid-diagram skill. This is the current blended house style: Mermaid Diagrams and Beautiful for structure, Pretty for palette, Specialist for stacked lanes, Visualizer for inspectability.
Rendering diagram…
Mermaid Source47 lines
1flowchart TD2D["diagram.planpack-mermaid.v1"]:::source3A[("Canonical PlanPack JSON")]:::source4V["Web viewer<br/>human plan view"]:::human5H{"Human comments<br/>approve / block / rescope / clarify / research"}:::human6B["Structured comment bundle"]:::source7O["orchestrator.planpack.v1<br/>revise plan, events, feedback"]:::orchestrator89D --> A10A --> V --> H --> B --> O --> A1112subgraph P["Parallel planning inputs"]13C["planning.info-collector.v1<br/>constraints"]:::agent14I["idea.divergent.v1<br/>options"]:::agent15R["research.prior-art.v1<br/>prior art"]:::agent16end1718O --> C19O --> I20O --> R21C --> K["idea.research-informed.v1<br/>consolidate approach"]:::agent22I --> K23R --> K2425K --> G{"Human plan gate"}:::human26G -- "clarify / rescope / research" --> O27G -- approve --> T["testing.contract-first.v1<br/>validation contract + test design"]:::validation28T --> M["implementation.serial.v1<br/>implementation"]:::agent29M --> Q["validation.independent.v1<br/>independent validation"]:::validation3031Q -- fail --> F["Blocker report"]:::blocker32F --> O33Q -- pass --> CR{"code-review.thermonuclear.v1"}:::human34CR -- block --> CB["Review block"]:::blocker35CB --> O36CR -- "mortem / process feedback" --> MF["Process feedback"]:::feedback37MF --> O38CR -- approve --> Z["Final handoff<br/>PR, preview, tests, blockers, next action"]:::done3940classDef source fill:#e8f3ff,stroke:#2563eb,color:#071b3a;41classDef orchestrator fill:#f5f2e8,stroke:#6f5d2a,color:#211a07;42classDef human fill:#fff4cc,stroke:#b88700,color:#2b2100;43classDef agent fill:#ecfdf3,stroke:#16803c,color:#062b15;44classDef validation fill:#eef2ff,stroke:#4f46e5,color:#14143d;45classDef blocker fill:#ffe8e8,stroke:#dc2626,color:#3b0707;46classDef done fill:#dcfce7,stroke:#15803d,color:#052e16;47classDef feedback fill:#fff7ed,stroke:#ea580c,color:#431407;