Loading...
Loading...
Researches topics and trends for blog content with parallel multi-agent execution. USE WHEN orchestrator invokes research phase OR user says 'research topic', 'find trends', 'gather information for blog'.
npx skill4agent add zura1555/agents blog-trend-researcherRunning the **ParallelResearch** workflow from the **blog-trend-researcher** skill...| Workflow | Trigger | File |
|---|---|---|
| ParallelResearch | "parallel research", "multi-agent research" | |
| Mode | Agents | Timeout | Trigger |
|---|---|---|---|
| Quick | 1x claude-researcher | 2 min | "quick research", tight deadline |
| Standard | 3 agents (claude + perplexity + gemini) | 3 min | Default for blog research |
| Extensive | 5-8 agents | 10 min | "deep dive", "extensive research" |
## Task Tool Parallel Launch
In a SINGLE message, invoke multiple Task tools:
Task 1: claude-researcher focusing on current trends
Task 2: perplexity-researcher focusing on technical depth
Task 3: gemini-researcher focusing on alternative perspectives
Each agent uses [AGENT:type] tag for hook routing.workflows/ParallelResearch.md{
"topic": "Topic to research",
"contentType": "tech|personal-dev",
"projectId": "proj-YYYY-MM-DD-XXX",
"workspacePath": "/d/project/tuan/blog-workspace/active-projects/{projectId}/"
}{
"projectId": "proj-YYYY-MM-DD-XXX",
"topic": "Research topic",
"contentType": "tech|personal-dev",
"researchDate": "ISO timestamp",
"summary": {
"keyInsights": ["insight1", "insight2", "insight3"],
"mainThemes": ["theme1", "theme2", "theme3"],
"uniqueAngles": ["angle1", "angle2"],
"storyPotential": "brief description"
},
"detailedFindings": {
"background": "Context and background information",
"currentState": "Current state of the field/topic",
"trends": [
{
"name": "Trend name",
"description": "Detailed description",
"impact": "High|Medium|Low",
"timeline": "Current|Emerging|Declining",
"examples": ["example1", "example2"]
}
],
"challenges": [
{
"challenge": "Challenge description",
"impact": "Who/what it affects",
"potentialSolutions": ["solution1", "solution2"]
}
],
"opportunities": [
{
"opportunity": "Opportunity description",
"potential": "Benefits or outcomes",
"requirements": ["requirement1", "requirement2"]
}
]
},
"sources": [
{
"title": "Source title",
"url": "URL if available",
"type": "article|documentation|research|news",
"credibility": "High|Medium|Low",
"keyPoints": ["point1", "point2"],
"dateAccessed": "YYYY-MM-DD"
}
],
"contentRecommendations": {
"proposedAngles": ["angle1", "angle2", "angle3"],
"targetAudience": "Description of ideal reader",
"uniqueValueProposition": "What makes this content unique",
"suggestedStructure": ["section1", "section2", "section3"],
"keyMessages": ["message1", "message2", "message3"]
},
"researchDepth": "comprehensive|standard|basic",
"totalSources": 15,
"gapsIdentified": ["gap1", "gap2"]
}# Research Notes: {Topic}
## Overview
[Brief overview of the research scope and approach]
## Key Insights Summary
- Insight 1 with supporting evidence
- Insight 2 with examples
- Insight 3 with implications
## Detailed Findings
### Current State
[Describe current state of the topic/field]
### Emerging Trends
- Trend 1
- Description: [detailed description]
- Impact: [who/what is affected]
- Examples: [concrete examples]
### Industry Challenges
- Challenge 1
- Impact: [consequences]
- Solutions being explored: [approaches]
### Opportunities
- Opportunity 1
- Potential: [what could be achieved]
- Requirements: [what's needed]
## Source Analysis
[Summary of source quality and credibility]
## Content Strategy Recommendations
[Suggested approach for blog post based on research]