trw-team-playbook

Generate teammate playbooks and ownership contracts from sprint docs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generating structured teammate playbooks and file ownership contracts is error-prone and time-consuming. This Skill automates the process by producing per-teammate playbooks, a centralized file_ownership.yaml, and interface contracts to prevent conflicts across PRDs and sprints.

Core Features & Use Cases

  • Generates per-teammate playbooks mapping roles, PRD ownership, and sprint context.
  • Produces a validated file_ownership.yaml and an interface-contract.yaml to formalize boundaries.
  • Reads sprint docs and PRD execution plans to derive task lists and ownership.

Quick Start

Run /trw-team-playbook with a sprint document path to initialize artifacts for your sprint.

Frequently Asked Questions about trw-team-playbook

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

FAQPage Schema
How do I generate teammate playbooks for Codex subagent teams?

You can generate teammate playbooks by running the tool with a sprint document path. It reads sprint docs and PRD execution plans to automatically produce per-teammate playbooks mapping roles, PRD ownership, and sprint context.

How do I prevent file ownership conflicts across multiple PRDs and sprints?

To prevent file ownership conflicts, you need a centralized file_ownership.yaml. This tool automatically generates and validates this contract alongside interface-contract.yaml to formalize boundaries and prevent conflicts across PRDs and sprints.

What is the best way to map interface contracts for sprint planning?

The best way to map interface contracts is to automate boundary formalization using execution plans. This tool derives ownership mappings and produces an interface-contract.yaml to define clear boundaries for tasks executed during the sprint.

Can I use sprint documents to derive task lists and ownership mappings?

Yes, you can use sprint documents to derive task lists and ownership mappings. The tool reads sprint docs and PRD execution plans as input to automatically extract tasks and assign specific ownership boundaries for each teammate.

Do I need a PRD execution plan to generate file ownership contracts?

Yes, a PRD execution plan is required to generate file ownership contracts. The tool relies on PRD execution plans and sprint documents to accurately derive the task lists and boundaries needed to produce the validated file_ownership.yaml.

Why does manual generation of teammate playbooks fail during sprint planning?

Manual generation of teammate playbooks fails because it is error-prone and time-consuming. Automating the process ensures accurate per-teammate playbooks and validated ownership contracts are produced without the risk of human error.