Advanced Repo Template
Copy this starter into a real repository when you want an OpenAI-style agent-first documentation surface instead of only a minimal harness.
Copy Order
- Copy
AGENTS.mdandARCHITECTURE.mdto the repo root. - Copy the whole
docs/tree. - Fill in
docs/PRODUCT_SENSE.md,docs/QUALITY_SCORE.md, anddocs/RELIABILITY.mdfirst. - Add your first active plan under
docs/exec-plans/active/. - Keep the entrypoint files short and route detail into the linked docs.
What This Template Optimizes For
- durable repo-local context
- progressive disclosure instead of one giant instruction file
- explicit plan lifecycle
- quality tracking over time
- readable boundaries for agents and humans
Treat every file here as a starter. Replace placeholders, examples, and sample commands with your real project specifics before relying on it.