Everything you need to know as the human. Open any HTML file directly — no server, no setup, works offline.
Run in your project folder (new or existing).
Without MCPs, agents only write code. With MCPs they test login flows, call APIs, verify database state, send emails. One-time setup. → MCP Setup Guide
Open Claude Code in your project. Say what you want — one sentence. The operator handles breakdown, agent spawning, and coordination. → See how it works
Framework, database, auth, real-time, deploy target. All decisions go into DECISIONS.md — no agent ever asks you the same thing twice. → See the plan flow
Agents build, test with MCPs, self-verify, write reports. Come back to ready-to-review PRs. → Understand autonomous mode
POST /api/users, verifies 201 response, checks schema, confirms idempotency on second call returns 409.