Add consumer alignment review kit

This commit is contained in:
2026-05-23 07:23:48 +02:00
parent f562e2498d
commit 8e591132f8
38 changed files with 2244 additions and 83 deletions

View File

@@ -0,0 +1,88 @@
---
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.