autonomous-execute

Execute approved feature plans from intake to pull request creation.

1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/mataanin/multi-llm --skill autonomous-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autonomous-execute
Source: https://github.com/mataanin/multi-llm/tree/main/skills/autonomous-execute
Command: npx skills add https://github.com/mataanin/multi-llm --skill autonomous-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The autonomous-execute skill eliminates manual, interruption-driven handoffs by executing the entire approved plan from start to PR, including logging, tests, and design/review steps, until the codebase is ready for CI.

Core Features & Use Cases

  • End-to-end plan execution: from plan intake to PR creation, with automated phase progression and progress logging.
  • Asana integration and project tracking: if the plan includes an Asana ticket line, it's moved to In Progress and tracked in the progress log.
  • Hands-free Ralph Loop resume: resumes from the last incomplete phase, reusing progress, git history, and todos to minimize rework.
  • Safety and gating: circuit-breaker conditions prevent endless loops and block progress on persistent failures.

Quick Start

Provide the approved plan file path (docs/plans/<name>.md) and start the Ralph Loop to resume autonomous execution through to PR creation.

Frequently Asked Questions about autonomous-execute

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

FAQPage Schema
How do I automate workflow execution from an approved plan to a pull request?

Automated workflow execution from an approved plan to a pull request is achieved by passing the plan file path to start a hands-free loop that handles logging, tests, reviews, and PR creation. The system enforces deterministic phase progression until the codebase is CI-ready.

What is autonomous plan execution and how does it handle interruptions?

Autonomous plan execution is the end-to-end hands-free operation of a feature plan from intake to PR creation. It handles interruptions by resuming from the last incomplete phase, reusing existing git history, progress logs, and todos to minimize rework.

How do I prevent endless loops during automated CI-CD pipeline execution?

Endless loops during automated CI-CD pipeline execution are prevented by built-in circuit-breaker safety conditions. These conditions automatically block progress upon detecting persistent failures, ensuring the autonomous execution halts safely.

Can I integrate Asana ticket tracking into my automated pull request workflow?

Asana ticket tracking integrates into the automated pull request workflow by including an Asana ticket line in the plan file. The execution loop automatically moves the ticket to In Progress and logs tracking updates throughout the process.

What inputs are required to start hands-free code generation and review?

The required input to start hands-free code generation and review is the approved plan file path, specified using the --plan-file <path> argument. This plan file drives the entire automated progression from intake to PR.

Does autonomous execution work for both backend and frontend pipelines?

Autonomous execution works across both backend and frontend pipelines in production-like environments. It manages the entire workflow including logging, testing, and design reviews without requiring manual handoffs between phases.