bonfire

Generate an orchestrator prompt from a plan file and coordinate agentic development.

12|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/aidanmorgan/token-bonfire --skill bonfire
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bonfire
Source: https://github.com/aidanmorgan/token-bonfire/tree/main/.claude/skills/bonfire
Command: npx skills add https://github.com/aidanmorgan/token-bonfire --skill bonfire

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the complex process of coordinating a team of AI agents to execute a software development plan, from initial setup to task completion and recovery.

Core Features & Use Cases

  • Automated Agent Orchestration: Generates an orchestrator prompt and manages the execution loop for parallel agent development.
  • Plan-Driven Execution: Takes a plan file as input and drives the entire development process.
  • State Management & Recovery: Persists state and event logs for crash recovery and session resumption.
  • Use Case: Kickstart a new software project by providing a high-level plan file, and let the Bonfire Skill manage the creation and coordination of developer agents to build it.

Quick Start

Use the bonfire skill with the plan file named 'my_project_plan.md'.

Frequently Asked Questions about bonfire

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate multiple AI agents for parallel software development?

To coordinate AI agents for parallel software development, you can use an orchestration skill that generates an orchestrator prompt from a plan file and manages agent dispatch, review, and remediation workflows automatically.

How does agent orchestration handle crash recovery and session resumption?

Agent orchestration handles crash recovery by creating plan directories with persistent state and event log files, allowing the development workflow to resume seamlessly after an unexpected interruption or crash.

How do I start agentic development using a high-level project plan?

To start agentic development using a high-level project plan, provide your plan file as input to the orchestration skill, which will then generate the necessary coordinator prompts and manage the execution loop.

What is the best way to automate a development team workflow using AI agents?

The best way to automate a development team workflow using AI agents is to use a plan-driven orchestration approach that assumes the coordinator role and manages parallel agent execution from initial setup to task completion.

Do I need a specific plan file format to drive plan-driven execution for agent coordination?

You need to provide a plan file, such as a markdown file, which the orchestrator reads to generate execution prompts and manage the state and event logs required for coordinating the development agents.

What happens if a dispatched agent requires remediation during software development?

If a dispatched agent requires remediation during software development, the orchestrator manages the review and remediation workflows, coordinating corrections to ensure the final project meets the plan's objectives.