Documentation
README
Planning
Distill plans into durable, buildable artifacts. A plan is a contract, not a brainstorm.
Reference Files
references/live-verification-strategy.md— when and how to plan live/production verification; load when the request calls for production-like confidence (real integrations, deployment, live data) or any task's validation level is Live
Bite-Sized Task Granularity
Each task must fit a single fresh context window: one builder can read the referenced files, implement, and test it without compaction. A task that outlives its window gets finished by a degraded agent — split it. Signs a task is too big: "and then...", multiple unrelated files, multiple test scenarios, more than 3 sub-steps.
This is the opening of the README. Read the full README on GitHub.