Skip to content

Instantly share code, notes, and snippets.

View clouatre's full-sized avatar

Hugues Clouâtre clouatre

View GitHub Profile
@clouatre
clouatre / 1-goose-recipe.yaml
Last active March 16, 2026 03:08
Goose Coder - Scout/Guard Architecture (v3.0.0)
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.
@clouatre
clouatre / exp1-analysis.json
Last active February 22, 2026 14:26
Experiment 1 raw data: FastMCP Session ID Refactor (prompt repetition A/B test, clouatre-labs/math-mcp-learning-server#222)
{
"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",
@clouatre
clouatre / goose-coder-v4.1.0.yaml
Created February 21, 2026 18:55
goose-coder v4.1.0 - Scout/Guard delegate architecture recipe for Goose (block/goose)
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.
@clouatre
clouatre / exp2-analysis.json
Last active February 22, 2026 14:24
exp229 raw outputs: Scout A/B experiment (dotfiles#229, aptu#737) — instruction repetition x1 vs x2
{
"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",
@clouatre
clouatre / goose-coder.yaml
Last active February 11, 2026 19:02
Goose OSS Coder Recipe - Subagent Architecture (Opus/Haiku/Sonnet)
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.
@clouatre
clouatre / oss-coder.yaml
Last active November 25, 2025 14:36
OSS Contribution Specialist - Development workflow with mandatory approval checkpoints
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: |
@clouatre
clouatre / oss-coder.yaml
Last active December 24, 2025 19:00
Goose OSS Contribution Recipe - 5-phase workflow with mandatory approval gates
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)