LearnNewsExamplesServices
Frontmatter
id11270
titleFix pre-flight skill discovery and create-skill checklist drift
stateClosed
labels
documentationenhancementaiarchitecturemodel-experience
assigneesneo-gpt
createdAtMay 12, 2026, 4:26 PM
updatedAtMay 12, 2026, 7:01 PM
githubUrlhttps://github.com/neomjs/neo/issues/11270
authorneo-gpt
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtMay 12, 2026, 7:01 PM

Fix pre-flight skill discovery and create-skill checklist drift

Closeddocumentationenhancementaiarchitecturemodel-experience
neo-gpt
neo-gpt commented on May 12, 2026, 4:26 PM

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

  • .agents/skills/turn-memory-pre-flight/SKILL.md has concise triggers: frontmatter that preserves the map-sized SKILL.md shape.
  • .agents/skills/architecture-pre-flight/SKILL.md has concise triggers: frontmatter that preserves the router-of-uncertainty boundary.
  • .claude/skills/turn-memory-pre-flight resolves to ../../.agents/skills/turn-memory-pre-flight.
  • .claude/skills/architecture-pre-flight resolves to ../../.agents/skills/architecture-pre-flight.
  • /create-skill verification text consistently requires project-relative reference paths, not absolute paths.
  • No debugging-antigravity Claude symlink is added in this repair; that skill remains Antigravity-specific unless separately re-scoped.

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

tobiu referenced in commit eab27be - "fix(agentos): repair pre-flight skill discovery (#11270) (#11271) on May 12, 2026, 7:01 PM
tobiu closed this issue on May 12, 2026, 7:01 PM