executing-plans

Execute written implementation plans by coordinating subagents with per-task verifications.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/victorqnguyen/victors-architecture --skill executing-plans-victorqnguyen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/victorqnguyen/victors-architecture/tree/main/packages/core/skills/executing-plans
Command: npx skills add https://github.com/victorqnguyen/victors-architecture --skill executing-plans-victorqnguyen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Executes a written implementation plan by coordinating subagents to perform tasks, verify outcomes, and report completion.

Core Features & Use Cases

  • Load plan file
  • Critically review and execute tasks with per-task verifications
  • Finalize development with gating and checkpoint persistence
  • Stop on blockers and request clarification

Quick Start

Load a plan file and execute it step by step with subagent coordination.

Frequently Asked Questions about executing-plans

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

FAQPage Schema
How do I execute a software development plan with automated checkpoints?

Executing a development plan with checkpoints involves loading a plan file and coordinating subagents to perform tasks sequentially with per-task verifications and gating before final completion.

What is subagent coordination for development workflows?

Subagent coordination for development workflows is the process of delegating plan tasks to autonomous subagents that execute code, verify outcomes, and report completion status back to a central orchestrator.

How do I automate code review and verification during plan execution?

Automate code review and verification during plan execution by setting per-task verification gates that subagents must pass before proceeding, ensuring outcomes meet criteria before finalizing development.

Can I stop plan execution when a subagent encounters a blocker?

Yes, the execution workflow stops on blockers and requests clarification, halting subagent task progression until the blocker is resolved so the plan can safely continue.

How do I finalize development workflow with gating and checkpoint persistence?

Finalize development with gating and checkpoint persistence by verifying all plan tasks are complete, passing finish gates, and executing a finalization step that safely reports overall completion.