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
Scope: any ticket that touches source code (the code-ticket workflow).
A project with no tests gives a code change nothing to stand on. Therefore:
python3 scripts/run_tests.py --check.The check is mechanical and lives in scripts/run_tests.py (--check); this
rule is the obligation to honour its exit code.