Engineering
Designed, integrated, refactored, and continuously maintained by TIKAZ.
TIKAZ method
- Freeze scope, non-goals, acceptance criteria, and evidence required for completion.
- Use
code-intelligenceto map architecture and impact before editing unfamiliar or cross-cutting code. - Use
engineering-deliveryas the lifecycle owner: plan small slices, implement, test, review, and report. - Route only domain-specific work to
supabase-operationsorvideo-workbench. - Run
skill-security-auditbefore importing unfamiliar executable skills or dependencies. - Keep an evidence ledger: commands, results, artifacts, regressions checked, and remaining risk.
Conflict rule
code-intelligence advises; engineering-delivery executes. Domain adapters cannot expand scope without explicit acceptance criteria.
Completion gate
Require repository-native validation, final diff review, no leaked secrets, an explicit release/rollback note when applicable, and objective evidence for every acceptance criterion.
Read references/routing.md and references/output-contract.md.