con un clic
openup-deploy-team
Deploy an OpenUP agent team to work on the current iteration
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Deploy an OpenUP agent team to work on the current iteration
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
One-command project setup for OpenUP - interactive initialization wizard
Mark a task as complete, update roadmap, commit changes, and prepare traceability logs
Execute an already-claimed lane's Operations boxes with script/judgment classification — script steps run directly with zero self-brief, judgment steps self-brief and execute. Handles only pick/resume; every other resolve path routes to /openup-next.
Run OpenUP Assess Results at iteration end — check evaluation criteria, demo only completed acceptance-tested work, feed discovered work back, and trigger the milestone review at a phase boundary
Run the phase milestone go/no-go — prepare derived evidence, pause for the human decision via an input-request, and record the milestone (never advance the phase itself)
Begin a new OpenUP iteration with proper phase context and task selection
| name | openup-deploy-team |
| description | Deploy an OpenUP agent team to work on the current iteration |
| model | haiku |
| arguments | [{"name":"team_type","description":"Type of team to create (feature, investigation, construction, elaboration, inception, transition, planning, full)","required":false},{"name":"roles","description":"Specific roles to include (analyst, architect, developer, tester, project-manager). Comma-separated.","required":false}] |
This skill deploys an OpenUP agent team to work on the current iteration. It reads the iteration context and creates the appropriate team with proper role assignments.
Use this skill after /openup-start-iteration has completed:
Then use this skill to deploy the team.
Do NOT use this skill:
/openup-start-iteration has been calledRead docs/project-status.md to get:
Based on the iteration goal and team_type:
Or use custom roles from $ARGUMENTS[roles]
Spawn teammates using the Task tool with appropriate subagent types.
Send initial message to all teammates with:
Ensure the team lead knows to:
/openup-complete-task when work is doneReturns:
/openup-deploy-team team_type: feature
Or with specific roles:
/openup-deploy-team roles: analyst,developer,tester
| Error | Cause | Solution |
|---|---|---|
| No iteration found | docs/project-status.md doesn't exist or no active iteration | Run /openup-start-iteration first |
| Unknown team type | team_type parameter not recognized | Use one of: feature, investigation, construction, elaboration, inception, transition, planning, full |
| Cannot spawn team | Agent teams not enabled | Set CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 |