Context
PR #11551 successfully renumbered sections in AGENTS.md (removing the gap between §20 and §22). However, as identified during the Cycle-3 audit, this renumbering invalidated several downstream section references (§-refs) in the skill substrate. Option A (same-PR polish) is no longer viable because PR #11551 has already been merged to dev.
The Problem
Stale cross-references break the routing map for agents and operators navigating the skill architecture. Specifically, AGENTS.md §22 (now §21) and §23 (now §22) are cited incorrectly in multiple places. Furthermore, ADR 0008 incorrectly cites AGENTS.md §21 as the Workflow Skills table, which is now structurally broken since §21 currently points to the Mailbox Check.
The Architectural Reality
- References to
AGENTS.md §22 (Mailbox Check) need to point to §21.
- References to
AGENTS.md §23 (Sibling-file-lift) need to point to §22.
- ADR 0008 citations of
§21 (Workflow Skills table) must be amended to reflect its removal/retirement in favor of the skills manifest.
The Fix
Update the 7 identified stale §-references across the skill substrate. Amend ADR 0008 to correct the broken citations.
Acceptance Criteria
Out of Scope
- Structural rewrites of the referenced sections.
- Additional substrate renumbering beyond the fallout of PR #11551.
Origin Session ID: d1aee218-8c42-4562-b2ec-f597284fa9d7
Retrieval Hint: "Substrate Stale Refs PR 11551"
Context PR #11551 successfully renumbered sections in
AGENTS.md(removing the gap between §20 and §22). However, as identified during the Cycle-3 audit, this renumbering invalidated several downstream section references (§-refs) in the skill substrate. Option A (same-PR polish) is no longer viable because PR #11551 has already been merged todev.The Problem Stale cross-references break the routing map for agents and operators navigating the skill architecture. Specifically,
AGENTS.md §22(now§21) and§23(now§22) are cited incorrectly in multiple places. Furthermore, ADR 0008 incorrectly citesAGENTS.md §21as the Workflow Skills table, which is now structurally broken since §21 currently points to the Mailbox Check.The Architectural Reality
AGENTS.md §22(Mailbox Check) need to point to§21.AGENTS.md §23(Sibling-file-lift) need to point to§22.§21(Workflow Skills table) must be amended to reflect its removal/retirement in favor of the skills manifest.The Fix Update the 7 identified stale §-references across the skill substrate. Amend ADR 0008 to correct the broken citations.
Acceptance Criteria
lead-role/SKILL.md(line 3) to point to §21 instead of §22.skills.manifest.json(lines 117, 218) to reflect new section numbers.pull-request-workflow.md(line 31) to point to §21 instead of §22.turn-memory-pre-flight-workflow.md(lines 24, 33) to point to correct section numbers.structural-pre-flight/SKILL.md(line 3) to point to §22 instead of §23.structural-pre-flight-workflow.md(lines 20, 31, 42, 66, 190) to point to §22 instead of §23.AGENTS.md §21.Out of Scope
Origin Session ID: d1aee218-8c42-4562-b2ec-f597284fa9d7 Retrieval Hint: "Substrate Stale Refs PR 11551"