Build a backend API that accepts visit notes, extracts structured follow-up tasks, and exposes them to an internal dashboard.
- internal operators
- dashboard frontend
- future agents debugging API behavior
Prototype with real integration risk.
Python or TypeScript API, SQLite/Postgres locally, simple OpenAPI documentation.
- API endpoint accepts a sample note
- structured task output is deterministic enough to test
- OpenAPI or route docs are available
- local test command exists
- one sample request/response is committed
- unclear request/response contract
- no golden samples for agent-generated changes
- hidden assumptions about auth, tenancy, or data retention
- API contract naming
- data retention rules
- deployment target
- whether output is customer-facing
Working. Add docs/architecture.md, sample payloads, and an exec-plan template if multiple agents will touch API, storage, and dashboard code.