aegis-module-builder

Orchestrate TDD-first feature development workflows for AEGIS-bootstrapped repositories.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/RideMatch1/a.e.g.i.s --skill aegis-module-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aegis-module-builder
Source: https://github.com/RideMatch1/a.e.g.i.s/tree/main/packages/skills/skills/foundation/aegis-native/aegis-module-builder
Command: npx skills add https://github.com/RideMatch1/a.e.g.i.s --skill aegis-module-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a disciplined, repeatable workflow for end-to-end feature development in AEGIS-bootstrapped repositories, enforcing a TDD-first cycle from planning to commit.

Core Features & Use Cases

  • Enforces Plan / Test (red) / Implement (green) / Verify / Polish / Commit phases to catch regressions early.
  • orchestrates DB-migration, API-route, service-layer, UI-component, and tests pipelines into a single repeatable workflow.
  • Guides teams through feature bootstrapping for consistent quality gates and commit discipline.

Quick Start

Plan and execute a new feature by initiating a module-build and following Plan, Test, Implement, Verify, Polish, and Commit phases.

Frequently Asked Questions about aegis-module-builder

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

FAQPage Schema
How do I enforce a TDD workflow for feature development across database, API, and UI layers?

To enforce a TDD workflow, you apply Plan, Test (red), Implement (green), Verify, Polish, and Commit phases across DB migrations, API routes, services, and UI components to catch regressions early and maintain commit discipline.

What is the best way to bootstrap a new feature in an AEGIS repository using TDD?

The best way to bootstrap a feature in an AEGIS repository is to initiate a module-build and sequentially execute the Plan, Test, Implement, Verify, Polish, and Commit phases to ensure consistent quality gates.

Do I need aegis-quality-gates to run the TDD feature development workflow?

Yes, the TDD feature development workflow requires aegis-quality-gates to ensure gates 1-4 remain green, verifying that DB migrations, API routes, services, and UI components pass necessary CI checks.

Can I run CI-CD pipelines for AEGIS projects without following the full TDD cycle?

Running CI-CD pipelines without the full TDD cycle bypasses the Plan/Test/Implement/Verify/Polish/Commit phases, meaning you lose enforced regression checks and structured commit discipline across DB, API, and UI pipelines.

When do I need to use the Plan and Test phases before implementing services in an AEGIS-bootstrapped repo?

You need to use the Plan and Test phases before implementing services to establish test-driven red states, ensuring your API routes and service layers meet required quality gates before moving to the Verify and Polish stages.

Why does the AEGIS module builder enforce specific phases for DB migrations and UI components?

The AEGIS module builder enforces specific phases for DB migrations and UI components to orchestrate a repeatable end-to-end feature pipeline, ensuring early regression detection and consistent quality gates from planning to commit.