AgentSkillsCN

qr

无需完整流程,即可快速对一家公司展开多代理研究。仅适用于快速研究,可使用 /qr。

SKILL.md
--- frontmatter
name: qr
description: Quick multi-agent research on a company without full pipeline. Use /qr for fast research only.
disable-model-invocation: true
allowed-tools: AskUserQuestion, Task, Read, Write, WebFetch, WebSearch

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):

  1. Market Researcher

    • subagent_type: voltagent-research:market-researcher
    • Prompt: Quick market analysis for [COMPANY]: market size, growth, key trends
  2. Competitive Analyst

    • subagent_type: voltagent-research:competitive-analyst
    • Prompt: Quick competitive analysis for [COMPANY]: top 3 competitors, positioning
  3. 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.