executing-plans

Execute written implementation plans with checkpointed task verification and blocker detection.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/idoberk/BoQAppFront --skill executing-plans-idoberk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/idoberk/BoQAppFront/tree/main/.agents/skills/executing-plans
Command: npx skills add https://github.com/idoberk/BoQAppFront --skill executing-plans-idoberk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you carry a written implementation plan from review to completion without losing track of checkpoints, verifications, or blockers.

Core Features & Use Cases

  • Critical Plan Review: Reads a plan first, checks for gaps, and flags questions before work begins.
  • Task-by-Task Execution: Follows each step in order, marking progress and verifying work as specified.
  • Completion Workflow: Uses a structured finish-up process once all tasks are done and validated.
  • Use Case: A developer hands over a detailed plan for a feature branch, and this Skill executes it carefully while reporting issues early.

Quick Start

Use the executing-plans skill to review the implementation plan, execute each task with verification, and report when the work is complete.

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 written implementation plan with task checkpoints and verification?

You execute a development workflow by reading the plan, following each task in order, stopping on uncertainty, and completing the final branch-finish workflow after all tasks pass validation.

What is checkpointed task execution in a development workflow?

Checkpointed task execution is a development workflow process that tracks step-by-step progress, detects blockers early, and requires verification before completion of each task in a plan.

How do I review an implementation plan before starting development?

Review an implementation plan by reading it first, checking for gaps, and flagging questions or blockers before work begins to ensure the development workflow starts with a validated plan.

What happens if I hit uncertainty during plan execution?

When you hit uncertainty during plan execution, the workflow stops immediately to prevent errors, flags the blocker for review, and waits for clarification before continuing the task.

Can I use checkpointed execution for separate-session development workflows?

Yes, checkpointed execution applies to separate-session development workflows that require step-by-step progress tracking, blocker detection, and validation before completing the final branch-finish workflow.

What is the best way to track progress and detect blockers during implementation?

The best way to track progress and detect blockers is following a written plan task-by-task, marking progress at each checkpoint, verifying work, and reporting issues early before final completion.