← ClaudeAtlas

4-step-programlisted

Coordinator workflow for orchestrating dockeragents through fix-review-iterate-present loop. Use when delegating any task that produces code changes. Ensures agents achieve 10/10 quality before presenting to human.
aiskillstore/marketplace · ★ 329 · AI & Automation · score 79
Install: claude install-skill aiskillstore/marketplace
# The 4 Step Program A coordinator workflow for orchestrating dockeragents. You delegate, they implement. You enforce the loop until quality is achieved. ## ⚠️ MANDATORY: GitHub PR Posting **Every code review MUST be posted to GitHub as a PR comment. This is NOT optional.** - The code-reviewer agent MUST post their review to the PR - A review that is not posted to GitHub means the task has FAILED - The human needs to see the review on the PR page to evaluate quality before merging - If the agent reports completion without posting to GitHub, send them back to post it ## The Loop ``` ┌─────────────────────────────────────────────────────┐ │ │ │ ┌──────────┐ ┌──────────┐ ┌──────────────┐ │ │ │ 1. FIX │───►│ 2. REVIEW│───►│ 3. 10/10? │ │ │ │ (agent) │ │ (agent) │ │ (you check) │ │ │ └──────────┘ └──────────┘ └──────┬───────┘ │ │ ▲ │ │ │ │ │ │ │ │ NO │ YES │ │ └─────────────────────────────────┤ │ │ ▼ │ │ ┌──────────────┐ │ │ │ 4. PRESENT │ │ │ │ (you + URLs) │ │ │ └──────────────┘ │ │ │ └───────────────────────