Bonfire

Launch the parallel implementation team lead to execute a plan file.

aidanmorgan 12 updated 5mo ago
Claude CodeGeneric
View source ↗
# Bonfire - Parallel Implementation Team Lead

Launch the parallel implementation team lead to execute a plan file.

## Usage

/bonfire


## Arguments

- `$ARGUMENTS`: Path to the implementation plan file (e.g., `COMPREHENSIVE_IMPLEMENTATION_PLAN.md`)

## Instructions

Invoke the bonfire skill to:

1. Bootstrap the plan (parse tasks, generate plan slug)
2. Research technologies and generate named expert agents
3. Spawn all named teammates and begin parallel execution

**Execute this skill:**

Use the Skill tool with:

- skill: "bonfire"
- args: "$ARGUMENTS"

The team lead will:

- Parse the plan file to identify all tasks via `generate-orchestrator.py`
- Generate expert agents and persist to `.claude/experts/<plan_slug>/`
- Create tasks via `TaskCreate` in the shared task list
- Spawn all named teammates (experts, critic, auditor, business-analyst, remediation, health-auditor)
- Monitor mailbox and route work through the staged pipeline until all tasks complete

## Documentation

All documentation is accessible from the index:

- **[Documentation Index](../docs/index.md)** - Navigation hub for all docs

Key references for the team lead:

| Document                                                        | Purpose                                   |
|-----------------------------------------------------------------|-------------------------------------------|
| [task-delivery-loop.md](../docs/task-delivery-loop.md)          | Core dispatch -> review -> audit cycle    |
| [communication-protocol.md](../docs/communication-protocol.md)  | Signal reference and message routing      |
| [state/task-tracking.md](../docs/state/task-tracking.md)        | Task state via native TaskList/TaskUpdate |

## Example

/bonfire COMPREHENSIVE_IMPLEMENTATION_PLAN.md


This launches the team lead to execute all tasks in the plan using named teammates.

Maintain Bonfire?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[Bonfire on getagentictools](https://getagentictools.com/loops/aidanmorgan-bonfire-parallel-implementation-team-lead?ref=badge)