trw-sprint-team

Generate team playbooks and ownership files from sprint documents.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/wallter/trw-mcp --skill trw-sprint-team
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trw-sprint-team
Source: https://github.com/wallter/trw-mcp/tree/main/src/trw_mcp/data/codex/skills/trw-sprint-team
Command: npx skills add https://github.com/wallter/trw-mcp --skill trw-sprint-team

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating sprint-team formation and subagent spawns from plan documents is error-prone and time-consuming. This skill automates the end-to-end setup by reading sprint documents, deriving a kebab-case team name, proposing a structured ownership map, and generating playbooks used to spawn teammates.

Core Features & Use Cases

  • Read sprint documents to derive a kebab-case team name, sprint goals, and track assignments.
  • Propose a scalable team structure with file ownership, subject to user approval.
  • Generate per-teammate playbooks via /trw-team-playbook and spawn teammates with contextual configurations.
  • Produce task sets (implementation, testing, review) per PRD and support project coordination.

Quick Start

Run /trw-sprint-team with a sprint document path to auto-generate the team structure and spawn teammates.

Frequently Asked Questions about trw-sprint-team

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

FAQPage Schema
How do I automate sprint team formation and subagent setup from a sprint document?

Sprint team formation is automated by reading a sprint document to derive a kebab-case team name, analyze PRDs, and generate a structured team ownership map. The automation proposes a scalable team structure with file ownership and generates per-teammate playbooks for spawning Codex subagents.

What files do I need to prepare before running sprint team automation?

Sprint team automation requires a sprint document path and PRDs placed in a configured directory. These inputs allow the system to derive sprint goals, assign tracks, and produce the file_ownership.yaml and interface-contract.yaml configurations needed for the workflow.

How does generating teammate playbooks work for subagent spawning?

Generating teammate playbooks works by creating contextual configurations for each subagent based on analyzed PRDs and track assignments. The system executes the /trw-team-playbook command to produce individual playbooks that define implementation, testing, and review task sets for each spawned teammate.

Can I use this sprint planning automation for projects with multiple parallel tracks?

Yes, sprint planning automation supports projects with multiple tracks by reading track assignments from the sprint document and PRDs. It assigns ownership across all tracks and generates distinct task sets and playbooks for each parallel workstream within the same sprint.

How do I assign file ownership during sprint team setup?

File ownership is assigned by proposing a structured ownership map derived from the analyzed sprint document and PRDs. The system generates a file_ownership.yaml file that maps specific files to individual teammates, subject to your approval before finalizing the team structure.

What are the limitations of automating subagent spawns from plan documents?

Automating subagent spawns requires properly formatted sprint documents and PRDs in a configured path to derive a kebab-case team name successfully. The system depends on these inputs to generate valid file_ownership.yaml, interface-contract.yaml, and per-teammate playbooks without manual intervention.