gated-module-implementation

Plan and audit module implementations with gated approval and batched execution.

108|15|Updated May 9, 2026
One-click install
npx skills add https://github.com/AlephantAI/AIephant-AI-Agent-Gateway --skill gated-module-implementation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gated-module-implementation
Source: https://github.com/AlephantAI/AIephant-AI-Agent-Gateway/tree/main/.cursor/skills/gated-module-implementation
Command: npx skills add https://github.com/AlephantAI/AIephant-AI-Agent-Gateway --skill gated-module-implementation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a controlled, auditable approach to implementing complex modules by automatically routing planning, auditing, approvals, and batched execution with optional auto-loop modes.

Core Features & Use Cases

  • Plan + audit workflow: write a detailed implementation plan and run three audit rounds to ensure completeness and proper interfaces.
  • Single plan approval: requires one human approval before any execution, with gated or auto-loop execution modes.
  • Batch execution discipline: execute tasks in order, mark task states, and report progress batch by batch with or without intermediate human gates.
  • Testing & reporting: enforce unit and E2E tests, generate a comprehensive test report, and trigger automatic code-review rounds post-execution.

Quick Start

Compose a plan at plan/YYYY-MM-DD-<feature-name>.md, submit for audit, and obtain approval to begin gated or auto-loop execution.

Frequently Asked Questions about gated-module-implementation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce batch execution and code review for a complex module implementation?

Batch execution and code review are enforced by using a gated workflow that defines tasks, executes them in order, and triggers three automatic code-review rounds post-execution.

What is a gated planning workflow for module implementation?

A gated planning workflow is a controlled process requiring a single plan approval before any execution, ensuring complex modules are implemented safely through audited, batched task execution.

How do I start a module implementation plan with audit rounds?

To start, compose a detailed plan at plan/YYYY-MM-DD-<feature-name>.md, submit it for three audit rounds to ensure proper interfaces, and obtain human approval to begin execution.

Can I automate the workflow execution without intermediate human gates?

Yes, you can use the optional auto-loop execution mode to execute tasks batch by batch and report progress continuously without requiring intermediate human gates after the initial plan approval.

Does the workflow enforce full test coverage and generate a test report?

Yes, the workflow enforces unit and E2E tests to ensure full test coverage and automatically generates a comprehensive test report upon completing the batch execution.

When should I use a gated workflow over manual module implementation?

Use a gated workflow for complex modules requiring strict auditability and safety, where automatic routing of planning, three audit rounds, and batched execution prevent uncontrolled implementation errors.