eng-user-impact
Installation
SKILL.md
User Impact and Product Sense
Intent
- Translate technical work into clear user outcomes (fun, trust, productivity, revenue).
- Ensure flows are accessible, consistent, and measurable across mobile, web, and decentralized surfaces.
Workflow
- Clarify the user story
- Write the scenario in plain language (persona, goal, success metric).
- Note must-haves vs delights; align with PM/design if ambiguous.
- Define acceptance signals
- Specify behavioral analytics, A/B guardrails, or smart-contract events to prove impact.
- Include accessibility requirements (screen readers, haptics, color contrast, controller support).
- Prototype + validate early
- Use lightweight demos, storybooks, simulators, or testnets to gather feedback quickly.
- Instrument thoughtfully
- Add analytics hooks or telemetry to measure adoption without leaking sensitive data.
- Close the loop
- Plan post-launch follow-up: metrics to review, user feedback channels, rollback criteria.
Verification
- Acceptance criteria mapped to concrete tests or demo steps.
- Accessibility checks (linting, WCAG tools, platform inspectors) run for affected surfaces.
- Analytics/telemetry schemas reviewed with stakeholders; events verified in staging/testnet before release.
Related skills
More from tjboudreaux/cc-plugin-engineering-excellence
eng-tdd
Enforces disciplined RED-GREEN-REFACTOR cycle—write failing test first, watch it fail, write minimal code to pass, then refactor.
2eng-verification
Mandatory checklist before claiming work is complete—run the evidence-producing command, inspect output, and only then state a result.
2eng-performance
Guard latency, memory, battery, bandwidth, and gas/compute budgets by measuring before and after every change.
2meta-superpowers
Startup protocol for every task—discover applicable skills, run them, announce usage, and follow required workflows (brainstorming, TodoWrite checklists, etc.).
2eng-observability
Design every change with traceability, diagnostics, and fast incident triage in mind across mobile, web, and web3 stacks.
2eng-quality-handoff
Deliver changes with clear communication, reviewer-ready context, and follow-up accountability.
2