How this skill is triggered — by the user, by Claude, or both
Slash command
/market-research:researchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
[MARKET-RESEARCH 활성화]
[MARKET-RESEARCH 활성화]
사용자의 시장조사 요청을 받아 정보 수집 → 종합 분석 → 보고서 생성의 전체 워크플로우를 오케스트레이션하여 구조화된 시장조사 보고서를 자동 생성함.
사용자가 /market-research:research 호출 시 또는
"시장조사", "시장 분석", "경쟁사 분석", "SWOT 분석" 키워드 감지 시.
| 에이전트 | FQN | 티어 |
|---|---|---|
| researcher | market-research:researcher:researcher | MEDIUM |
| architect | market-research:architect:architect | HIGH |
| writer | market-research:writer:writer | MEDIUM |
agents/{agent-name}/ 에서 3파일 로드 (AGENT.md + agentcard.yaml + tools.yaml)gateway/runtime-mapping.yaml 참조하여 구체화:
tier → tier_mapping에서 모델 결정tool_mapping에서 실제 도구 결정forbidden_actions → action_mapping에서 제외할 실제 도구 결정Task(subagent_type=FQN, model=구체화된 모델, prompt=조립된 프롬프트) 호출| 워크플로우 단계 | 부스팅 스킬 |
|---|---|
| Phase 1 (주제 설정) | ulw 매직 키워드 |
| Phase 2 (정보 수집) | ulw 매직 키워드 |
| Phase 3 (종합 분석) | ulw 매직 키워드 |
| Phase 4 (보고서 생성) | ulw 매직 키워드 |
| Phase 5 (검증 및 완료) | ulw 매직 키워드 |
ulw 활용)AskUserQuestion 도구를 활용하여 조사 주제를 수집함.
수집 항목:
수집된 정보를 output/research-brief.md에 저장.
ulw 활용)output/research-brief.md의 조사 주제 참조. 수집 결과를 output/research-data.md에 저장ulw 활용)output/research-data.md의 조사 데이터와 output/research-brief.md의 자사 정보 참조ulw 활용)output/research-data.md + architect의 분석 결과 참조. 보고서를 output/market-research-report.md에 저장ulw 활용)output/market-research-report.md) 존재 확인output/market-research-report.md에 저장됨보고서 생성 후 다음 항목을 검증:
완료 시 중간 산출물 유지:
output/research-brief.md (조사 주제)output/research-data.md (수집 데이터)output/market-research-report.md (최종 보고서)사용자가 "취소", "중단" 요청 시 현재까지 진행된 산출물을 유지하고 안내.
이전 산출물이 존재하면 마지막 완료된 Phase부터 재시작 가능.
npx claudepluginhub hiondal/market-research --plugin market-researchSizes markets (TAM/SAM/SOM), analyzes competitive landscapes, and generates professional consulting-grade reports with LaTeX formatting and visual generation.
Researches markets via interactive questioning on scope, then deploys parallel agents for trend analysis, consumer insights, competitive landscape, size estimates (TAM/SAM/SOM), and go/no-go recommendations.
Generates 50+ page market research reports with consulting-firm style (McKinsey, BCG, Gartner), including LaTeX formatting, strategic frameworks (Porter Five Forces, PESTLE, SWOT, TAM/SAM/SOM, BCG Matrix), and data gathering via research-lookup.