Description
This Epic formally tracks the graduation and implementation of the paired architectural pre-flight skills, established via consensus in Discussions #11252 and #11253. These skills formalize mutation-time governance by ensuring all architectural placements and memory-substrate mutations undergo structural validation before execution.
The two-sibling artifact structure prevents architectural fatigue by separating agent-loaded memory mutations from broader cross-substrate architectural decisions.
Sibling Artifacts
/turn-memory-pre-flight (from #11252)
- Purpose: A dedicated pre-flight gate guarding turn-loaded or skill-loaded memory substrate (
AGENTS.md, AGENTS_ATLAS, .agents/skills/**).
- Risk Axis: Future-session mutation risk. Prevents improper substrate placement from biasing future sessions before a task-specific skill is chosen.
- Discoverability: 1-line trigger in
AGENTS.md §21.
/architecture-pre-flight (from #11253)
- Purpose: An umbrella router for high-level architectural decisions (new daemons, subsystems, cross-substrate refactors).
- Trigger Rule: Fires ONLY when no narrower mandatory trigger applies OR when work spans multiple trigger families.
- Bypass Rule: Routine cases (e.g., new
.mjs → /structural-pre-flight, new skill → /create-skill) bypass this umbrella to avoid substrate fatigue.
Acceptance Criteria
Description
This Epic formally tracks the graduation and implementation of the paired architectural pre-flight skills, established via consensus in Discussions #11252 and #11253. These skills formalize mutation-time governance by ensuring all architectural placements and memory-substrate mutations undergo structural validation before execution.
The two-sibling artifact structure prevents architectural fatigue by separating agent-loaded memory mutations from broader cross-substrate architectural decisions.
Sibling Artifacts
/turn-memory-pre-flight(from #11252)AGENTS.md,AGENTS_ATLAS,.agents/skills/**).AGENTS.md§21./architecture-pre-flight(from #11253).mjs→/structural-pre-flight, new skill →/create-skill) bypass this umbrella to avoid substrate fatigue.Acceptance Criteria
.agents/skills/turn-memory-pre-flight/SKILL.mdwith explicit decision-tree logic for substrate placement..agents/skills/architecture-pre-flight/SKILL.mdas the high-level router-of-uncertainty.AGENTS.md§21 to include a 1-line trigger for/turn-memory-pre-flighttargeting memory substrate modifications.AGENTS.md§21 to include a 1-line trigger for/architecture-pre-flighttargeting broad, cross-substrate architectural ambiguity./turn-memory-pre-flight.