Greenfield Project with More Planning
Use the 100-series when the project is still missing domain clarity, product framing, or architectural decisions.
Typical sequence
Section titled “Typical sequence”100-domain-knowledge101-project-overview102-system-architecture103-common-data-model104-backend-architecture105-frontend-architecture106-ui-design107-ui-experience- Optional page-mockup step:
108-ui-page-design(once per route that needs a detailed layout reference) 110-feature-overview- Then move into
201 -> 202 -> 301 -> 401for the first real feature
110 creates the capability map and stable F-IDs that later feature docs can reuse for folders like .specflow/features/F003-invoice-approval/.
For higher-risk work, add 203-implementation-design and 204-feature-validation between 202 and 301 so the implementation plan is written and reviewed before coding starts.
Example prompt sequence
Section titled “Example prompt sequence”Prompt sequence
Run 100-domain-knowledge for a lightweight AI-assisted software delivery workflow product.
Create the 101-project-overview for the product.
Write the 102-system-architecture document.
Create the 110-feature-overview.
Run 201-high-level-design for the first feature the team wants to build. Why this is different
Section titled “Why this is different”The goal is not to invoke every planning skill by default. The goal is to use them only when the project would otherwise be built on unclear assumptions.
For domain-heavy or unfamiliar products, 100-domain-knowledge is usually a live-research step, not just a brainstorming pass.