| name | to-issues-openspec |
| description | Break plans into implementation issues linked directly to OpenSpec capability IDs and acceptance checks. |
To Issues (OpenSpec)
Purpose
Convert feature plans or fixes into independently executable issues with explicit OpenSpec linkage.
Required inputs
- Source plan or request.
- Impacted capability files in openspec/specs.
- If behavior changes are intended, corresponding delta entries in openspec/changes.
Output rules
- Every issue must include a capability mapping section.
- Every issue must include acceptance criteria tied to observable behavior.
- Issue slices should be vertical and independently verifiable.
Issue template
Title
Short, behavior-oriented title.
Capability linkage
- Primary capability: C01 (example)
- Related capabilities: C07, C09 (example)
- Spec files: relative paths under openspec/specs
What to build
Concrete, user-observable behavior target.
Acceptance criteria
Test proof
Commands or fixture paths to validate behavior.
Dependencies
Blocking issues or None.
Exit criteria
- 1:1 mapping between planned work and capability references is visible.
- Issue boundaries support independent execution and review.