4-step-program
Installation
SKILL.md
The 4 Step Program
A coordinator workflow for orchestrating dockeragents. You delegate, they implement. You enforce the loop until quality is achieved.
Platform Detection: This skill adapts to the active platform. See
skills/obsidian-plan-wiki/references/platform-detection.mdfor detection rules and command mapping. When ambiguous, ask: "Are we working with GitHub, Forgejo, or local tickets?"
⚠️ MANDATORY: Review Posting
Every code review MUST be posted to the active platform. This is NOT optional.
- The code-reviewer agent MUST post their review where the human can see it
- A review that is not posted to the platform means the task has FAILED
- The human needs to see the review to evaluate quality before merging
| Platform | Where the review goes |
|---|---|
| GitHub | PR comment via gh pr comment or gh pr review |
| Forgejo | PR comment via Forgejo API |
| Local tk | Review ticket via todos_oneshot(tags: "review") |