- Make it easy to open only the docs needed for the current task.
- Keep source-of-truth docs and output docs clearly separated.
- Write the task goal in one sentence.
- List
in-scopeandout-of-scopequickly. - Define 2-3 done checks before implementation.
- Open only the minimal read path for your role first.
docs/
README.md
reference/
templates/
reports/
handoffs/
reference/: active source-of-truth docs for product, flow, design, and collaboration.templates/: reusable document templates.reports/: time-bound outputs such as QA reports, release readiness notes, and investigation summaries.reports/handoffs/: accepted handoff notes and delivery handoff outputs.
backend-apidocs/reference/project-requirements.mddocs/reference/service-user-flow.mddocs/reference/agent-collaboration.md- Optional:
docs/reference/design-guide.mdwhen API behavior affects UI
frontenddocs/reference/project-requirements.mddocs/reference/service-user-flow.mddocs/reference/design-guide.mddocs/reference/agent-collaboration.md
qadocs/reference/project-requirements.mddocs/reference/service-user-flow.mddocs/reference/design-guide.mddocs/reference/agent-collaboration.md
product-ownerdocs/reference/project-requirements.mddocs/reference/service-user-flow.mddocs/reference/agent-collaboration.md- Optional:
docs/reference/design-guide.md
docs/reference/project-requirements.mddocs/reference/project-requirements.ko.mddocs/reference/service-user-flow.mddocs/reference/service-user-flow.ko.mddocs/reference/design-guide.mddocs/reference/design-guide.ko.mddocs/reference/agent-collaboration.mddocs/reference/agent-collaboration.ko.md
docs/templates/agent-handoff.mddocs/templates/agent-handoff.ko.md
- Put new result documents under
docs/reports/. - Put handoff output files under
docs/reports/handoffs/when handoff is required. - Use date-first names when possible, for example
2026-03-17-release-readiness.md. - Keep reports immutable after sign-off; create a new report for follow-up updates.
- Search first with
rgbefore opening full files. - Read entry points before opening large modules.
- Avoid reopening the same file without a concrete question.
- Make changes in small batches and validate after each batch.
- English reference docs are implementation source-of-truth.
- If an English reference doc changes, update its Korean mirror in the same change set.