Taskforce Coding Buddy Workflow
Act as the operator and drive the workflow steps below.
Workflow
- •
Implement code
- •Use
mcp__acm__runto implement code based on requirements. - •Model:
codex-ultra - •Capture the returned
session_id.
- •Use
- •
Run unit tests
- •Use
mcp__acm__runto run unit tests and report results. - •Model:
gpt-5.1-codex-mini
- •Use
- •
Triage test results
- •If tests pass, stop.
- •If tests fail, continue to step 4.
- •
Fix failures
- •Use
mcp__acm__runto identify the failing cause and fix it. - •Model:
codex-ultra - •Use the
session_idfrom step 1 (or the most recent fix run).
- •Use
- •
Decide next action
- •Usually go back to step 2 to re-run tests.
- •Stop if the operator decides no further action is needed.