generated from coulomb/repo-seed
89 lines
1.7 KiB
Markdown
89 lines
1.7 KiB
Markdown
---
|
|
id: "{{WORKPLAN_ID}}"
|
|
type: workplan
|
|
title: "{{TITLE}}"
|
|
domain: "{{DOMAIN}}"
|
|
repo: "{{CONSUMER_REPO}}"
|
|
status: proposed
|
|
priority: "{{PRIORITY}}"
|
|
created: "{{DATE}}"
|
|
updated: "{{DATE}}"
|
|
canon_alignment_review_id: "{{ALIGNMENT_REVIEW_ID}}"
|
|
---
|
|
|
|
# {{WORKPLAN_ID}} - {{TITLE}}
|
|
|
|
## Goal
|
|
|
|
Describe the alignment outcome this consumer repository should reach.
|
|
|
|
## Current Fit
|
|
|
|
- Canon surfaces reviewed:
|
|
- Existing direct fits:
|
|
- Existing partial fits:
|
|
- Evidence used:
|
|
|
|
## Target Alignment
|
|
|
|
- Target canon surfaces:
|
|
- Expected repository shape after this workplan:
|
|
- Interfaces, schemas, docs, or generated outputs to add or change:
|
|
|
|
## Migration Steps
|
|
|
|
1. Update repository artifacts that express intent, scope, purpose, or domain model.
|
|
2. Add or adjust structured mappings to canon concepts.
|
|
3. Add evidence links, tests, generated outputs, or review decisions.
|
|
4. Update consumer-facing docs and agent entrypoints.
|
|
|
|
## Validation
|
|
|
|
- Local validation commands:
|
|
- Canon alignment checks:
|
|
- Expected artifacts:
|
|
- Evidence that proves the work is done:
|
|
|
|
## Open Questions
|
|
|
|
- Questions for the consumer repo:
|
|
- Questions for InfoTechCanon:
|
|
|
|
## Canon Feedback
|
|
|
|
- Canon pressure:
|
|
- Proposed canon workplans:
|
|
- Findings that should remain consumer-specific:
|
|
|
|
## Tasks
|
|
|
|
### T01 - Establish alignment baseline
|
|
|
|
```task
|
|
id: "{{WORKPLAN_ID}}-T01"
|
|
status: todo
|
|
priority: high
|
|
```
|
|
|
|
- Capture current repository evidence and direct canon mappings.
|
|
|
|
### T02 - Implement target alignment
|
|
|
|
```task
|
|
id: "{{WORKPLAN_ID}}-T02"
|
|
status: todo
|
|
priority: high
|
|
```
|
|
|
|
- Apply the agreed repo-local changes.
|
|
|
|
### T03 - Validate and document
|
|
|
|
```task
|
|
id: "{{WORKPLAN_ID}}-T03"
|
|
status: todo
|
|
priority: medium
|
|
```
|
|
|
|
- Run validation, update docs, and record canon feedback.
|