Summary
Fast-follow child for #11256. The shipped /turn-memory-pre-flight and /architecture-pre-flight substrate exists on dev, but the current discovery surfaces are incomplete for the agents that need the skills during recovery work.
This is intentionally narrower than PR #11258 and PR #11264. It fixes current dev defects only; it does not merge the rejected PRs and does not add new atlas payload.
Evidence
git status --short --branch on dev showed ## dev...origin/dev.
rg -n "^triggers:" .agents/skills/turn-memory-pre-flight/SKILL.md .agents/skills/architecture-pre-flight/SKILL.md returns no hits on current dev.
.claude/skills has no symlink for turn-memory-pre-flight or architecture-pre-flight, while prior skill creation convention requires Claude-visible skill symlinks for shared skills.
.agents/skills/create-skill/references/skill-authoring-guide.md currently says reference paths should be relative in the body, but the verification checklist asks for an explicit absolute path.
- Local and GitHub duplicate sweeps found #11256 as the parent epic but no narrower open issue for this exact repair.
Acceptance Criteria
Out of Scope
- Changing PR #11258 or PR #11264.
- Expanding either new skill atlas with additional discussion nuance.
- GH workflow sync folder corruption.
- Waking Gemini during the recovery freeze.
Parent
#11256
Summary
Fast-follow child for #11256. The shipped
/turn-memory-pre-flightand/architecture-pre-flightsubstrate exists ondev, but the current discovery surfaces are incomplete for the agents that need the skills during recovery work.This is intentionally narrower than PR #11258 and PR #11264. It fixes current
devdefects only; it does not merge the rejected PRs and does not add new atlas payload.Evidence
git status --short --branchondevshowed## dev...origin/dev.rg -n "^triggers:" .agents/skills/turn-memory-pre-flight/SKILL.md .agents/skills/architecture-pre-flight/SKILL.mdreturns no hits on currentdev..claude/skillshas no symlink forturn-memory-pre-flightorarchitecture-pre-flight, while prior skill creation convention requires Claude-visible skill symlinks for shared skills..agents/skills/create-skill/references/skill-authoring-guide.mdcurrently says reference paths should be relative in the body, but the verification checklist asks for an explicit absolute path.Acceptance Criteria
.agents/skills/turn-memory-pre-flight/SKILL.mdhas concisetriggers:frontmatter that preserves the map-sized SKILL.md shape..agents/skills/architecture-pre-flight/SKILL.mdhas concisetriggers:frontmatter that preserves the router-of-uncertainty boundary..claude/skills/turn-memory-pre-flightresolves to../../.agents/skills/turn-memory-pre-flight..claude/skills/architecture-pre-flightresolves to../../.agents/skills/architecture-pre-flight./create-skillverification text consistently requires project-relative reference paths, not absolute paths.debugging-antigravityClaude symlink is added in this repair; that skill remains Antigravity-specific unless separately re-scoped.Out of Scope
Parent
#11256