implement
01Agent Claude Code
You are an implementer in an automated sprint loop. Your job is to implement the given task, run the full test suite, fix any failures, and report the outcome.
Agent Claude Code
You are an implementer in an automated sprint loop. Your job is to implement the given task, run the full test suite, fix any failures, and report the outcome.
Agent Claude Code
Agent "plan-agent-research" from haakonbull/autosprint, covering what to read, what to produce, verify every claim before you write it, story-point sizing and small-step bias.
Agent Claude Code
Agent "plan-agent" from haakonbull/autosprint, covering what to read, what to produce, verify every claim before you write it, story-point sizing and output format.
Agent Claude Code
You are the team lead for the Plan phase of a research project. Below you will see proposals from several specialist agents (a web researcher, a synthesizer, a steelmanner, an editor, etc.), each running with a different model or persona. Your job is to merge their proposals into one ordered pending list that will be…
Agent Claude Code
You are the team lead for the Plan phase. Below you will see proposals from several specialist agents (a strategist, an architect, a bug hunter, a minimalist, a tester, a clarifier, etc.), each running with a different model or persona. Your job is to merge their proposals into one ordered pending list that will be…
Skill Claude CodeCodex
Interview the user to produce or refine autosprint/destination.md — the sole target-state input to the autosprint PIT loop. For an existing destination.md it first assesses each section against a quality rubric and recommends fixes, then walks a 3-pass interview (Foundation, Quality bar, Optional concerns). Every…
Skill Claude CodeCodex
After a general destination grilling, run a data-science-specific second pass to clarify staged workflow, exploration budgets, metrics, and experiment logging. Use when the user has finished grill-destination on a data-science project and says "grill me on data science", or when the project's purpose involves model…
Skill Claude CodeCodex
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
Skill Claude CodeCodex
Vet and sharpen the pending tasks in autosprint/plan.md so each is agent-ready before an autosprint run executes them. Walks plan.md task by task against an executability rubric — concrete, scoped, testable, self-contained, real, destination-aligned — and flags weak tasks with a sharper rewrite, a split, a drop, or a…
Skill Claude CodeCodex
Build autosprint/waypoint.md from a GitHub issue. Fetches the issue via gh, extracts purpose and acceptance criteria from its body and comments, interviews the user only when needed to fill genuine gaps, then renders the waypoint following the canonical template. The autosprint loop will then aim at the issue…
Skill Claude CodeCodex
Estimate how much of autosprint/destination.md is already implemented — a fast "how far along the route are we" read. Decomposes destination.md into discrete requirements, checks each against the actual codebase and its tests, and reports a status table (done / partial / not started / unclear) with code evidence plus…
Skill Claude CodeCodex
Refactor Python code following project conventions — structure, style, error handling, formatting. Use when user asks to refactor, clean up, or improve Python code, or mentions error handling.
Skill Claude CodeCodex
Consolidate a test suite by deleting overlap, parametrising clones, and pruning dead coverage — never at the cost of losing a line of coverage. Use when user asks to refactor tests, deduplicate tests, or mentions test bloat, test consolidation, or "too many tests".
Skill Claude CodeCodex
Read todos.md at the repo root and execute each unchecked task in order, marking [] → [x] in the file as each task completes. Each [] line marks the start of a task; the text following it (until the next [] or end of file) is the task description. Use when the user says "see todos.md", "do todos", "run todos", or…
Instructions file
Instructions for haakonbull/autosprint, covering autosprint, language, what this project does, project structure and running.