executing-plans

Executes approved plans with tracked tasks and verification checkpoints.

28|1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/bidah/react-native-hifi --skill executing-plans-bidah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/bidah/react-native-hifi/tree/main/skills/executing-plans
Command: npx skills add https://github.com/bidah/react-native-hifi --skill executing-plans-bidah

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps implementation work honest by forcing a careful plan review, execution monitoring, and verification before letting development drift into guesswork.

Core Features & Use Cases

  • Plan Review & Approval: Load the documented plan, question unclear steps, and create a TodoWrite before touching code.
  • Structured Task Execution: Mark each todo as in_progress, follow every bite-sized instruction, run requested verifications, and complete the task only when checks pass.
  • Blocker Management & Finishing: Stop when blocked, raise issues, and hand off to the finishing-a-development-branch skill to verify tests, present options, and wrap up the work.

Quick Start

Initiate the executing-plans skill to run the approved plan, execute each task with verifications, and report any blockers.

Frequently Asked Questions about executing-plans

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

FAQPage Schema
How do I execute an implementation plan without drifting into guesswork?

Implementation plan execution requires loading the documented plan, creating a TodoWrite list, marking each task in_progress, and running requested verifications before completing tasks to keep coding aligned with documented designs.

What is the best way to monitor task execution and handle blockers during development?

Task execution monitoring involves following bite-sized instructions, running verifications for each task, and stopping to raise issues when blocked, handing off to final completion to verify tests and present options.

How does a subagent workflow handle plan review and task verification?

A subagent workflow handles plan review by questioning unclear steps before coding, tracking TodoWrite progress, and ensuring task verification checks pass before marking items complete and invoking final branch finishing.

When do I need review checkpoints during plan execution?

Review checkpoints are needed when a documented plan requires a dedicated coding session, forcing careful plan review and execution monitoring to verify tasks and report blockers before finalizing a development branch.

Can I use this workflow to manage blockers before finishing a development branch?

Yes, this workflow manages blockers by stopping execution when blocked, raising issues, and invoking the finishing-a-development-branch subskill to verify tests, present options, and wrap up the work.