gated-module-implementation
Plan-first, one-time human plan approval; batched execution in either Gated (human confirms between batches) or Auto-loop (continuous run after plan approval); strict task-state updates; automatic 3-round code review. Use for "audit then implement" or "plan first, then execute". Say "auto-loop" or "frad-dotclaude" for Auto-loop mode.
npx skills add AlephantAI/AIephant-AI-Agent-Gateway --skill gated-module-implementation --agent cursor
Same command for any agent — swap --agent for claude-code, codex, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Gated Module Implementation ## Overview - **(1) Plan + (2) Audit:** Write the implementation plan, run three rounds of plan audit, fix gaps. - **(3) Human — Plan only:** **Only one** human gate: approve the plan before any task runs. No human approval between code review rounds (those are automatic). - **(4) Execute in order by batch:** Tasks (e.g. 1–10) run **in order**. Behavior depends on **Execution mode** (below). - **(5) Automatic 3-round review:** After all tasks and tests pass, run **exactly 3 rounds** of code review automatically: round 1 → fix Critical/Important → round 2 → fix → round 3. No human confirmation between rounds. Unit tests: full coverage. E2E: pass. Test report: generated. No skipped tests. ### Execution mode | Mode | When to use | Phase 4 behavior | |------|-------------|------------------| | **Gated** (default) | User does not ask for auto-run. | After each batch: report → **wait for human confirmation** ("continue" / "go") → next batch. | | **Auto-loop** | User says "auto-loop", "frad-dotclaude mode", "audit then implement and run everything automatically", or equivalent. | After plan approval: run **all batches in sequence** with no human between batch
- Overview
- Execution mode
- Phase 1: Plan (Required Before Any Code)
- Phase 2: Three Rounds of Audit
- Round 1 — Completeness & Scope
- Round 2 — Dependencies & Interfaces
- Round 3 — Test Strategy & Rollout
- Phase 3: Human Review — Plan Approval Only (Once)
- Single checkpoint — Approve plan (before first task)
- Between execution batches (Gated mode only)
- Phase 4: Execute the Plan (Tasks in Order, Batch by Batch)
- Phase 5: Automatic 3-Round Code Review (No Human Between Rounds)
- Workflow Summary
- Red Lines
What does the gated-module-implementation skill do?
Plan-first, one-time human plan approval; batched execution in either Gated (human confirms between batches) or Auto-loop (continuous run after plan approval); strict task-state updates; automatic 3-round code review. Use for "audit then implement" or "plan first, then execute". Say "auto-loop" or "frad-dotclaude" for Auto-loop mode.
How do I install it?
Run `npx skills add AlephantAI/AIephant-AI-Agent-Gateway --skill gated-module-implementation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From AlephantAI/AIephant-AI-Agent-Gateway, a repository with 108 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
