trio:tdd-management

Validate contract files and dispatch TDD agents for per-module tests or code-structure regeneration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate the TDD lifecycle by validating contract files and dispatching the appropriate TDD agents.

Core Features & Use Cases

  • Enforces tech-stack and code-structure contracts before TDD work begins.
  • Lets you choose between generating per-module TDDs or regenerating the code-structure document.
  • Dispatches the correct agent with full project context to keep PRD, code, and tests aligned.

Quick Start

Invoke this skill after PRD is in place and code exists to dispatch the appropriate TDD task.

Frequently Asked Questions about trio:tdd-management

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

FAQPage Schema
How do I automate TDD workflow with contract checks?

Automate TDD workflow with contract checks by validating tech-stack and code-structure contracts, then dispatching agents to write per-module TDDs or regenerate code-structure based on your project context.

When do I need to validate contracts before writing tests?

Validate contracts before writing tests when your PRD is established and code structure exists, ensuring tech-stack and code-structure alignment before dispatching per-module TDD agents.

Can I regenerate code-structure instead of writing per-module TDDs?

Yes, you can regenerate code-structure instead of writing per-module TDDs. The orchestration Skill routes your project context to dispatch either per-module TDD generation or code-structure regeneration.

How does dispatching TDD agents keep PRD and tests aligned?

Dispatching TDD agents keeps PRD and tests aligned by passing full project context to the appropriate agent, enforcing tech-stack and code-structure contracts throughout the lifecycle.

Do I need a PRD before starting TDD lifecycle orchestration?

Yes, a PRD is required before starting TDD lifecycle orchestration. The process operates specifically when PRD is established and existing code structure is present to validate against.