# plans/

Planning artifacts for **`a2c-workflow`**. Two kinds of plans live here:

| Kind | Purpose | Example |
|------|---------|---------|
| **Commit plan** | Split work into small, reviewable commits for a milestone | [bootstrap-a2c-workflow.md](bootstrap-a2c-workflow.md) |
| **Implementation plan** | Design automation, layout, or cross-cutting tooling before code lands | [release-orchestration.md](release-orchestration.md) |

Commit plans follow [docs/workflow/commit-planning.md](../docs/workflow/commit-planning.md). Implementation plans may reference ADRs and future `scripts/` layout without changing normative policy until accepted in code and docs.

## Commit plans

| Plan | Purpose |
|------|---------|
| [bootstrap-a2c-workflow.md](bootstrap-a2c-workflow.md) | Phased plan used to bootstrap this repository |
| [milestone-ollama-native-sdk.md](milestone-ollama-native-sdk.md) | Future: optional `a2c-core[ollama]` native SDK provider |

When adopting A2C in a new project, copy [templates/commit-plan/commit-plan-template.md](../templates/commit-plan/commit-plan-template.md) and regenerate batches for that project's architecture and ADRs.

## Implementation plans

| Plan | Purpose |
|------|---------|
| [release-orchestration.md](release-orchestration.md) | GitLab API release orchestrator and future `scripts/` subfolders |

## Related

- [scripts/README.md](../docs/scripts/README.md) — script index and audiences (portal-synced)
- [docs/workflow/commit-planning.md](../docs/workflow/commit-planning.md)
