ensemble-configure-teamlisted
Install: claude install-skill FortiumPartners/ensemble
# Ensemble Command: /ensemble:configure-team
This Codex skill mirrors the Ensemble slash command `/ensemble:configure-team`.
Follow the workflow below, adapt to the current repository, and keep outputs structured.
<!-- DO NOT EDIT - Generated from configure-team.yaml -->
<!-- To modify this file, edit the YAML source and run: npm run generate -->
Analyze a Technical Requirements Document (TRD) for complexity and automatically configure
team mode. Performs agent and skill discovery, marketplace gap analysis, and injects a
## Team Configuration section into the TRD when warranted by project complexity.
Reads the TRD Master Task List to determine team tier (Simple, Medium, Complex) and
selects appropriate agents for each detected technical domain.
## Workflow
### Phase 1: TRD Ingestion
**1. Read TRD Document**
Read and parse the TRD file from the provided path
- Read TRD file from path specified in $ARGUMENTS
- Validate TRD has a Master Task List section
- Validate tasks use TRD-NNN ID format
- Extract document frontmatter (Document ID, PRD reference)
**2. Extract Task List**
Parse the Master Task List into structured task data
- Scan TRD content for entries matching '- [ ] **TRD-XXX** description (Nh)' pattern
- Extract task ID, description, hour estimate, and annotations from each entry
- Build structured task registry for analysis
- If no tasks found, print error and halt: 'No TRD-NNN tasks found in Master Task List'
### Phase 2: Compl