Use when a coding task should be driven end-to-end from issue intake through implementation, review, deployment, and acceptance verification with minimal human re-intervention.
50a74caOrchestrate coding work as a state machine that ends only when acceptance criteria are verified with evidence or the task is explicitly escalated.
Core rule: do not optimize for "code changed"; optimize for "DoD proven".
create-issue-gateclosed-loop-deliveryverification-before-completionOptional supporting skills:
deploy-devpr-watchpr-review-autopilotgit-shipRequire these inputs:
dev default)Fixed defaults:
23m -> 6m -> 10mintakeissue-gatedexecutingreview-loopdeploy-verifyacceptedescalatedIntake
Issue gate
create-issue-gate logic.ready or execution gate is not allowed, stop immediately.draft.Execute
closed-loop-delivery for implementation and local verification.Review loop
3m6m10m10m round, stop waiting and process all visible comments together.Deploy and runtime verification
dev by default.Completion gate
verification-before-completion.Move to accepted only when every acceptance criterion has matching evidence.
Move to escalated when any of these happen:
2 full roundsAlways stop for human confirmation on:
When reporting status, always include:
Status: intake / executing / accepted / escalatedAcceptance Criteria: pass/fail checklistEvidence: commands, logs, API results, or runtime proofOpen Risks: anything still uncertainNeed Human Input: smallest next decision, if blockedDo not report "done" unless status is accepted.
Copy a source-pinned command for your client. You run it yourself.
Destination: .claude/skills/acceptance-orchestrator · pinned to the source commit
git clone https://github.com/sickn33/agentic-awesome-skills.git
cd agentic-awesome-skills
git checkout 50a74ca3ddea4a91a45bdc625f0e354b6e54f1b4
mkdir -p ".claude/skills/acceptance-orchestrator"
cp -r "plugins/agentic-awesome-skills-claude/skills/acceptance-orchestrator" ".claude/skills/acceptance-orchestrator"Review the source before running. This copies files into your project; it is not a one-click install and does not verify runtime safety.
Scanner static-checks@0.1.0 · commit 50a74ca3ddea. Static checks cannot prove runtime safety – review the source and the exact diff before installing. How checks work.
No static rules matched. This is not a safety guarantee.