Help us improve
Share bugs, ideas, or general feedback.
From antigravity-awesome-skills
Orchestrates end-to-end coding tasks from issue intake through implementation, PR review, dev deployment, and acceptance verification using a state machine and sub-skills. Use for minimal human re-intervention.
npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-awesome-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:acceptance-orchestratorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Orchestrate coding work as a state machine that ends only when acceptance criteria are verified with evidence or the task is explicitly escalated.
Drives coding tasks end-to-end from issue intake through implementation, review, deployment, and acceptance verification as a state machine with explicit stop conditions.
Guides an 8-step agentic workflow for processing issues: parse, plan, implement, test, and open PRs/MRs. Use when assigned a work item or when an issue number is mentioned.
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
Orchestrate 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.