firepass_trio
Automates the complete coding workflow: research, implementation, review, and iterative fixes based on a prompt and working directory.
Instructions
Run a full FirePass trio: research → implement → review → (fix loop).
Args: prompt: The coding task. cwd: Working directory to sandbox file access to. context: Optional file contents, errors, or specs to pre-load. max_iterations: Max tool-call rounds per sub-agent (default 60). max_review_rounds: Max worker+reviewer fix rounds (default 2).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | ||
| cwd | Yes | ||
| context | No | ||
| max_iterations | No | ||
| max_review_rounds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |