What problem does it solve?
develop-design turns a one-sentence alpha feature idea into a complete ADR draft that downstream agents can implement, test, and document without guessing the schema, file scope, or required test coverage.
Core Features & Use Cases
- Produce an ADR proposal for an alpha feature: creates a structured ADR (including DSL surface and testing design) that defines how the feature should work.
- Enforce AI-friendly schema and naming rules: ensures the proposed IR schema is JSON-serializable, uses TikZ-like field names (no cryptic abbreviations), and follows strict discriminated-union conventions via a checklist aligned to DESIGN.md.
- Define a mandatory implementation contract: includes Level (red/yellow/green), a schema-change table, an explicit file scope whitelist, and a test-quadrant plan with at least 9 cases, plus declared dependencies on existing elements.
Quick Start
Ask an AI to act as the ADR drafter for your alpha feature, then require it to produce a Proposed ADR draft that includes the full implementation contract sections and an AI-friendly schema.