Templates
chatbot-whatsapp
WhatsApp chatbot — Waha (self-hosted) + Claude agents + FastAPI webhook.
- Tasks
- 4
- Phases
- 3
- Estimated
- 2 h
- Routed to
claude/claude-sonnet-4-6
$ orch init --template chatbot-whatsapp
The plan
A task starts only when everything above it is done. The violet trace is the longest chain: it sets how soon the plan can finish.
Tasks by phase
F0 — Foundation (Waha + webhook)
| ID | Task | Model | Estimate | Waits for |
F0.T1 | Waha docker-compose + persistent volume | claude/claude-sonnet-4-6 | 0.4 h | — |
F0.T2 | FastAPI project skeleton | claude/claude-sonnet-4-6 | 0.3 h | — |
F1 — Message ingress
| ID | Task | Model | Estimate | Waits for |
F1.T1 | POST /webhook receives Waha events | claude/claude-sonnet-4-6 | 0.5 h | F0.T2 |
F2 — Claude agent loop
| ID | Task | Model | Estimate | Waits for |
F2.T1 | Claude agent replies to incoming messages | claude/claude-sonnet-4-6 | 0.8 h | F1.T1, F0.T1 |
Try your own spec in the playground