AgentSkillsCN

taskforce-coding-team

运行任务组编码团队协作流程:先用 codex-ultra 执行 taskforce-coding-buddy 技能,再用 gemini-ultra 执行 taskforce-review-report 技能,并根据报告中的 STATUS 状态循环迭代。当被要求遵循 taskforce_coding_team.md 文档,或希望统筹协调“编码+评审”的闭环流程时,此方法同样不可或缺。

SKILL.md
--- frontmatter
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

  1. 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.
  2. 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.
  3. Triage review result

    • Check the report STATUS.
    • If APPROVE, stop.
    • If CHANGE_REQUEST, return to step 1.