This template provides a Spec-Driven Development (SDD) setup that lives entirely under /.github.
- In VS Code Copilot Chat, select the SpecDrivenAgent.
- Run /setupSpecs to choose your documentation language and bootstrap the Memory Bank + spec folders.
.github/memory-bank/— project context (brief, patterns, active context, tech context).github/specs/— specs by lifecycle (backlog/,active/,done/).github/prompts/— reusable workflows (run via/...).github/agents/— custom agent configuration.github/copilot-instructions.md— repository-wide rules (architecture snapshot + style preferences)
/specify→/plan→ implement →/compile→/spec-lifecycle- Use
/architecture-updatewhenever structure changes (the agent also attempts best-effort automatic sync).