This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: "3.0.0" | |
| title: Goose Coder - Scout/Guard Architecture | |
| author: | |
| contact: "Hugues Clouatre" | |
| description: | | |
| Orchestrates coding tasks using delegates in a Scout/Guard research architecture. | |
| Scout (creative, Sonnet) explores the codebase and proposes approaches. | |
| Guard (adversarial, Haiku) stress-tests those proposals for risk. | |
| Usage: Point it at a GitHub issue (owner/repo#123) or describe a coding task. It researches, plans, builds, and opens a PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "experiment": "Experiment 1: FastMCP Session ID Refactor", | |
| "title": "Scout Instruction Repetition A/B Experiment (math-mcp-learning-server#222)", | |
| "issue": "clouatre-labs/math-mcp-learning-server#222", | |
| "model": "claude-haiku-4-5", | |
| "date": "2026-02-20", | |
| "n_per_group": 5, | |
| "control_condition": "x1 Scout instructions", | |
| "treatment_condition": "x2 Scout instructions repeated", | |
| "rubric_version": "1.0", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: goose-coder | |
| version: "4.1.0" | |
| title: Goose Coder - Scout/Guard Architecture | |
| author: | |
| name: "Hugues Clouatre" | |
| description: | | |
| Orchestrates coding tasks using delegates in a Scout/Guard research architecture. | |
| Scout (creative, Haiku) explores the codebase and proposes approaches. | |
| Guard (adversarial, Haiku) stress-tests those proposals for risk. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "experiment": "Experiment 2: Tree-sitter Evaluation", | |
| "title": "Scout Instruction Repetition A/B Experiment (aptu#737)", | |
| "issue": "clouatre-labs/aptu#737", | |
| "model": "claude-haiku-4-5", | |
| "date": "2026-02-20", | |
| "n_per_group": 5, | |
| "control_condition": "x1 Scout instructions (3399 chars)", | |
| "treatment_condition": "x2 Scout instructions repeated (6806 chars)", | |
| "rubric_version": "1.0", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Goose OSS Coder Recipe - Subagent Architecture (Opus/Haiku/Sonnet) | |
| name: goose-coder | |
| version: "2.8.0" | |
| title: OSS Coder - Subagent Architecture | |
| author: | |
| name: "Hugues Clouatre" | |
| description: | | |
| Unified OSS contribution workflow with subagents. | |
| Opus orchestrates, spawns Haiku for BUILD & VERIFY and Sonnet for CHECK. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: oss-coder | |
| version: "1.0.0" | |
| title: OSS Contribution Specialist | |
| description: | | |
| Development workflow with mandatory approval checkpoints. | |
| - Works for OSS contributions and personal projects | |
| - Optimized for large models (Claude Sonnet 4+, GPT-4, etc) | |
| - Smaller models may struggle with tool use and multi-step workflows | |
| instructions: | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Goose OSS Contribution Recipe - 5-phase workflow with mandatory approval gates | |
| name: oss-coder | |
| title: OSS Contribution Specialist | |
| description: | | |
| Development workflow with mandatory approval checkpoints. | |
| - Works for OSS contributions and personal projects | |
| - Optimized for large models (Claude Sonnet 4+, GPT-4, etc) | |
| - Smaller models may need more explicit instructions (see oss-basic or oss-simple) |