plugins/market-research/skills/analyzing-source-project/SKILL.md
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).
npx skillsauth add qte77/claude-code-utils-plugin analyzing-source-projectInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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 constraintsdevelopment
Analyzes industry websites for design patterns, layout, typography, and content strategies using first-principles thinking. Use when researching website design, UI patterns, or competitive design analysis.
development
Audits website usability for UX optimization, covering forms, navigation, validation, and microcopy. Use when reviewing user experience, task completion flows, or interface friction points.
development
Audits website accessibility for WCAG 2.1 AA compliance, generating findings and code fixes. Use when reviewing accessibility, keyboard navigation, screen reader compatibility, or inclusive design.
development
Writes tests following TDD (using vitest and @testing-library/react) best practices. Use when writing unit tests, integration tests, or component tests in TypeScript.