aep-autopilot

Automate the dispatch-launch-monitor-review-wrap-dispatch cycle in CI/CD pipelines.

Updated May 18, 2026
One-click install
npx skills add https://github.com/memorysaver/project-understanding --skill aep-autopilot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aep-autopilot
Source: https://github.com/memorysaver/project-understanding/tree/main/.agents/skills/aep-autopilot
Command: npx skills add https://github.com/memorysaver/project-understanding --skill aep-autopilot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires executor.nudge, executor.liveness, executor.present, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the dispatch-launch-monitor-review-wrap-dispatch cycle, freeing up time for manual intervention.

Core Features & Use Cases

  • Autonomous Workflow: Orchestrate the full cycle with a single command.
  • Continuous Operation: Maintain the cycle until the current layer is complete or a human-judgment gate is hit.
  • Goal-Driven Driver: By default, the skill completes the current layer and then stops. Alternatively, a fixed-interval loop driver can be used.
  • Use Case: When a user wants to dispatch and monitor multiple stories without manual intervention, the skill can be triggered with commands like "autopilot" or "run autonomously".

Quick Start

To start the autopilot with the goal-driven driver, simply run: /aep-autopilot

Frequently Asked Questions about aep-autopilot

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

FAQPage Schema
How do I automate the dispatch-launch-monitor-review cycle for CI/CD workflows?

To automate the dispatch-launch-monitor-review cycle for CI/CD workflows, you can use an autonomous orchestration skill that triggers the full sequence with a single command. This frees up time for manual intervention by maintaining continuous operation until a layer completes or a human-judgment gate is hit.

What is autonomous workflow orchestration in software development?

Autonomous workflow orchestration in software development is the process of automating repetitive dispatch, launch, monitor, and review tasks continuously. It allows developers to run workflows without manual intervention until a specific completion goal is met or a human-judgment gate stops the cycle.

Do I need a compatible executor mode to run autonomous CI/CD pipelines?

Yes, you need a compatible executor mode to run autonomous CI/CD pipelines. The orchestration requires compatible executor dependencies and a product context defining the specific workflow stages to properly automate the continuous dispatch and monitoring cycle.

How do I start an autonomous workflow loop with a single command?

To start an autonomous workflow loop with a single command, execute the goal-driven driver command. By default, the goal-driven driver completes the current workflow layer and stops, while alternatively, a fixed-interval loop driver can maintain the cycle continuously.

When should I not use autonomous dispatch and monitoring automation?

You should not use autonomous dispatch and monitoring automation when your software development tasks require continuous human judgment at every step. The cycle halts at human-judgment gates, meaning highly manual or unpredictable intervention-heavy workflows will not benefit from continuous orchestration.

What is the best way to dispatch and monitor multiple stories without manual intervention?

The best way to dispatch and monitor multiple stories without manual intervention is triggering an autonomous autopilot command. This orchestrates the full dispatch-launch-monitor-review-wrap cycle continuously until the current layer is complete or a human-judgment gate is reached.