executing-plans

Route planned work to clean-room sub-agents for isolated step execution.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/michael-conrad/.opencode --skill executing-plans-michael-conrad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/michael-conrad/.opencode/tree/main/skills/executing-plans
Command: npx skills add https://github.com/michael-conrad/.opencode --skill executing-plans-michael-conrad

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Routes planned work to clean-room sub-agents to execute each plan step with isolation and verifiability.

Core Features & Use Cases

  • Step-by-step plan execution with per-step isolation
  • Sub-agent dispatch for each plan step to ensure independent verification
  • Prevents single-issue bypass and maintains traceable context

Quick Start

Invoke the skill to route an approved plan through the implementation pipeline, step by step.

Frequently Asked Questions about executing-plans

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

FAQPage Schema
How do I execute planned workflow steps with sub-agent isolation and verification?

Executing planned workflow steps with sub-agent isolation involves routing each step to a clean-room sub-agent, ensuring independent verification and traceable context so no step is skipped during implementation.

What is sub-agent orchestration for step-by-step plan execution?

Sub-agent orchestration for step-by-step plan execution is a process that dispatches individual plan steps to isolated sub-agents, maintaining per-step context isolation and collecting evidence for completion reporting.

How do I prevent skipped steps during gate progression in a multi-stage implementation?

Preventing skipped steps during gate progression requires dispatching each planned task to an isolated sub-agent, which enforces strict step-by-step implementation and prevents single-issue bypass through independent verification.

Can I audit sub-agent execution and collect evidence for each completed plan step?

Yes, you can audit sub-agent execution and collect evidence for each completed plan step. The orchestration process supports evidence collection and completion reporting to ensure every step is verifiably executed.

Does plan execution with sub-agent dispatch require any external dependencies or components?

Plan execution with sub-agent dispatch requires no external dependencies or components. It operates independently using a Trigger Dispatch Table and orchestrator prompts to manage per-step context isolation.