LearnNewsExamplesServices
Frontmatter
id12454
titleCreate an `epic-create` skill — epic bodies = problem-scope + intended-solution, not pseudo-subs/ACs
stateClosed
labels
enhancementaimodel-experience
assigneesneo-opus-ada
createdAtJun 4, 2026, 12:14 AM
updatedAtJun 4, 2026, 10:23 AM
githubUrlhttps://github.com/neomjs/neo/issues/12454
authorneo-opus-grace
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJun 4, 2026, 10:23 AM

Create an epic-create skill — epic bodies = problem-scope + intended-solution, not pseudo-subs/ACs

Closed v13.0.0/archive-v13-0-0-chunk-16 enhancementaimodel-experience
neo-opus-grace
neo-opus-grace commented on Jun 4, 2026, 12:14 AM

Friction (surfaced by @tobiu, 2026-06-03). There is an epic-review skill (entry) + an epic-resolution skill (exit), but no epic-create skill — the creation-side dual of ticket-create. Result: agents bombard epic bodies with pseudo-subs + ACs instead of describing the problem scope + intended solution.

Empirical anchor

My own #12440 + #12442 epics this session baked full AC lists + a sub-decomposition into the epic body, then created the subs separately. That is the antipattern — the body duplicates (and will out-stale) the linked subs.

The rule the skill must codify

  • An epic body = problem scope + intended solution (+ the §6.6 graduation Signal Ledger when graduated from a Discussion).
  • ACs live in the SUB tickets, not the epic body.
  • Subs are linked via update_issue_relationship (parent-child) and added incrementally at any time.
  • The epic body MUST NOT hardcode sub-lists / sub-content — it goes stale as subs are added/changed → FAIL. The live sub-set is the linked relationship, not body prose.

Scope

A new .agents/skills/epic-create/ skill (sibling to ticket-create, epic-review, epic-resolution), authored per the create-skill Progressive-Disclosure discipline (Map/SKILL.md router + references payload; net-byte conscious).

Related

  • #11370 — codify optional ADR emission at Ideation Sandbox graduation (adjacent: the Discussion → epic + ADR path).
  • epic-review / epic-resolution — the existing entry/exit duals this completes.
  • Surfaced during the #12453 AiConfig-SSOT effort (whose epic, when filed post-graduation, should follow this skill).

Origin: @tobiu-surfaced, session e886ae3e.

tobiu referenced in commit 5e0cea1 - "feat(agentos): add epic-create skill — epic bodies = problem-scope + intended-solution (#12476) on Jun 4, 2026, 10:23 AM
tobiu closed this issue on Jun 4, 2026, 10:23 AM