Skill Claude CodeCodex
Compile the contract set in your head — simulate how the real application would run from the specs, and disprove (or confirm) it works before any source .py is written.
11 28d ago A 40 tokens
original MIT
Test-driven agent orchestration, templated. Tests authored as the contract, simulated before any source exists, built red→green under flowr state machines. Any LLM, any process, zero lock-in.
Skill Claude CodeCodex
Compile the contract set in your head — simulate how the real application would run from the specs, and disprove (or confirm) it works before any source .py is written.
Skill Claude CodeCodex
Author the minimal authenticated probe script that exercises one success path and one error path against the real service, without executing it.
Skill Claude CodeCodex
Transform the reviewed test stubs into executable test bodies, with the code-quality gate applied here.