trio:subsprint-planner

Draft subsprint plan files from bugfix, gap, or fresh planning sources.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Drafts subsprint planning by converting inputs from three sources into a standardized plan file under trio/subsprint.

Core Features & Use Cases

  • Validates preconditions and enforces front-matter and checklist contracts for plan generation.
  • Dispatches to planning sources: bugfix-plan, urs-gap-plan, or subsprint-fresh-plan, returning the plan path and metadata.
  • Maintains a consistent folder layout under trio/subsprint and guides users through the recommended execution sequence.

Quick Start

Select a source and run /trio:subsprint-planner to generate the plan file.

Frequently Asked Questions about trio:subsprint-planner

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

FAQPage Schema
How do I draft a subsprint plan from multiple planning sources?

The planner converts inputs from three sources into a standardized plan file. It validates preconditions, enforces front-matter and checklist contracts, then routes to bugfix-plan, urs-gap-plan, or subsprint-fresh-plan sources.

What is the recommended sequence after generating a subsprint plan?

After subsprint plan generation, the recommended sequence is to run the subsprint runner followed by the subsprint sync. This sequence ensures the generated plan is executed and synchronized properly within the workflow.

How does subsprint planning handle bugfix plans and fresh plans?

Subsprint planning dispatches inputs to bugfix-plan, urs-gap-plan, or subsprint-fresh-plan sources based on input type. Each source generates a plan file while maintaining a consistent folder layout under the subsprint directory.

Do I need to validate preconditions before generating a subsprint plan file?

Yes, the planner validates preconditions automatically before generating a subsprint plan file. It enforces the Plan Front-Matter Contract and the Plan Checklist Contract to ensure the generated plan meets required structural standards.

What folder structure does the subsprint planner enforce for plan files?

The subsprint planner enforces a consistent folder layout under trio/subsprint. Plan files are drafted as markdown files within a numbered, date-stamped, and word-tagged subdirectory for organized tracking.

Can I use the subsprint planner for workflow automation without a PRD?

Yes, you can use the planner for workflow automation by selecting the subsprint-fresh-plan source. This allows you to generate a plan file without relying solely on a product requirements document.