executing-plans

Load, validate, and track tasks from written implementation plans.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/rapyuta-robotics/agent-ai --skill executing-plans-rapyuta-robotics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/rapyuta-robotics/agent-ai/tree/main/skills/executing-plans
Command: npx skills add https://github.com/rapyuta-robotics/agent-ai --skill executing-plans-rapyuta-robotics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams execute a written implementation plan by loading the plan, validating it, and creating a task-tracking record for all tasks, ensuring visibility and accountability.

Core Features & Use Cases

  • Batch-oriented execution with review checkpoints between batches to prevent drift.
  • Parallel-task support when plans mark tasks as parallel, with aggregated results before proceeding.
  • Clear stop conditions and escalation pathways to handle blockers and ensure quality.

Quick Start

Load a plan, review it, create todos for all tasks, and begin execution with the default first batch.

Frequently Asked Questions about executing-plans

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

FAQPage Schema
How do I execute an implementation plan in structured batches with review checkpoints?

Batch-oriented plan execution loads a written implementation plan, validates it, creates a task-tracking record for all tasks, and processes them in batches with explicit review checkpoints between batches to prevent drift.

Can I run parallel tasks from an implementation plan and aggregate the results?

Yes, parallel-task support executes tasks marked as parallel in the plan and aggregates results before proceeding to the next batch or review checkpoint.

How does task-tracking work during multi-agent workflow execution?

Task-tracking integration creates records for all tasks in a plan, enforcing deterministic steps, per-plan verifications, and structured handoffs to human partners to ensure safe progress and accountability.

What are the stop conditions and escalation pathways for handling blockers during plan execution?

The skill enforces clear stop conditions and escalation pathways to handle blockers, requiring task-tracking integration to ensure safe progress and structured handoffs when issues arise.

What do I need to start batch-processing a written implementation plan?

You need a written implementation plan with tasks defined, optionally marked for parallel execution, and task-tracking integration to create records and begin execution with the default first batch.

How do I validate an implementation plan before executing its tasks?

Plan validation is enforced by loading the plan, checking deterministic steps, verifying per-plan conditions, and creating a task-tracking record for all tasks before beginning batch execution.