You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define a reusable Aether workflow for architecture coherence review: an AI-assisted, evidence-backed explanation and critique of a repository or organization architecture that ends at an explicit human ratification boundary.
The intended user-facing concept may be called a sanity check, but the canonical contract should avoid pretending that an AI can objectively certify architecture as "sane." The durable semantics are:
AI reconstructs and challenges the architecture → human reviews the explanation and concerns → human explicitly ratifies, requests revision, or defers.
This should extend Aether's existing Reflective Development System rather than introduce a parallel governance model.
Do not hard-code the consumer path into the semantic contract if a portable artifact ID is sufficient.
Skill
Add a reusable Aether skill with an explicit name such as:
review-architecture-coherence
The skill should consume canonical architecture, ADR, roadmap, repository, and normalized evidence where available, produce the review artifact, then stop for human ratification.
It must not modify architecture or implementation unless a later separately authorized workflow is invoked.
Acceptance criteria
A versioned architecture-coherence review contract exists.
It composes the existing reflector human-alignment/drift semantics instead of duplicating them.
A reusable Aether skill performs the review in read-only mode.
Human explanation and machine-readable assessment are both defined.
System boundaries, ownership, dependency direction, complexity, gaps, drift, and alternatives are considered.
AI conclusions preserve evidence and confidence.
At least one credible counterargument/alternative is required for consequential architecture claims.
Human ratification is explicit and cannot be inferred from silence or continued work.
Ratification states and staleness rules are versioned.
Outcome
Define a reusable Aether workflow for architecture coherence review: an AI-assisted, evidence-backed explanation and critique of a repository or organization architecture that ends at an explicit human ratification boundary.
The intended user-facing concept may be called a sanity check, but the canonical contract should avoid pretending that an AI can objectively certify architecture as "sane." The durable semantics are:
This should extend Aether's existing Reflective Development System rather than introduce a parallel governance model.
Existing foundation
library/organization/specs/methodology/reflector.spec.mdalready defines:synchronization-requiredstate that cannot advance without approval;This issue should make that architecture checkpoint concrete and reusable.
Core workflow
Silence or continued implementation must never count as ratification.
Review dimensions
The skill should evaluate, where applicable:
The review must distinguish wrong, risky, unverified, intentional trade-off, and simply complex but justified.
Required AI output
Every review should produce both:
1. Human explanation
A concise, low-cognitive-load explanation of:
The explanation should be understandable without requiring the human reviewer to reread the entire architecture corpus.
2. Structured assessment
Machine-readable fields should include at least:
Human ratification model
Define explicit states such as:
unreviewedreview-in-progressratifiedratified-with-notesrevision-requiredrejecteddeferredstaleRatification means only:
It must not mean:
Staleness semantics
A prior human ratification should become stale or require review when evidence indicates a material architecture change, such as:
Minor implementation commits should not automatically invalidate the record.
AI self-check / anti-loop requirement
The review procedure must actively resist self-reinforcing AI architecture drift.
Require the reviewer to:
Where practical, support an optional second-pass/challenger review without making multiple models mandatory.
Artifact location
Define a portable canonical record contract. Consumer repositories may project records into a location such as:
or another accepted repository convention.
Do not hard-code the consumer path into the semantic contract if a portable artifact ID is sufficient.
Skill
Add a reusable Aether skill with an explicit name such as:
The skill should consume canonical architecture, ADR, roadmap, repository, and normalized evidence where available, produce the review artifact, then stop for human ratification.
It must not modify architecture or implementation unless a later separately authorized workflow is invoked.
Acceptance criteria
reflectorhuman-alignment/drift semantics instead of duplicating them.Related
reflectorspecification and Human Alignment Anchorauditorspecificationegohygiene/aether#86— composable audit profilesegohygiene/reflector#258— repository/fleet audit orchestrationNon-goals