python-api
Python HTTP API — FastAPI + pytest + ruff. Ready for `orch run` out of the box.
- Tasks
- 2
- Phases
- 2
- Estimated
- 0.5 h
- Routed to
claude/claude-sonnet-4-6
$ orch init --template python-api
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
| ID | Task | Model | Estimate | Waits for |
|---|---|---|---|---|
F0.T1 | Scaffold FastAPI project layout | claude/claude-sonnet-4-6 | 0.3 h | — |
F1 — Health endpoint
| ID | Task | Model | Estimate | Waits for |
|---|---|---|---|---|
F1.T1 | Health endpoint + integration test | claude/claude-sonnet-4-6 | 0.2 h | F0.T1 |