Agentic loop for iterative content generation
Top 68.0% on SourcePulse
This project demonstrates an "Infinite Agentic Loop" using a two-prompt system with Claude Code, enabling AI agents to collaboratively generate evolving content iterations based on specifications. It's designed for developers and researchers exploring advanced AI orchestration and content generation workflows.
How It Works
The system utilizes a custom Claude Code slash command (/project:infinite
) to manage multiple AI agents. It analyzes a specification file, performs directory reconnaissance to understand existing iterations, and then deploys sub-agents with distinct creative directions. Wave management ensures coordinated generation, particularly in "infinite" mode, where agents produce successive, increasingly sophisticated iterations until context limits are reached.
Quick Start & Requirements
.claude/commands/infinite.md
to ~/.claude/commands/
for global use within Claude Code./project:infinite <spec_file> <output_dir> <count>
within Claude Code.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project is experimental and relies on the specific Claude Code environment. The README does not specify a license, which may impact commercial use or integration into closed-source projects.
2 months ago
Inactive