interaction-flow
Installation
SKILL.md
/layers:interaction-flow
Assumes /layers:intro has been loaded for framework context.
The interaction structure and flow layer defines how a person interacts with the product: the places they navigate, the affordances available, the content presented, and the flow between states. It sits above the conceptual model (which defines what exists) and below the surface (which defines how it looks).
Decisions this layer needs to make:
- What are the distinct places this flow moves through?
- What can the user do in each place, and where does each action take them?
- What content does each place need to show?
- What happens on failure paths, empty states, and edge cases?
- Is the flow as simple as it can be while still serving the job?
Methods: