Watchfire is a context management and orchestration platform for AI coding agents. Define your project, break work into tasks, and let agents execute with full awareness of your codebase.
- Context Management — Define your project once. Agents get the right specs, constraints, and codebase context automatically.
- Task Orchestration — Break projects into well-scoped tasks with clear acceptance criteria. Agents tackle them in order.
- Git Worktree Isolation — Each task runs in its own git worktree branch. No conflicts, clean merges.
- Sandboxed Execution — Agents run in sandboxed environments with controlled filesystem and network access.
- Multiple Agent Modes — Chat, Task, Start All, Wildfire (autonomous loop), and auto-generation modes.
- Multi-Project Support — Manage and monitor multiple projects in parallel from TUI or GUI.
brew install watchfire-io/tap/watchfirecd your-project
watchfire init # Initialize a project
watchfire task add # Add tasks
watchfire # Launch the TUIThis is the source for the Watchfire website — built with Next.js, Tailwind CSS, and TypeScript.
MIT
