You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The spec-driven workflow produced roughly 3.5 KB of documentation per 1 KB of shipped
production code — and nearly 7× the size of the main source when tests are excluded.
This is characteristic of Spec-Driven Development on a small feature: the fixed-cost
artifacts (spec, plan, research, contracts, tasks, checklist) do not shrink with problem
size, so on a 173-line CLI the planning prose heavily outweighs the code. On a larger
feature the same artifacts amortize and the ratio inverts.