execute-plan

Execute PLAN.md files and compile outcomes into SUMMARY.md with subagent routing.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/NAinfini/Guild_Management --skill execute-plan-nainfini
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute-plan
Source: https://github.com/NAinfini/Guild_Management/tree/main/.kilocode/skills/execute-plan
Command: npx skills add https://github.com/NAinfini/Guild_Management --skill execute-plan-nainfini

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates phased plan execution by loading project context, selecting the next plan, routing tasks to subagents when appropriate, and compiling a consolidated SUMMARY.md. It ensures deterministic task progress, proper Git integration, and traceability across complex multi-step workflows.

Core Features & Use Cases

  • Plan orchestration: Identify the next PLAN.md to execute and coordinate its execution across subagents and the main context.
  • Checkpoint routing: Route segments to dedicated subagents or main context based on segment type and readiness.
  • Summaries and audits: Generate and commit a comprehensive SUMMARY.md, along with STATE and ROADMAP updates for auditable execution.
  • Deviations and gates: Automatically handle deviation rules and authentication gates, documenting them for governance.

Quick Start

Start by invoking the execute-plan workflow to process the current roadmap, pick the next PLAN.md, and produce a SUMMARY.md with all changes.

Frequently Asked Questions about execute-plan

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

FAQPage Schema
How do I orchestrate phased plan execution across multiple subagents?

Subagent-based execution routes modular task segments to dedicated subagents or the main context based on segment type and readiness. This checkpoint routing strategy prevents context overload when processing large, complex phased plans.

What is checkpoint routing in a multi-step plan workflow?

Checkpoint routing directs specific plan segments to dedicated subagents or the main context based on segment type and readiness. This ensures deterministic task progress and proper context loading throughout complex multi-step workflows.

How do I generate execution summaries and audit trails for a project roadmap?

Generate execution summaries by compiling task outcomes into a comprehensive SUMMARY.md, while simultaneously updating STATE and ROADMAP files. This produces auditable execution records with proper Git integration and traceability across workflows.

Can I handle plan deviations and authentication gates automatically during execution?

Plan deviations and authentication gates are handled automatically during execution by applying predefined deviation rules. The workflow documents these governance events to maintain traceability and ensure proper routing decisions across the plan.

How do I execute the next PLAN.md from a roadmap and track state changes?

Execute the next plan by loading project context, selecting the next PLAN.md from the roadmap, and processing its tasks. The workflow tracks state changes by generating STATE updates and committing SUMMARY.md with all modifications.