lamina-problem-framinglisted
Install: claude install-skill aryaniyaps/lamina
# Problem Framing (agent-native)
Turn a user request into a **bounded design target** before writing the active GraphVersion.
## Checklists
1. What domain entities are touched?
2. Which actors care and what outcome defines success?
3. What is explicitly out of scope?
4. Blocking vs deferred unknowns (see merge-rules intake gate).
## Anti-patterns
- **Research question theater** — "what study should we run" without a product target
- **Solution-first** — screens before domain
## Related
- [Business Context](../lamina-business-context/SKILL.md)
- [System Structure](../lamina-system-structure/SKILL.md)