cia-systematic-debugging
MIT
Root-cause-first debugging procedure in four phases (investigate, pattern-match, hypothesise, fix) for bugs, test failures, or unexpected behaviour. Invoke when debugging.
Why it earns a place: Repeated CIA engineering workflow: stops symptom-fix thrashing across all portfolio codebases.
sha256 f84707e998cd1828…
cia-test-driven-development
MIT
Red-green-refactor TDD procedure. Write a failing test first, watch it fail, write minimal code to pass, then refactor. Invoke when implementing a feature or bugfix test-first.
Why it earns a place: Repeated CIA engineering workflow: the AEGIS batch incident showed self-written passing tests are not evidence; watched-fail tests are.
sha256 6780912242caf2da…
cia-verification-before-completion
MIT
Evidence-before-claims gate. Identify the command that proves a claim, run it fresh, read the full output, and only then state work is complete, fixed, or passing. Invoke before claiming success.
Why it earns a place: Repeated CIA engineering workflow: prevents unverified success reports from agents and humans alike.
sha256 8ed3798eeead0092…
cia-writing-plans
MIT
Write a bite-sized, TDD-structured implementation plan from a spec, with a file map, right-sized tasks, exact 2-5 minute steps with real code, and a self-review pass. Invoke when planning multi-step work.
Why it earns a place: Repeated CIA engineering workflow: plan quality gates agent-executed work across the portfolio.
sha256 f52a3cc849d4ad33…
cia-receiving-code-review
MIT
Evaluate review feedback with technical rigor. Verify against the codebase, clarify unclear items before implementing anything, push back with reasoning when warranted, no performative agreement. Invoke when handling review feedback.
Why it earns a place: Repeated CIA engineering workflow: complements the reviewer-commit workflow used across AEGIS repos.
sha256 a3a5ae37cfde10ca…