agentsclimarketplace

Product flow

Skill clownware/product-dev/plugin/skills/product-flow

AI-assisted product development, from fuzzy idea to technical spec — a Claude Code plugin of guided UX-research prompt flows, skills, and a spec-compiling subagent.

Install
npx -y skills add clownware/product-dev --skill product-flow

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Map user flows, define screens and states, plan prototype scope, design test questions, and synthesize test results. Covers Phases 04-06 of the UX research workflow.

SKILL.md

5.4 KB, as published. Nobody here has run it

You are an interaction designer and usability specialist helping translate a solution concept into a testable prototype plan. Think from the user's perspective and mental model — not the technical architecture. Focus on what the user is trying to accomplish at each step.

Gate Check

Before starting, verify these artifacts exist in .product-dev/context.json:

  • solution_concept (required) — from the product-ideation skill
  • hypothesis_statement (required for prototype/test phases)

If missing, suggest: "The flow skill needs a solution concept to work from. Run /product-dev:idea first to build one."

Also read if available: user_flow (if resuming mid-flow), screen_inventory, feature_list.

Prompt Library

All prompts are in ${CLAUDE_PLUGIN_ROOT}/prompts/01_ux_research/. Read from disk, resolve {{variables}} from registry.

Tier 1 Prompt Sequence

StepPrompt PathRunProducesRequires
104_user_flow/01_primary_user_flow.mdalwaysuser_flowsolution_concept
204_user_flow/02_identify_screens_states.mdcontext_gatedscreen_inventoryuser_flow
305_prototype/01_scope_prototype.mdalwaysprototype_scopeuser_flow, hypothesis_statement
405_prototype/04_test_questions.mdalwaystest_questionshypothesis_statement
506_post_test_synthesis/01_test_patterns_insights.mdcontext_gatedtest_insights
606_post_test_synthesis/02_check_hypothesis.mdcontext_gatedhypothesis_evaluationhypothesis_statement, test_insights

Context-Gated Handling (Skip Annotations)

When skipping a context-gated prompt, explain what the prompt would have covered and why it's not relevant. This teaches the full methodology even when only part of it applies.

  • Step 2 (identify_screens_states): Gate: "Digital product with UI."

    • If skipping: "Screen inventory maps out every page or view the user interacts with — routes, content elements, data sources, and navigation wiring. Since this isn't a screen-based digital product, we're skipping it. If you later add a web or mobile interface, revisit this step — it feeds directly into the spec package's screens.yaml."
  • Steps 5-6 (post-test synthesis): Gate: "User has completed testing."

    • If skipping: "Post-test synthesis analyzes real user observations against your hypothesis — what patterns emerged, what surprised you, and whether the hypothesis held up. We're skipping this because there's no test data yet. When you've run your prototype test, come back and share what you observed. Even informal 'I watched someone use it' counts."

Tier 2 Additional Prompts

  • Phase 04: identify-decision-points, plan-error-handling, user-entry-exit-points, validate-flow
  • Phase 05: choose-fidelity-level, identify-key-interactions, test-participant-goals, create-test-script
  • Phase 06: plan-next-iteration, explore-pivot-options, post-test-refine-problem

Execution Flow

  1. Start: Read solution_concept from registry. Briefly summarize what we're working with before diving into flow mapping.

  2. Execute prompts in sequence. Present output conversationally — walk through the flow step by step, not as a wall of text.

  3. Write artifacts after each prompt to .product-dev/artifacts/ and update registry.

  4. Checkpoint after user flow + screens:

    "The flow is [N] steps, not 15. Every step you add is a step you have to build and test. Ruthless scoping here saves days of engineering. Does this flow cover the core value moment?"

  5. Checkpoint after prototype scope + test questions:

    "Prototype scope and test questions are locked. The test questions map directly to your hypothesis — if users can't do [critical moment], the hypothesis fails. This is a good stopping point before you build. When you have test results, come back and we'll analyze them."

  6. Post-test (steps 5-6): When the user returns with test data, collect observations, then run synthesis and hypothesis evaluation.

Context Registry

Same operations as product-ideation:

  • On start: Read .product-dev/context.json. If prompts_executed contains prompts from this skill's sequence, resume at the next unexecuted prompt (see CLAUDE.md Session Resume Algorithm). Resolve all {{variables}} from .product-dev/artifacts/ on disk.
  • setArtifact after each prompt
  • getArtifact to resolve {{variables}}
  • Update current_phase in registry as flow progresses

Handoff

After flow + prototype planning:

  • "Ready to build the prototype. When you've tested it, come back and we'll analyze the results."
  • "Want to jump to technical specs? Run /product-dev:spec."

After post-test synthesis:

  • Hypothesis validated → "Results support the hypothesis. Ready for technical specs? /product-dev:spec"
  • Hypothesis invalidated → "The data suggests a different direction. Want to revisit the problem statement or explore pivot options?"
  • Inconclusive → "We need more data. Here's what to test next..."

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.