A language- and framework-agnostic template for projects that are driven by coding agents.
Any agent that opens this repository should start with AGENTS.md (or CLAUDE.md — they are the same file). It contains the ground rules, documentation map, and evolution policy.
docs/— top-level documentation index.docs/project/— project overview, architecture, and boundaries.docs/frontend/— Feature-Sliced Design (FSD) conventions.docs/backend/— Domain-Driven Design (DDD) layered conventions.docs/operations/— development, CI/CD, and deployment guides.docs/quality/— testing and code-review expectations.docs/decisions/— architecture decision records (ADRs).deploy/— deployment assets (Docker, Kubernetes) to be adjusted per project.
- Read
AGENTS.mdfirst. - Read the relevant section of
docs/before writing code. - When a boundary is unclear, ask the user before making assumptions.
- After completing a task, update or add
docs/if the implementation changes behavior, architecture, or conventions.
Copy this repository, replace placeholders in docs/project/architecture.md, and start adding your own code under the FSD/DDD structure described in the docs.