execute

Orchestrate complex task lists by spawning and managing specialized sub-agents.

1|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/thirteen37/Krill --skill execute-thirteen37
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute
Source: https://github.com/thirteen37/Krill/tree/main/krill/bundled_skills/execute
Command: npx skills add https://github.com/thirteen37/Krill --skill execute-thirteen37

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of managing complex, multi-step projects by automating the coordination of specialized sub-agents, preventing the need for manual oversight of every individual task.

Core Features & Use Cases

  • Dispatch-and-Yield Orchestration: Automatically scans for ready tasks, assigns them to appropriate agents, and yields control to maintain a non-blocking workflow.
  • Failure Recovery: Implements a robust retry mechanism that automatically restarts failed tasks and escalates persistent issues to the user.
  • Phase-Based Workflow: Ensures structured progress by requiring user confirmation before transitioning between project phases.

Quick Start

Initiate the execution of your current project plan by providing the plan atom ID to the execute skill.

Frequently Asked Questions about execute

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

FAQPage Schema
How do I orchestrate multi-agent task execution for complex projects?

The execute skill orchestrates multi-agent task execution by scanning ready tasks, spawning specialized sub-agents, and yielding control to maintain a non-blocking workflow for complex projects.

How does automated failure recovery work for multi-step task workflows?

Automated failure recovery works by implementing a robust retry mechanism that restarts failed tasks. If issues persist, the system escalates them to the user to ensure project continuity without manual intervention.

Do I need a task-tracking system to coordinate sub-agents?

Yes, a task-tracking system is required to coordinate sub-agents. Integration with task-tracking and agent-spawning capabilities is necessary for the coordinator to resolve dependencies and manage parallel processing.

Can I enforce phase-based workflows with user confirmation between project stages?

Yes, phase-based workflows ensure structured progress by requiring user confirmation before transitioning between project phases, validating readiness before subsequent tasks execute.

What is the best way to start automating workflow coordination for my project plan?

Start automating workflow coordination by providing your plan atom ID to the execution system. The coordinator dispatches ready tasks to appropriate agents and manages the non-blocking workflow.

How does parallel task processing handle dependency resolution?

Parallel task processing handles dependency resolution by automatically scanning for ready tasks within the complex list. The coordinator assigns tasks to sub-agents only when dependencies are cleared for execution.