interface-plan
Installation
SKILL.md
Interface Plan
Question-driven spec refinement. Use before building to surface interaction and craft concerns early.
When to Use
- Starting a new feature
- Refining a user story
- Before writing any code
How It Works
- User describes what they want to build
- You ask questions that surface principle violations before they're coded
- Output: refined spec with interaction concerns addressed
Related skills
More from alantippins/interface-skills
interface-skills
Surface interface quality concerns. Works on code, screenshots, specs, or plans.
19interface-audit
Teach-first review of existing code. Explains principles, not just findings.
5interface-review
Quick UX check for PRs — catches interaction safety gaps before they ship.
5interface-teach
Learn the Laws of interface quality with examples and explanations.
4