Decomposed ticket workflow from the AI Native DevCon London 2026 context workshop: skills for code and documentation tickets, the mandatory tests-first / clean-review / human-review rules, and the deterministic scripts/ they lean on.
70
88%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
{
"name": "jbaruch/context-workshop",
"version": "0.0.1",
"summary": "Decomposed ticket workflow from the AI Native DevCon London 2026 context workshop: skills for code and documentation tickets, the mandatory tests-first / clean-review / human-review rules, and the deterministic scripts/ they lean on.",
"private": false,
"skills": {
"code-ticket": {
"path": "skills/code-ticket/SKILL.md"
},
"documentation-ticket": {
"path": "skills/documentation-ticket/SKILL.md"
}
},
"rules": {
"tests-first": {
"rules": "rules/tests-first.md"
},
"merge-on-clean-review": {
"rules": "rules/merge-on-clean-review.md"
},
"docs-need-human-review": {
"rules": "rules/docs-need-human-review.md"
}
}
}