| name | taskforce-coding-team |
| description | Run the taskforce coding team workflow: execute the taskforce-coding-buddy skill with codex-ultra, execute the taskforce-review-report skill with gemini-ultra, and loop based on the report STATUS. Use when asked to follow taskforce_coding_team.md or to orchestrate this coding+review loop. |
| user-invocable | true |
Taskforce Coding Team
Act as the operator and drive the workflow steps below.
Workflow
-
Run coding skill
- Use
mcp__acm__run to execute the taskforce-coding-buddy skill.
- Model:
codex-ultra
- Session: new on first run, then reuse the most recent
session_id.
-
Run review skill
- Use
mcp__acm__run to execute the taskforce-review-report skill.
- Model:
gemini-ultra
- Session: new on first run, then reuse the most recent
session_id.
-
Triage review result
- Check the report
STATUS.
- If
APPROVE, stop.
- If
CHANGE_REQUEST, return to step 1.