Agent Skills: trust_layer_tdd

Enforce test-first changes and debug based on failing tests.

UncategorizedID: CheekyCodexConjurer/quant-lab/trust_layer_tdd

Install this agent skill to your local

pnpm dlx add-skill https://github.com/CheekyCodexConjurer/quant-lab/tree/HEAD/.codex/skills/trust_layer_tdd

Skill Files

Browse the full folder contents for trust_layer_tdd.

Download Skill

Loading file tree…

.codex/skills/trust_layer_tdd/SKILL.md

Skill Metadata

Name
trust_layer_tdd
Description
Enforce test-first changes and debug based on failing tests.

Purpose

Require proof of correctness for changes.

Steps

  1. Create tests before editing behavior.
  2. Use failures to trigger the debug protocol.
  3. Iterate until tests are green.

Guardrails

  • Reject new code without passing tests.