swe-af

Coordinate planning, coding, review, QA, merge, and verification agents across repositories.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/dawsonblock/AAE_ORACLE --skill swe-af
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: swe-af
Source: https://github.com/dawsonblock/AAE_ORACLE/tree/main/aae-engine/vendor/SWE-AF-main/docs
Command: npx skills add https://github.com/dawsonblock/AAE_ORACLE --skill swe-af

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

SWE-AF solves the challenge of coordinating a team of AI agents to scope, plan, build, review, and verify software across repositories, enabling end-to-end automated software engineering at scale.

Core Features & Use Cases

  • Parallel execution of independent DAG levels with deterministic gating and barrier synchronization.
  • Multi-agent orchestration including planning, coding, QA, merging, and verification with durable checkpoints.
  • Runtime plan mutation and debt tracking to gracefully degrade work and propagate context.
  • Cross-repo support and integration with AgentField governance for auditable provenance.

Quick Start

Trigger a SWE-AF build by posting an execute request to the API with the target repo and runtime configuration.

Frequently Asked Questions about swe-af

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

FAQPage Schema
How do I coordinate multiple AI agents for autonomous software engineering across repositories?

Multi-agent orchestration coordinates planning, coding, QA, merging, and verification agents across monorepos and multi-repo setups using a shared memory for knowledge propagation and a single API call. It manages parallel execution and sequential dependent tasks automatically.

What is DAG-based parallel execution for AI-driven software builds?

DAG-based parallel execution runs independent tasks simultaneously at specific levels with deterministic gating and barrier synchronization. Dependent tasks execute sequentially, ensuring efficient automated software engineering workflows while maintaining strict execution order.

Can I modify execution plans at runtime during automated software engineering?

Runtime plan mutation allows modifying execution plans dynamically during automated software engineering. It includes debt tracking to gracefully degrade work and propagates context across agents, ensuring builds adapt to changing requirements without restarting.

How do AI coding agents handle worktree isolation and durable checkpoints?

AI coding agents handle worktree isolation by separating execution environments for parallel tasks. Durable checkpoints save progress at each DAG stage, enabling recovery and verification across planning, coding, review, and merge phases without data loss.

Does multi-agent software orchestration support governance and audit trails?

Multi-agent software orchestration supports governance and audit trails via AgentField integration. It provides auditable provenance for all automated actions across cross-repo builds, ensuring accountability for planning, coding, and verification stages.

What are the limitations of parallel DAG execution for multi-repo AI builds?

Parallel DAG execution limitations for multi-repo AI builds include barrier synchronization overhead and strict dependency sequencing. While independent levels run in parallel, dependent tasks must wait, and runtime plan mutation may introduce debt that requires manual resolution.