Agent skill · Business & Finance

faion-product-research

Product research: market, competitors, personas, validation, pricing. Triggers: market research, competitor analysis.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Allowed tools: ReadWriteGlobTaskAskUserQuestionTodoWrite
Path: skills/analysis/faion-product-research/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Agents
  2. Workflow
  3. Execution
  4. Module Selection
  5. Output
  6. Next Step
  7. Rules
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going