Portable PDR + scaffold for visualizing every operating layer of a Chromatic Harness repo across Claude, VS Code, Cursor, GitHub, n8n, Mermaid, LangGraph-style agent traces, and Grafana/OpenTelemetry observability.
This package creates a visual operating layer that answers:
- What layer am I looking at?
- Which agents, workflows, and playbooks are active?
- What task is running?
- What confidence score authorized it?
- What files can the agent touch?
- What node failed?
- What tool calls exploded?
- What changed in the repo?
- What is queued next?
- Did the system respect ChromaticTrees?
python scripts/install_visual_control_plane.py --target /path/to/repoOn Windows PowerShell:
python scripts/install_visual_control_plane.py --target C:\Path\To\Repo| File | Purpose |
|---|---|
docs/pdr/PDR_VISUAL_CONTROL_PLANE.md |
Main project design record |
docs/visuals/HARNESS_LAYER_MAP.md |
Mermaid overview of all harness layers |
docs/visuals/GO_MODE_FLOW.md |
GO-mode autonomy and confidence-gate flow |
docs/visuals/AGENT_ROUTER_GRAPH.md |
Agent routing and dispatch graph |
docs/visuals/OBSERVABILITY_PIPELINE.md |
OpenTelemetry/Grafana pipeline map |
docs/playbooks/VISUAL_CONTROL_PLANE_PLAYBOOK.md |
Operating playbook |
schemas/visual_node.schema.json |
Machine-readable visual node registry schema |
schemas/harness_event.schema.json |
Telemetry event schema |
scripts/generate_harness_mermaid.py |
Generates Mermaid from registry JSON |
.vscode/tasks.json |
VS Code tasks |
.cursor/rules/chromatic-visual-control-plane.mdc |
Cursor operating rules |
.claude/CLAUDE.md |
Claude repo instructions |
CHROMATIC_TREES.md remains the governing source of truth. This package visualizes and validates the harness; it does not replace repo governance.
Three interchangeable prompt modes for the Harness Command Center.
| Mode | Prompt template | PDR |
|---|---|---|
| Operator | docs/prompts/operator_command_prompt.md |
docs/pdr/PDR_OPERATOR_COMMAND_PROMPT.md |
| Auditor | docs/prompts/auditor_command_prompt.md |
docs/pdr/PDR_AUDITOR_COMMAND_PROMPT.md |
| Designer | docs/prompts/designer_command_prompt.md |
docs/pdr/PDR_DESIGNER_COMMAND_PROMPT.md |
See docs/playbooks/COMMAND_PROMPT_SYSTEM_PLAYBOOK.md for switching instructions.
Asset packs: assets/prompt_variants/ | UI mockup: 05_FRONTEND_CONSOLE/mockups/COMMAND_CENTER_MODE_SWITCHER.md
Schemas: schemas/command_prompt_pack.schema.json, schemas/command_action.schema.json, schemas/asset_swap_pack.schema.json