faion-product-research
Product research: market, competitors, personas, validation, pricing. Triggers: market research, competitor analysis.
npx skills add majiayu000/claude-skill-registry --skill faion-product-research --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Product Research Orchestrator **Communication: User's language. Docs: English.** ## Agents | Agent | Output | |-------|--------| | faion-market-researcher-agent | market-research.md | | faion-competitor-analyzer-agent | competitive-analysis.md | | faion-persona-builder-agent | user-personas.md | | faion-problem-validator-agent | problem-validation.md | | faion-pricing-researcher-agent | pricing-research.md | ## Workflow ``` 1. Parse project from ARGUMENTS 2. Read: constitution.md, roadmap.md 3. AskUserQuestion: modules + mode (quick/deep) 4. Run agents SEQUENTIALLY (not parallel) 5. Write executive-summary.md ``` ## Execution ```python AGENTS = { "market": "faion-market-researcher-agent", "competitors": "faion-competitor-analyzer-agent", "personas": "faion-persona-builder-agent", "validation": "faion-problem-validator-agent", "pricing": "faion-pricing-researcher-agent" } for module in selected_modules: Task( subagent_type=AGENTS[module], prompt=f""" PROJECT: {project} PRODUCT: {product_description} MODE: {quick|deep} OUTPUT: aidocs/sdd/{project}/product_docs/{output_file} """ ) ``` ## Module Selection ```python AskUserQuestion( questions=[{ "question": "Які модулі запустити?", "m
- Agents
- Workflow
- Execution
- Module Selection
- Output
- Next Step
- Rules
What does the faion-product-research skill do?
Product research: market, competitors, personas, validation, pricing. Triggers: market research, competitor analysis.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill faion-product-research --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
