# templates/

Reusable document templates for A2C-based projects.

| Template | Path |
|----------|------|
| ADR | [adr/adr-template.md](adr/adr-template.md) |
| Architecture | [architecture/architecture-template.md](architecture/architecture-template.md) |
| Architecture story (abstract) | [architecture/architecture-story-abstract.md](architecture/architecture-story-abstract.md) |
| Architecture story (skeleton) | [architecture/architecture-story-skeleton.md](architecture/architecture-story-skeleton.md) |
| ASR | [asr/asr-template.md](asr/asr-template.md) |
| README overview | [readme/readme-overview-template.md](readme/readme-overview-template.md) |
| Spec skeleton | [spec/spec-skeleton.md](spec/spec-skeleton.md) |
| Workflow adoption note | [docs/workflow-adoption-note.md](docs/workflow-adoption-note.md) |
| Commit plan | [commit-plan/commit-plan-template.md](commit-plan/commit-plan-template.md) |
| Docs-portal integration | [docs-portal/integration-note.md](docs-portal/integration-note.md) |
| Pre-commit policy checklist | [pre-commit/policy-checklist.md](pre-commit/policy-checklist.md) |
| A2C hooks config snippet | [pre-commit/a2c-hooks-snippet.yaml](pre-commit/a2c-hooks-snippet.yaml) |
| Changelog skeleton | [changelog/CHANGELOG-template.md](changelog/CHANGELOG-template.md) |
| GitLab release verify CI snippet | [ci/gitlab-release-verify-snippet.yml](ci/gitlab-release-verify-snippet.yml) |
| Epic (planning) | [planning/epic-template.md](planning/epic-template.md) |
| Task (planning) | [planning/task-template.md](planning/task-template.md) |
| Sprint (planning) | [planning/sprint-template.md](planning/sprint-template.md) |

Copy templates into a consuming project and adapt identifiers, stack profile, and paths.

Release scripts (`bump_release.py`, `verify_release_version.py`) are copied from **`a2c-workflow`** or **`superbuild-workflow`** — see [docs/workflow/ci-release-flow.md](../docs/workflow/ci-release-flow.md).
