# Docs-first bootstrap prompt

Execute the **documentation-first** phase of A2C bootstrap.

## Scope

Create or update governing documentation only — no product implementation code.

Typical outputs:

- `README.md` structure
- `docs/architecture/` overview
- `docs/adr/README.md` and `INDEX.md`
- `rules/`, `templates/`, `prompts/` scaffolding
- `.pre-commit-config.yaml` with `a2c-pre-commit-hooks` (`check-changelog`, tag-pinned) plus stack hooks
- `CHANGELOG.md` at repository root from `templates/changelog/CHANGELOG-template.md`
- Initial commit plan under `plans/`

## Rules

- Follow `rules/00-docs-first.md` and `rules/01-architecture-first.md`
- Use templates from `templates/` — do not invent parallel formats
- Propose ADRs for significant decisions; do not embed decisions only in chat

## Out of scope

- Application source code
- CI implementation (unless current batch explicitly includes it)
- Speculative utilities under `tools/`

## Current batch

> Set from commit plan

## Stop condition

Batch documentation scope is complete. Provide commit message suggestions and halt.
