From 32038d23325702cfa9d6371fc11cfec82539821d Mon Sep 17 00:00:00 2001 From: Rathi Harivansh Date: Mon, 19 Jan 2026 17:24:29 +0000 Subject: [PATCH] workflow --- WORKFLOW.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/WORKFLOW.md b/WORKFLOW.md index 9aca073..cba7c22 100644 --- a/WORKFLOW.md +++ b/WORKFLOW.md @@ -18,13 +18,13 @@ This system is **prompt-driven**. Every agent is Claude reading markdown instruc ``` ┌─────────────────────────────────────────────────────────────────────────────┐ -│ HUMAN │ +│ HUMAN │ │ │ │ You talk to the Planner. Everything else runs in the background. │ │ │ │ Commands: │ │ /plan Start planning session │ -│ /build Execute plan (spawns orchestrator + weavers) │ +│ /build Execute plan (spawns orchestrator + weavers) │ │ /status Check progress │ │ │ └─────────────────────────────────────────────────────────────────────────────┘ @@ -32,7 +32,7 @@ This system is **prompt-driven**. Every agent is Claude reading markdown instruc │ /plan ▼ ┌─────────────────────────────────────────────────────────────────────────────┐ -│ PLANNER (Interactive) │ +│ PLANNER (Interactive) │ │ │ │ Location: Your terminal (direct Claude session) │ │ Skill: skills/planner/SKILL.md │ @@ -42,17 +42,17 @@ This system is **prompt-driven**. Every agent is Claude reading markdown instruc │ • Research the codebase │ │ • Invoke Oracle for complex tasks (optional) │ │ • Design specs (each spec = one PR) │ -│ • Write specs to .claude/vertical/plans//specs/ │ +│ • Write specs to .claude/vertical/plans//specs/ │ │ │ │ Output: Spec YAML files + meta.json │ -│ Handoff: Tells you to run /build │ +│ Handoff: Tells you to run /build │ │ │ └─────────────────────────────────────────────────────────────────────────────┘ │ │ /build ▼ ┌─────────────────────────────────────────────────────────────────────────────┐ -│ ORCHESTRATOR (tmux background) │ +│ ORCHESTRATOR (tmux background) │ │ │ │ Location: tmux session "vertical--orch" │ │ Skill: skills/orchestrator/SKILL.md │