Engineering notes — Architectural reviews
This directory holds deep-dive architectural reviews of the spec-kitty codebase, performed by architect-profile agents on demand (typically post-merge of a substantial mission or before a major release).
It is the third sibling of reflections/ and finding/. The trio together capture the operator-side, system-side, and architect-side observations.
What belongs here
- DDD bounded-context audits.
- Logical duplication scans.
- Module-scope / package-boundary findings.
- Cross-references between observations stored in
finding/andreflections/and concrete code locations. - Recommended scopes for follow-up remediation missions.
What does NOT belong here
- Per-mission ADRs — those go to
docs/adr/3.x/. - Operator-side process notes — those go to
finding/. - Orchestrator self-corrections — those go to
reflections/. - Ad-hoc code reviews of a single PR — use
code-reviewskill output.
File format
One file per review run. Filename: YYYY-MM-DD-<focus-slug>.md. Suggested structure (see 2026-05-25-deep-dive-architectural-review.md for the canonical shape):
- Executive summary
- Bounded-context map
- Logical duplication findings
- Module-scope findings
- Mapping to existing engineering notes
- Open-issue triage (candidates for remediation missions)
- Recommended next-mission scope
- Out-of-scope statement
Each numbered finding gets a stable ID (LD-1, MS-2, etc.) so it can be referenced from mission specs and tracker issues.
Index
- 2026-05-25 — Deep-dive post-mission-122 audit — Architect Alphonso