From claude-dev-kit
Analyzes and critiques business viability with market research, competitive analysis, and risk assessment. Designed for use after brainstorming before writing a PRD.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-dev-kit:bizanalysisThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<!-- AUTO-GENERATED by scripts/gen_skills.py — DO NOT EDIT. Edit SKILL.md.tmpl instead. -->
Run silently at the start:
python3 scripts/kit_update_check.py 2>/dev/null
If exit code is 1 (update available), show the output to the user once. Do not block the workflow.
Run these checks silently at the start. Use results to adapt behavior:
[ -f issues.md ] — if true, this project uses the sprint system. Respect issue numbering and STATUS.md.[ -f docs/sprint_state.md ] — if true and Status shows running, a sprint is active. Be aware of parallel work in worktrees.[ -f docs/prd_digest.md ] — if true, read it for quick project context before starting.gh auth status before any GitHub operation.At the start of this skill, check if contributor mode is enabled:
python3 scripts/kit_config.py get contributor_mode
If the result is true:
python3 scripts/contributor_report.py --skill <name> --step "<step>" --rating <N> --notes "<friction or suggestion>"
docs/business_analysis.md).docs/brainstorm_notes.md exists. If it does, read it and use as
context — problem space, target users, chosen direction.4a) If brainstorm notes exist, summarize the idea from them. Otherwise, ask the user to describe their idea. 5a) Market Research: Use WebSearch/WebFetch to investigate market size, trends, TAM/SAM/SOM. Cite sources. 6a) Competitive Analysis: Identify competitors and alternatives. Build a comparison table. 7a) Business Model Exploration: Explore revenue model candidates and pricing strategy directions. 8a) Risk Assessment: Identify key risks (market, technical, regulatory, competitive) and propose mitigations. 9a) Critique: Produce a SWOT analysis and a Go/Pivot/No-Go recommendation. Discuss with the user.
4b) Read the existing analysis and present a brief recap. 5b) Ask the user which section they want to develop, challenge, or update. 6b) Repeat research and analysis as needed for the chosen area. 7b) Merge new insights into the existing analysis.
/prd next — business analysis and brainstorm notes will be automatically used as context.NEVER:
INSTEAD:
/prd to create a PRD using both business analysis and brainstorm notes as context.npx claudepluginhub pillip/claude-dev-kit --plugin claude-dev-kitOrchestrates multi-dimensional business idea validation via parallel sub-agents: Lean Canvas, JTBD, market/competitive/feasibility research, SWOT/PESTLE, and a weighted scorecard with verdict.
Evaluates product opportunities with market sizing (TAM/SAM/SOM), competitive analysis, strategic alignment, technical feasibility scan, and go/no-go recommendation. Useful for validating ideas before development.
Validates startup ideas end-to-end: KB/project/web search, manifest alignment check, S.E.E.D. niche analysis, devil's advocate inversion, STREAM 6-layer evaluation, stack selection, PRD generation.