codex-orchestration
Orchestrate sc-compose sprint work where team-lead coordinates, comp is the sole developer, and quality-mgr enforces the QA gate.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Orchestrate sc-compose sprint work where team-lead coordinates, comp is the sole developer, and quality-mgr enforces the QA gate.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Build a local, self-contained HTML A/B comparison viewer for two or more generated HTML variants (e.g. different template revisions, different data sets, before/after fixes), so a human can pick between panes side-by-side without any external hosting.
Reusable QA orchestration skill for GitHub PRs. Use for multi-pass QA, CI monitoring, and template-driven findings and final quality reports.
Generate a sprint status report for the current phase. Default is --table.
Generate and triage adversarial templates, var-files, and rendering inputs against sc-compose by coordinating bounded background agents, differential and metamorphic checks, minimization, and regression-test promotion. Use when trying to break a rendering subsystem, validating a risky change, hunting parser/validator/rendering edge cases, or turning a confirmed fuzz failure into a unit or CLI test.
Team-lead drives plan hardening after the current plan state already exists in repo docs.
Session initialization for the team-lead identity. Confirms identity and detects whether a full team restore is needed. Only run when ATM_IDENTITY=team-lead.
| name | codex-orchestration |
| version | 0.1.0 |
| description | Orchestrate sc-compose sprint work where team-lead coordinates, comp is the sole developer, and quality-mgr enforces the QA gate. |
| depends_on | {"quality-mgr":"0.x","req-qa":"0.x","arch-qa":"0.x","rust-qa-agent":"0.x","simplification-reviewer":"1.x","test-auditor":"1.x"} |
This skill defines the repo-local orchestration workflow for sc-compose.
team-lead coordinates sprint sequencing, worktree assignments, and PR flowcomp is the sole developer for Codex-driven implementation workquality-mgr runs the QA gate after each deliveryBefore starting a sprint:
docs/requirements.md, docs/architecture.md, and docs/project-plan.md
define the sprint or phase review target..claude/agents/:
quality-mgr.mdreq-qa.mdarch-qa.mdrust-qa-agent.mdsimplification-reviewer.mdtest-auditor.mdsc-compose is available from the Homebrew install path for rendering the
bundled XML, JSON, and markdown templates.team-lead assigns development to comp using dev-template.xml.j2.
Every dev assignment must include the sprint-plan document path as
sprint_doc, and that sprint document is the authoritative source for the
task. Assignment prose may summarize, but it must not replace or weaken the
sprint doc.comp ACKs, implements, commits, pushes, and reports branch plus SHA.comp performs the normal repo validation sweep required
by the active assignment and fixes obvious local issues before handoff.team-lead opens or updates the PR.team-lead assigns QA to quality-mgr using qa-template.xml.j2.
Every QA assignment must include sprint_doc, and quality-mgr must treat
that sprint document as the authoritative QA scope source.quality-mgr launches the reviewer set:
rust-qa-agentreq-qaarch-qasimplification-reviewercomp via
fix-assignment.xml.j2 before another QA round begins.team-lead routes concrete fixes back to comp using
fix-assignment.xml.j2. Fix assignments must also include sprint_doc,
and the sprint document remains authoritative if the task summary omits or
compresses details.team-lead completes /plan-hardening steps 1 through 5.team-lead assigns plan QA to quality-mgr using qa-template.xml.j2
with review_type: plan_gate.sprint_doc, and
that plan document is the authoritative scope source for plan QA.quality-mgr treats review_type: plan_gate as docs-only review and
launches:
req-qaarch-qateam-lead uses the normal codex-orchestration
triage-and-fix loop to route concrete fixes back to comp.quality-mgr must extract every deliverable, acceptance criterion, deletion
target, required validation item, and expected artifact from sprint_doc
before launching req-qareq-qa must independently treat sprint_doc as authoritativereq-qa must count deliverable completion and report a completion percentagearch-qa must inspect sprint-doc structural gate artifacts directly when a
deliverable points to a boundary, packaging, release-tracking, readiness, or
validation gateFor extraction-readiness or phase-close reviews, use review-template.xml.j2
to assign a read-only review to comp.
For phase-ending QA routed through quality-mgr, the reviewer set is
mandatory:
rust-qa-agentreq-qaarch-qasimplification-reviewertest-auditorUse standard GitHub CLI:
gh pr checks <PR> --watchgh pr view <PR> --json mergeStateStatus,reviewDecisionDo not assume ATM-specific PR monitoring commands exist.
Use the templates in this skill directory:
dev-template.xml.j2fix-assignment.xml.j2qa-template.xml.j2review-template.xml.j2req-qa-assignment.json.j2arch-qa-assignment.json.j2flaky-test-qa-assignment.json.j2sprint-plan.md.j2Every ATM task message must follow: