# Principle Experience First

> Resolve product, API, and workflow tradeoffs from the consuming user's experience, including failure and maintenance paths, rather than implementation convenience.

- Skill: `njs14/principle-experience-first` (Agent Skill)
- Install (CLI): `npx skillmds@latest add njs14/principle-experience-first`
- Raw SKILL.md: https://api.skillmd.com/api/skills/njs14/principle-experience-first/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: njs14 (https://skillmd.com/u/njs14)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/njs14/principle-experience-first

---


# Design from the user's seat

Treat the request text that activated this skill as an experience tradeoff.

Apply [experience first](../pkstack-principles/references/catalog.md#experience-first). Identify the actual
consumer, trace the core success and failure paths, and remove surface area that does not improve
that loop. Treat maintainers and API callers as users too. Return the user-visible decision and the
behavior that proves it is better.

