trio:subsprint-runner

Execute subsprint plans by applying code and doc edits with progress tracking.

5|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/10XTeams/trio --skill trio-subsprint-runner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trio:subsprint-runner
Source: https://github.com/10XTeams/trio/tree/main/src-plugin/skills/trio%3Asubsprint-runner
Command: npx skills add https://github.com/10XTeams/trio --skill trio-subsprint-runner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It automates the execution of a subsprint plan by applying each task's code-path and doc-path edits directly to code/ and docs/, enabling deterministic, auditable changes without manual guesswork.

Core Features & Use Cases

  • Resolve and validate the plan front-matter, then dispatch to trio:subsprint-execute to apply code- and doc-path edits.
  • Flip the plan checklist entries (Execute Coding, Update Docs) as tasks complete and hand off remaining TC work to /trio:subsprint-sync.
  • Return an execution log with per-task results, touched files, side-edits, and verification outcomes; the skill itself writes no changes.
  • Supports plan inputs from /trio:subsprint-planner, including absolute paths, folder names, or bare numeric identifiers.

Quick Start

Invoke /trio:subsprint-execute with a prepared plan file to start executing the subsprint tasks.

Frequently Asked Questions about trio:subsprint-runner

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

FAQPage Schema
How do I execute a subsprint plan and apply code edits automatically?

To execute a subsprint plan, you invoke the runner with a prepared plan file to validate front-matter and apply code-path and doc-path edits directly to your code and docs directories for deterministic changes.

What's the best way to track progress and update checklists during a subsprint?

To track progress, the runner flips plan checklist entries like Execute Coding and Update Docs as tasks complete, then hands off remaining test case work to a subsprint-sync process for continuous updates.

How do I validate subsprint plan inputs before making code changes?

You validate subsprint plan inputs by passing the plan file to the runner, which resolves and validates the plan front-matter and supports absolute paths, folder names, or bare numeric identifiers.

Does the subsprint runner write changes to files itself?

No, the subsprint runner does not write changes itself; it dispatches execution to apply edits and returns an execution log with per-task results, touched files, side-edits, and verification outcomes.

How do I get an auditable execution log for automated code and doc edits?

You get an auditable execution log by running the subsprint plan, which returns per-task results, touched files, side-edits, and verification outcomes to ensure deterministic and auditable changes.

Can I use a bare numeric identifier to run a subsprint plan?

Yes, the subsprint runner supports plan inputs from a planner including absolute paths, folder names, or bare numeric identifiers to resolve and validate the plan front-matter.