Get notified of major releases by subscribing here: https://buildermethods.com/design-os
- Streamlined
/product-vision: now generates the product overview, product roadmap, and data shape all in one conversational flow. After clarifying questions, all three files are written automatically without draft approval. - Updated
/product-roadmapand/data-shapeto follow the update pattern: if the file already exists, show current state and ask what to change; if not, generate immediately from prerequisites. - Streamlined
/shape-sectionflow: after clarifying questions, the spec, sample data, and TypeScript types are now generated automatically without requiring draft approval. - Streamlined
/sample-dataflow: when run standalone, auto-generates data immediately. When data already exists, asks what to change then auto-updates. - Reframed
/export-productas a UI design handoff (not a full-stack spec). Removed prescriptive backend/database guidance from preamble, milestone instructions, prompts, and test specs. The handoff now focuses on UI components, product requirements, and user flows — leaving backend architecture decisions to the implementation agent. - Consolidated foundation + shell into a single
01-shell.mdmilestone (design tokens + app shell). Sections now start at milestone 02. - Renamed
data-model/todata-shapes/in the export package, with a newoverview.tsthat aggregates all section types as a combined reference. - Simplified export prompt files — replaced prescriptive backend question categories with lighter, open-ended clarifying questions.
- Refocused export test specs (
tests.md) on UI behavior only — removed backend testing guidance. - Renamed
/data-modelto/data-shapethroughout. The command, UI, routes, and all references now use "data shape" to emphasize this step is about sketching the general shape of data, not defining a final data model. - Switched to date-based version numbers.
- Fixed errors related to importing google fonts out of order.
- Handled sections that use '&' in their name.
- In the export package, consolidated '01-foundation' and '02-shell' into one.
- Updated README.md tips that come in the export.
- Initial release