원클릭으로
openup-deploy-team
Deploy an OpenUP agent team to work on the current iteration
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Deploy an OpenUP agent team to work on the current iteration
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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 |