AgentForge automatically creates complete, immediately runnable multi-agent research systems based on your research project requirements.
Open user_input.md and fill in your research project information as prompted:
- Research topic and core questions
- Data collection requirements
- Analysis methods
- Report format and style
If you're unsure about certain questions, you can fill in "Suggested by AI".
Execute in Claude Code:
Please read the information I filled in user_input.md,
then use the generator.md prompt,
to generate a research multi-agent system for me.
The generator will create a complete project for you, including:
{your-project-name}/
├── agents/ # 4 agent blueprints
├── data/ # Data directories (3 phases)
├── references/ # Reference materials
├── wip/ # Work-in-progress notes
└── README.md # Project documentation
After generation, execute:
Please use agents/00.orchestrator.md to start executing the research task
The system will automatically complete: data collection → analysis → report generation
Based on declarative multi-agent architecture, using five core patterns:
- Prompt-Defined Agents - Define agent behavior with natural language
- Orchestrated Pipeline - Three-phase sequential execution, data refined progressively
- Filesystem Data Bus - Data passed through files, completely transparent
- Parallel Instance Execution - Support parallel processing of multiple data sources
- Reference Data Configuration - Domain knowledge externalized as independent files
For detailed architecture description, see generator.md.
Particularly suitable for:
- Information-intensive research (extensive data collection and analysis)
- Periodic research (repeatable execution)
- Quality-first research (transparent and traceable)
- user_input.md - User fills in research project information
- generator.md - Generator prompt (includes architecture principles and generation logic)
- README.md - This file (usage instructions)
Quick start: First fill in user_input.md, then invoke the generator!
