infinite-gratitude
Multi-agent research that keeps bringing gifts back â like cats! Dispatch multiple agents to research a topic in parallel, compile findings, and iterate on new discoveries.
Infinite Gratitude đž
įĄéč˛å ąæŠ | įĄéãŽæŠčŋã Multi-agent research that keeps bringing gifts back â like cats! đą
Quick Reference
| Option | Values | Default |
|---|---|---|
topic | Required | - |
--depth | quick / normal / deep | normal |
--agents | 1-10 | 5 |
Usage
/infinite-gratitude "pet AI recognition"
/infinite-gratitude "RAG best practices" --depth deep
/infinite-gratitude "React state management" --agents 3
Behavior
Step 1: Split Directions
Split {topic} into 5 parallel research directions:
- GitHub projects
- HuggingFace models
- Papers / articles
- Competitors
- Best practices
Step 2: Dispatch Agents
Task(
prompt="Research {direction} for {topic}...",
subagent_type="research-scout",
model="haiku",
run_in_background=True
)
Step 3: Collect Gifts
Compile all findings into structured report.
Step 4: Loop
If follow-up questions exist â Ask user â Continue? â Back to Step 2
Step 5: Final Report
Example Output
đž Infinite Gratitude!
đ Topic: "pet AI recognition"
đą Dispatching 5 agents...
ââââââââââââââââââââââ
đ Wave 1
ââââââââââââââââââââââ
đą GitHub: MegaDescriptor, wildlife-datasets...
đą HuggingFace: DINOv2, CLIP...
đą Papers: Petnow uses Siamese Network...
đą Competitors: Petnow 99%...
đą Tutorials: ArcFace > Triplet Loss...
đĄ Key: Data volume is everything!
đ New questions:
- How to implement ArcFace?
- How to use MegaDescriptor?
Continue? (y/n)
đž by washinmura.jp
Notes
- Uses
haikumodel to save cost - Max 5 agents per wave
- Deep mode loops until satisfied
Additional Resources
- For agent configuration, see references/agent-config.md
Related Skills
- ai-dojo â Foundation for AI coding agents
- research-scout â Single-agent research
Part of đĨ AI Dojo Series by Washin Village đž