Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Fireteam Documentation

Fireteam is a CLI tool for autonomous task execution using Claude. Give it a goal, let it run until complete.

Contents

Quick Example

# Create a PROMPT.md with your task
fireteam start

Or run in foreground:

fireteam run

Execution Modes

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%