execute

Executes end-to-end plans by dispatching agents and verifying task completion.

4|1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/AGMO-Inc/agmo-everywhere --skill execute-agmo-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute
Source: https://github.com/AGMO-Inc/agmo-everywhere/tree/main/skills/execute
Command: npx skills add https://github.com/AGMO-Inc/agmo-everywhere --skill execute-agmo-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill coordinates plan execution by loading a plan, dispatching specialized executor agents, and verifying completion to ensure reliable delivery of planned work.

Core Features & Use Cases

  • Automatic plan loading from vault paths or latest project plan
  • Category-based task execution (quick/standard/complex) with dependency handling and retries
  • Post-execution verification and optional accessibility checks for frontend changes

Quick Start

Provide a plan path or allow the system to fetch the most recent plan from the vault and trigger execution.

Frequently Asked Questions about execute

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

FAQPage Schema
How do I automate plan execution with multiple agents?

Automated plan execution works by reading a plan, dispatching specialized executor agents, and verifying completion to ensure reliable end-to-end delivery of planned work.

How does agent dispatch handle task dependencies and retries?

Agent dispatch handles dependencies and retries by categorizing tasks as quick, standard, or complex, routing them to appropriate executors, and verifying completion before returning a final status.

Do I need to manually specify a plan path to trigger execution?

You do not need to manually specify a plan path to trigger execution; the system supports plan loading from a provided vault path or can auto-find the most recent project plan.

Can I verify frontend changes after automated execution?

You can verify frontend changes after automated execution using built-in post-execution verification and optional accessibility checks to ensure completion reliability.

What is the best way to manage complex tasks in an automated vault workflow?

Managing complex tasks in an automated vault workflow is handled through structured categorization, routing tasks as quick, standard, or complex to specialized executor agents, and performing post-processing checks.

Why does plan execution return a final status per task?

Plan execution returns a final status per task to provide post-execution verification, ensuring that dependencies, retries, and completion checks are reliably tracked and delivered.