execute

Execute implementation plans by dispatching subagents for task completion and multi-stage review.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the execution of complex implementation plans, ensuring each task is rigorously reviewed for spec compliance, code quality, and security before completion.

Core Features & Use Cases

  • Task Orchestration: Manages a sequence of development tasks defined in an implementation plan.
  • Multi-Stage Review: Integrates specialized agents for spec, code, and security reviews after each task.
  • Use Case: After generating a detailed plan for a new feature, use this Skill to have agents implement, test, and review each part of the feature systematically, ensuring a high-quality, secure codebase.

Quick Start

Use the execute skill to run the implementation plan located at docs/plans/feature-plan.md.

Frequently Asked Questions about execute

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

FAQPage Schema
How do I automate execution of an implementation plan for complex feature development?

Automate implementation plan execution by dispatching specialized subagents that handle task completion and multi-stage reviews. This manages iterative development cycles to ensure spec compliance, code quality, and security for each task.

How does multi-stage code review work during task execution?

Multi-stage code review works by dispatching specialized subagents for spec, code quality, and security checks after each task. This ensures rigorous adherence to TDD principles and validates codebase security before completion.

Can I use specialized subagents to manage iterative development cycles and security audits?

Yes, you can use specialized subagents to manage iterative development cycles and security audits. The Skill orchestrates these agents to execute implementation plans, running spec, code, and security reviews for each task systematically.

What is the best way to ensure spec compliance when executing a development workflow?

The best way to ensure spec compliance is using a multi-stage review framework that validates each task against the implementation plan. Specialized agents check code quality and security, ensuring adherence to TDD principles throughout the workflow.

Do I need a detailed implementation plan before starting task execution with this Skill?

Yes, you need a detailed implementation plan before starting task execution. The Skill reads a plan file, such as docs/plans/feature-plan.md, and systematically implements, tests, and reviews each part of the feature defined in the document.

When should I use agent orchestration for implementation plans instead of manual coding?

Use agent orchestration for implementation plans when developing complex features that require rigorous spec compliance, code quality, and security audits. It automates iterative development cycles and multi-stage reviews to maintain a high-quality, secure codebase.