speedrun

Automate progression through incomplete bugfix workflow phases.

3|38|Updated Nov 6, 2025
One-click install
npx skills add https://github.com/ambient-code/workflows --skill speedrun-ambient-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speedrun
Source: https://github.com/ambient-code/workflows/tree/main/workflows/bugfix/.claude/skills/speedrun
Command: npx skills add https://github.com/ambient-code/workflows --skill speedrun-ambient-code

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Speed-run mode eliminates manual, step-by-step waiting between bugfix phases by automatically selecting and executing the next incomplete phase in the workflow.

Core Features & Use Cases

  • Automates progression through the bugfix phases (assess, reproduce, diagnose, fix, test, review, document, pr, summary).
  • Determines the next phase based on artifacts and context, performing each step in sequence without manual input.
  • Supports escalation handling by pausing for user input when required and then resuming.

Quick Start

Run the speedrun command to begin auto-advancing through the next incomplete phase.

Frequently Asked Questions about speedrun

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate bugfix workflow phases to run without manual input?

Automating bugfix workflow phases requires a speed-run mode that selects and executes the next incomplete phase in sequence. It progresses through assess, reproduce, diagnose, fix, test, review, document, pr, and summary phases automatically using existing artifacts and context.

What is automated bugfix phase orchestration and how does it work?

Automated bugfix phase orchestration determines the next incomplete workflow phase by evaluating artifacts and context, executing it, logging the outcome, and returning to a dispatcher loop. This cycle repeats until all phases from assess to summary are complete.

Can I pause automated bugfix orchestration for user input and resume later?

Yes, automated bugfix orchestration supports escalation handling by pausing the workflow when user input is required. Once the user provides the necessary input, the speed-run loop resumes and continues advancing through the remaining incomplete phases.

What's the best way to run an entire bugfix sequence in one nonstop session?

The best way to run a complete bugfix sequence in one session is using a speed-run command that auto-advances through phases. It selects the next incomplete step based on completion state, enforces escalation rules, and loops until all phases finish.

Does automated bugfix orchestration work without external dependencies?

Yes, automated bugfix orchestration works without external dependencies. It relies entirely on internal workflow artifacts, context to determine phase completion state, and a dispatcher loop to manage the progression through the bugfix phases.

Why does my automated bugfix workflow stop halfway through the phases?

An automated bugfix workflow stops midway when escalation rules are triggered, pausing for required user input. It also stops if artifacts or context indicate a phase is incomplete, gating further progression until the required conditions are met.