一键导入
ensemble-create-workstream-trd
Generate a normalized executable workstream TRD from multiple source TRDs (Codex skill for /ensemble:create-workstream-trd)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate a normalized executable workstream TRD from multiple source TRDs (Codex skill for /ensemble:create-workstream-trd)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Implement TRD with beads project management — persistent bead hierarchy, dependency-aware execution via br/bv, and cross-session resumability (Codex skill for /ensemble:implement-trd-beads)
Approval-gated Beads graph refinement before execution (Codex skill for /ensemble:refine-beads)
Create Foreman-native structured Technical Requirements Document from PRD — omits adversarial review phase, outputs parser-compatible tables (Codex skill for /ensemble:create-trd-foreman)
Create Technical Requirements Document from PRD with architecture design and adversarial review (Codex skill for /ensemble:create-trd)
Create comprehensive Product Requirements Document with structured elicitation and adversarial review (Codex skill for /ensemble:create-prd)
Pre-implementation cross-artifact consistency sweep — checks PRD↔TRD↔beads alignment before coding begins (Codex skill for /ensemble:analyze-requirements)
| name | ensemble-create-workstream-trd |
| description | Generate a normalized executable workstream TRD from multiple source TRDs (Codex skill for /ensemble:create-workstream-trd) |
| user-invocable | true |
| argument-hint | <trd-path> <trd-path> [more-trd-paths] [--out path] |
| model | gpt-5.1-codex |
This Codex skill mirrors the Ensemble slash command /ensemble:create-workstream-trd.
Follow the workflow below, adapt to the current repository, and keep outputs structured.
Combine multiple canonical TRDs into one generated, executable workstream TRD that preserves source PRD/TRD/REQ/AC provenance and can be passed as the single input to /ensemble:implement-trd-beads.
Source TRDs remain canonical. The generated workstream TRD is an execution artifact that normalizes the graph-critical Master Task List while preserving source task markdown verbatim. It decomposes every referenced PRD acceptance criterion into AC-level implementation, executable-test, and validation tasks with Definition of Done evidence requirements. Generated workstream files use micro UUID document IDs (TRD-YYYY-<8hex>-workstream-.md), not sequence numbers, to avoid collisions across large teams.
1. Parse Arguments Validate source TRD paths and locate deterministic TRD CLI
2. Generate Create normalized executable workstream TRD
3. Report Tell the user how to execute the generated workstream
/ensemble:create-workstream-trd <trd-path> <trd-path> [more-trd-paths] [--out path]