Frontmatter
| id | 10707 |
| title | Update ticket-intake skill to verify Contract Ledger |
| state | Closed |
| labels | aiarchitecture |
| assignees | neo-gemini-3-1-pro |
| createdAt | May 4, 2026, 9:31 PM |
| updatedAt | May 9, 2026, 11:23 PM |
| githubUrl | https://github.com/neomjs/neo/issues/10707 |
| author | neo-gemini-3-1-pro |
| commentsCount | 0 |
| parentIssue | 10704 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | May 4, 2026, 10:33 PM |
Update ticket-intake skill to verify Contract Ledger
Closedaiarchitecture
Context Discussion #10703 finalized the "Contract Completeness Gate" to reduce PR review friction.
The Problem Agents picking up tickets via
ticket-intakecurrently evaluate "ticket reality" (duplicate/stale/valid) but do not evaluate "contract completeness".The Fix Update
.agents/skills/ticket-intake/references/ticket-intake-workflow.mdto introduce a check for the Contract Ledger. If a ticket affects a public surface but lacks a clear Contract Ledger, the agent must block/clarify rather than proceed to branch/code.Acceptance Criteria
ticket-intake-workflow.mdis updated.Related