Research topics and create comprehensive planning documentation
Creates comprehensive research documentation for technical topics with structured guides and troubleshooting.
/plugin marketplace add vinnie357/claude-skills/plugin install core@vinnie357<category> <topic> [--complexity=low|medium|high]Research a topic and create comprehensive documentation for planning, understanding, and working with the subject.
Document Creation:
research/<category>/<topic>/overview.md, troubleshooting.md, and optional guidesFeatures:
--complexity=<level> to force thinking depthExamples:
/research development docker-compose
# Creates: research/development/docker-compose/
# - overview.md
# - troubleshooting.md
/research infrastructure kubernetes-networking --complexity=high
# Creates: research/infrastructure/kubernetes-networking/
# - overview.md (with deep analysis)
# - troubleshooting.md
# - best-practices.md
/research frontend react-state-management --complexity=medium
# Creates: research/frontend/react-state-management/
# - overview.md
# - troubleshooting.md
# - comparison.md (Redux vs Context vs Zustand)
Document Structure:
best-practices.md: Detailed guidelines and patternscomparison.md: Technology alternatives and trade-offsmigration.md: Upgrade paths and migration strategiesquick-start.md: Fast setup and basic usageQuality Standards:
Task Instructions: Use Task tool with subagent_type: "general-purpose" to:
Research Phase:
Structure Phase:
research/<category>/<topic>/ directoryContent Generation:
overview.md with:
troubleshooting.md with:
Quality Assurance:
The agent should produce comprehensive, actionable documentation that helps users understand and work with the topic effectively.