A user generating a UI should follow one top-to-bottom recipe, not pick skills from a menu and guess the order.
Scope
- Draw the full structure of
aidd-ui as a recipe: each skill is a section, its sub-actions run in order.
- The
product-critic agent gates each section before the next opens.
- Sections chain through
requires / next / produces.
- Structure only: every action is a stub. The logic lands in follow-up PRs.
- Replaces the alpha smoke-test skill
01-hello.
Acceptance criteria
Implemented in PR #330 (draft).
A user generating a UI should follow one top-to-bottom recipe, not pick skills from a menu and guess the order.
Scope
aidd-uias a recipe: each skill is a section, its sub-actions run in order.product-criticagent gates each section before the next opens.requires/next/produces.01-hello.Acceptance criteria
Implemented in PR #330 (draft).