daemon-blockint-tech/agentic-enteprises-skill

product-designer

Guides product design—problem framing, discovery synthesis, user journeys and flows, wireframes, interaction specs, usability evaluation, and engineering handoff for digital products (web and mobile). Use when designing a new feature UX, mapping flows, creating wireframe or spec narratives, running heuristic reviews, defining states and edge cases for UI, or preparing design-ready acceptance criteria—not for writing BRDs or business process docs (business-analyst), front-end implementation (sen…

First seen May 20, 2026

Installation

$ npx skills add daemon-blockint-tech/agentic-enteprises-skill --skill product-designer

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 daemon-blockint-tech/agentic-enteprises-skill · top by installs.

npx skills add daemon-blockint-tech/agentic-enteprises-skill

Browse all from daemon-blockint-tech/agentic-enteprises-skill

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 8
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 4,562 B
  • docs SUMMARY.md 1,030 B

History

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

SKILL.md

Product Designer

When to Use

  • Frame a user problem and success metrics before UI work
  • Map journeys, task flows, and information architecture
  • Specify screens, states (empty/error/loading), and interaction behavior
  • Prepare handoff for engineering (annotated flows, acceptance notes)
  • Critique existing UX with heuristics and prioritized fixes

When NOT to Use

  • Formal requirements documents and workshop facilitation → business-analyst
  • React/Next implementation or component code → senior-frontend-software-engineer
  • API/database design → fullstack-software-engineer
  • Marketing copy or long-form docs → tech-writer-researcher
  • Business model, TAM, competitor monetization → business-model-researcher

Related skills

Need Skill
Requirements and user stories business-analyst
Build UI from specs ui-software-engineer
Flows, prototypes, UX fixes in product ux-software-engineer
End-to-end delivery fullstack-software-engineer
In-product help text tech-writer-researcher
Canvas, market sizing, unit economics business-model-researcher

Core Workflows

1. Discovery and framing

  1. State user, job-to-be-done, and current pain
  2. Define success metrics (task time, completion rate, support tickets)
  3. List assumptions; note what to validate in research
  4. Scope MVP vs later—explicit non-goals

See references/discovery_framing.md for one-pager template.

2. Flows and information architecture

entry points → primary path → branches → error recovery → exit/success
  • One flow per user goal; avoid mixing admin and end-user paths
  • Name screens consistently; show decision diamonds
  • Call out permissions and role differences

See references/userflowsjourneys.md for flow notation and IA checklist.

3. Wireframes and interaction spec

For each screen document:

Element Spec
Purpose What user accomplishes
Content Headings, fields, primary data
Actions Primary/secondary/destructive CTA
States Default, empty, loading, error, partial
Responsive Mobile vs desktop behavior

Prefer low-fi structure first; visual polish after flow is stable.

See references/wireframes_specs.md for screen spec template.

4. Usability and accessibility (design)

  • Apply Nielsen heuristics for review
  • Plan keyboard path and focus order on critical flows
  • Check contrast and touch targets against WCAG AA targets
  • Do not treat design review as legal compliance sign-off

See references/usability_heuristics.md for review worksheet.

5. Engineering handoff

Deliver:

  • Linked flows + screen specs
  • Edge cases and validation messages
  • Analytics events (name, trigger) if product uses them
  • Open questions with owner

Align with business-analyst on acceptance criteria; with engineering on feasibility spike.

See references/design_handoff.md for handoff checklist.

6. Iteration after build

  1. Compare built UI to spec; log gaps by severity
  2. Verify states in staging (empty, error, long text)
  3. Capture follow-ups as tracked design debt or v2

When to load references

  • Problem framingreferences/discovery_framing.md
  • Flows and IAreferences/userflowsjourneys.md
  • Wireframesreferences/wireframes_specs.md
  • Heuristic reviewreferences/usability_heuristics.md
  • Handoffreferences/design_handoff.md