Stop
01Hook Claude Code
Runs when the agent finishes a response, executing stop_gate.py via python3. From clownware/product-dev.
Hook Claude Code
Runs when the agent finishes a response, executing stop_gate.py via python3. From clownware/product-dev.
Hook Claude Code
Runs before the agent uses a tool for Edit and Write tool calls, executing pretooluse_guard.py via python3. From clownware/product-dev.
Settings file Claude Code
Agent settings declaring 2 hook events (Stop, PreToolUse).
Instructions file
Instructions for clownware/product-dev, covering product development framework, repo structure, workflow paths, product-ideation (phases 00-03) and product-flow (phases 04-06).
Plugin Claude Code
AI-assisted product development framework. Guides from vague idea to technical spec through structured UX research, hypothesis formation, and prototype planning.
Agent
Generates technical specifications (data models, API contracts, business rules, NFRs) from established design artifacts. Runs the tech requirements prompt sequence and returns structured documents for review.
Agent
Read-only extraction worker for the ux-optimization reverse pass. Executes one extraction prompt (archaeology, evidence mining, or journey tracing) against an existing product's repository and returns the artifact content with provenance frontmatter.
Command
Compile working artifacts into a validated spec package.
Command
Start exploring a product idea or problem domain.
Command
Audit an existing product and build a prioritized UX optimization spec.
Command
Define or refine a problem statement.
Command
Generate technical specifications from design artifacts.
Command
Generate a consolidated project brief from design artifacts. For the full spec package with YAML specs and validation, use /compile instead.
Skill Claude CodeCodex
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 Claude CodeCodex
Guide early-stage product exploration from vague idea through problem definition, objectives, solution concept, and testable hypothesis. Covers Phases 00-03 of the UX research workflow.
Skill Claude CodeCodex
Display current product development project state and suggest next steps. Deterministic — reads .product-dev/context.json.
Skill Claude CodeCodex
Generate technical specifications from established design artifacts. Produces data models, API contracts, business rules, and non-functional requirements. Spawns the Tech Spec Writer subagent.
Skill Claude CodeCodex
Reverse-pass UX audit of an existing product: extract problem, personas, journeys, and value props from its repository, validate with the owner, and produce a prioritized optimization spec. Entry point for products built without formal UX artifacts.