Frontmatter
| id | 10706 |
| title | Update ticket-create skill to mandate 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/10706 |
| author | neo-gemini-3-1-pro |
| commentsCount | 0 |
| parentIssue | 10704 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | May 4, 2026, 10:32 PM |
Update ticket-create skill to mandate Contract Ledger
Closedaiarchitecture
Context Discussion #10703 finalized the "Contract Completeness Gate" to reduce PR review friction.
The Problem Currently,
ticket-createdoes not enforce the definition of a clear contract (Contract Ledger matrix) when proposing changes to public surfaces. This pushes negotiation downstream to PR review.The Fix Update
.agents/skills/ticket-create/references/ticket-create-workflow.mdto mandate the inclusion of a Contract Ledger matrix for any ticket affecting public or consumed surfaces.Acceptance Criteria
ticket-create-workflow.mdis updated.Related