aep-build

Automates feature implementation workflows in isolated Git worktrees on feature branches.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, OpenSpec, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the full autonomous flow of feature implementation in workspace sessions, from initialization to merging, without user interaction.

Core Features & Use Cases

  • Autonomous Feature Implementation: Covers the full autonomous flow including initialization, implementation, review, testing, PR creation, feedback handling, and merging.
  • Isolated Git Worktree: Runs in an isolated git worktree on a feature branch.
  • Use Case: Ideal for continuous integration and deployment pipelines where automated feature implementation is required.

Quick Start

Initialize the feature implementation process by running the aep-build skill.

Frequently Asked Questions about aep-build

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

FAQPage Schema
How do I automate feature implementation from start to merge in a CI/CD pipeline?

Autonomous feature implementation in a CI/CD pipeline is handled by covering the full flow from initialization to merging. The process runs without user interaction in an isolated git worktree on a feature branch.

What is the autonomous PR creation process for feature development?

Autonomous PR creation involves initializing, implementing, reviewing, and testing a feature. The automated workflow handles feedback and merges the feature branch after running in an isolated git worktree.

Do I need OpenSpec artifacts to use autonomous implementation in workspace sessions?

Yes, OpenSpec artifacts are required for autonomous implementation in workspace sessions. The feature implementation flow needs these artifacts alongside an active workspace session to automate the process.

How does a git worktree work with autonomous feature implementation?

A git worktree provides an isolated environment for autonomous feature implementation. The process runs on a feature branch within the worktree, allowing initialization, testing, and PR creation without affecting the main workspace.

What's the best way to handle continuous integration and deployment for automated feature implementation?

Automated feature implementation in continuous integration and deployment pipelines is best handled by running an autonomous flow. This covers initialization, implementation, review, testing, PR creation, feedback handling, and merging.