From market-research
Assess a source project's technical capabilities. Reads `config/sources.md` and produces a structured capability profile. Use to start the GTM pipeline or evaluate technical differentiators (Phase 0).
How this skill is triggered — by the user, by Claude, or both
Slash command
/market-research:analyzing-source-projectThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Target**: $ARGUMENTS
Target: $ARGUMENTS
Phase 0 of the GTM pipeline. Produces a technical capability profile of the source project that feeds Phase 1B (researching-market).
Read config/mode.md before starting:
concise — Bullet summaries, 3-5 points per sectiondetailed — Full narrative with evidence and code referencesconservative — Focus on proven, documented capabilitiesambitious — Highlight unrealized potential and extension opportunitiesconfig/sources.md — Source projects to analyzeconfig/comments_research.md — Research constraints and focus areasconfig/mode.md — Style and approach settingsconfig/sources.mdconfig/validation_criteria.md Phase 0 gatesWrite to results/phase-0/:
capability-profile.md# Source Project Capability Profile
## Project: [name]
## Architecture Summary
[Overview of system design and key components]
## Tech Stack
- Language: [language + version]
- Framework: [framework]
- Key dependencies: [list]
## Differentiating Capabilities
1. [Capability] — Score: [1-5] — Evidence: [file/feature reference]
2. ...
## Limitations and Risks
- [Limitation] — Impact: [High/Medium/Low]
## GTM-Relevant Technical Signals
[How technical characteristics translate to market positioning opportunities]
config/comments_research.md scope constraintsCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub qte77/claude-code-plugins --plugin market-research