# Commit plan: Project name

## Overview

One paragraph: what this plan achieves and which ADRs/docs it depends on.

## Batches

### batch-01 — Short title

| Field | Value |
|-------|-------|
| Goal | … |
| Scope | `paths/`, `files` |
| Out of scope | … |
| Prerequisites | ADR-0000, README |
| Commit | `docs: …` or `chore: …` |
| Stop | Batch files complete; no next-batch work |

**Tasks**

- [ ] …

---

### batch-02 — Short title

| Field | Value |
|-------|-------|
| Goal | … |
| Scope | … |
| Out of scope | … |
| Prerequisites | batch-01 |
| Commit | `adr(workflow): …` |
| Stop | ADR + INDEX only; no other files |

**Tasks**

- [ ] …

---

## ADR commit reminder

ADR batches use `adr(<category>): <summary>` and contain **one ADR per commit**.

## Prompt usage

Reference batch ids in prompts:

> Execute `batch-01` from this plan. Stop when stop condition is met.
