Quick Research Skill
Lightweight research skill that spawns multiple research agents in parallel without the full pipeline.
Execution
Step 1: Get Company Name
Use AskUserQuestion:
code
Question: "What company do you want to research?" Header: "Company" Options: - Label: "Enter company name" / Description: "Type company name in 'Other'"
Step 2: Parallel Research
Launch ALL of these agents in a SINGLE message (parallel):
- •
Market Researcher
- •subagent_type: voltagent-research:market-researcher
- •Prompt: Quick market analysis for [COMPANY]: market size, growth, key trends
- •
Competitive Analyst
- •subagent_type: voltagent-research:competitive-analyst
- •Prompt: Quick competitive analysis for [COMPANY]: top 3 competitors, positioning
- •
Search Specialist
- •subagent_type: voltagent-research:search-specialist
- •Prompt: Find recent news, funding, key developments for [COMPANY] in last 12 months
Step 3: Compile Summary
After agents complete, compile a brief summary:
Write to: docs/[COMPANY]-quick-research.md
markdown
# [COMPANY] - Quick Research Summary **Date**: [Today's date] ## Overview [Brief company description] ## Market [Key market insights] ## Competition [Top competitors and positioning] ## Recent Developments [News, funding, announcements] ## Key Takeaways 1. [Insight 1] 2. [Insight 2] 3. [Insight 3] --- *Quick research - not comprehensive due diligence*
Step 4: Report to User
Summarize findings and provide file path.