Fireteam is a CLI tool for autonomous task execution using Claude. Give it a goal, let it run until complete.
- Introduction - Overview and key concepts
- Quickstart - Get started in 5 minutes
- CLI Reference - Command-line interface
- Concepts - Deep dives into core concepts
- API Reference - Python library documentation
# Create a PROMPT.md with your task
fireteam startOr run in foreground:
fireteam run| Complexity | Mode | Behavior |
|---|---|---|
| TRIVIAL | SINGLE_TURN | Direct execution, single pass |
| SIMPLE | SINGLE_TURN | Direct execution, single pass |
| MODERATE | MODERATE | Execute → review loop until ≥95% complete |
| COMPLEX | FULL | Plan once, then execute → 3 parallel reviews until 2/3 say ≥95% |