Agent skill · Security

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.

AlephantAIgithub.com/AlephantAIGitHub ↗
cursorclaude-codeGPL-3.0
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 10 KB
Bundled scripts: none
Path: .cursor/skills/gated-module-implementation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 108
Language: Rust

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. Execution mode
  3. Phase 1: Plan (Required Before Any Code)
  4. Phase 2: Three Rounds of Audit
  5. Round 1 — Completeness & Scope
  6. Round 2 — Dependencies & Interfaces
  7. Round 3 — Test Strategy & Rollout
  8. Phase 3: Human Review — Plan Approval Only (Once)
  9. Single checkpoint — Approve plan (before first task)
  10. Between execution batches (Gated mode only)
  11. Phase 4: Execute the Plan (Tasks in Order, Batch by Batch)
  12. Phase 5: Automatic 3-Round Code Review (No Human Between Rounds)
  13. Workflow Summary
  14. Red Lines
About this skill
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.

Keep going