What problem does it solve?
It provides a disciplined way to turn an alpha ADR “implementation contract” into working code and passing tests, ensuring the IR remains AI-friendly and contract-compatible.
Core Features & Use Cases
- Spec-First TDD for red/mandatory changes: Generates a Zod schema stub plus Vitest cases before implementation, then drives the implementation until all tests pass.
- Contract-safe IR constraints: Enforces JSON-serializable IR, English
.describe(...) on every schema field, and TikZ vocabulary-aligned naming to protect LLM tool use.
- Deterministic, guarded implementation loop: Runs eslint, tsc, and full vitest for every step and forbids changing schema field names/types or altering test expectations.
Quick Start
Use develop-implement to implement a Proposed ADR “契约段” by first generating the schema stub and Vitest tests in a Spec-First workflow, then implement code step-by-step until all tests pass.