tjboudreaux/cc-engineering-skills · Archived

eng-user-impact

Anchor every engineering decision in user value, measurable outcomes, accessibility, and cross-platform experience coherence.

First seen May 26, 2026

Installation

$ npx skills add tjboudreaux/cc-engineering-skills --skill eng-user-impact

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from tjboudreaux/cc-engineering-skills · top by installs.

npx skills add tjboudreaux/cc-engineering-skills

Browse all from tjboudreaux/cc-engineering-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1
License LICENSE
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,469 B
  • docs SUMMARY.md 148 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 11 installs

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

  1. 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.

  1. 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).

  1. Prototype + validate early

- Use lightweight demos, storybooks, simulators, or testnets to gather feedback quickly.

  1. Instrument thoughtfully

- Add analytics hooks or telemetry to measure adoption without leaking sensitive data.

  1. 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.