Executing Plans

Execute implementation plans with subagent-driven tasks and mandatory code reviews.

Updated Dec 30, 2025
One-click install
npx skills add https://github.com/vietlinhh02/cogninote --skill executing-plans-vietlinhh02
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Executing Plans
Source: https://github.com/vietlinhh02/cogninote/tree/main/.claude/skills/methodology/executing-plans
Command: npx skills add https://github.com/vietlinhh02/cogninote --skill executing-plans-vietlinhh02

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the execution of detailed implementation plans, ensuring high-quality code through a rigorous subagent-driven process with mandatory code reviews between tasks.

Core Features & Use Cases

  • Subagent-driven execution: Each task is handled by a fresh, focused agent.
  • Mandatory Code Reviews: Quality gates are enforced between every task.
  • TDD Workflow: Ensures code is tested and functional before proceeding.
  • Use Case: Use this skill to systematically implement a new feature defined in a writing-plans skill, ensuring each part is reviewed and verified before moving to the next, leading to a robust and well-tested final product.

Quick Start

Execute the plan located at '/path/to/your/plan.md'.

Frequently Asked Questions about Executing Plans

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

FAQPage Schema
How do I automate the execution of detailed software implementation plans?

Automating implementation plan execution is handled by a subagent-driven pattern where each task gets a fresh agent and passes mandatory code review quality gates before proceeding. This ensures systematic, iterative development with minimal manual intervention.

What is a subagent-driven workflow for software development?

A subagent-driven workflow delegates each independent plan task to a fresh, focused agent. It enforces TDD and mandatory code reviews between tasks to verify quality before moving to the next step, ensuring robust and well-tested outputs.

How do I enforce code reviews and TDD between automated development tasks?

Enforcing code reviews and TDD between automated tasks requires quality gates built into the execution flow. The process checks that code is tested and functional before proceeding, halting iteration if quality standards are not met.

Does automated plan execution work with test-driven development workflows?

Automated plan execution fully supports test-driven development workflows. It applies quality gates to ensure code is tested and functional after each subagent task before allowing the iterative process to proceed to the next phase.

What is the best way to execute a detailed feature implementation plan with minimal human delays?

The best way to execute detailed plans with minimal delays is using a subagent-driven pattern with mandatory code reviews. It automates systematic software development, providing focused attention and verification for independent tasks without continuous human input.

When do I need quality gates in an automated software execution workflow?

You need quality gates in automated execution workflows when independent tasks require focused attention and verification. They enforce mandatory code reviews between tasks, ensuring high-quality, iterative development standards are met before proceeding.