executing-plans

Execute written implementation plans with stepwise task tracking and git worktree integration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides an AI to systematically execute a detailed implementation plan, ensuring each task is reviewed, tracked, and completed without missing steps or making unsafe assumptions.

Core Features & Use Cases

  • Load and Review: Reads the plan file, raises any concerns, and creates a TodoWrite before proceeding.
  • Task Execution: Marks each task as in_progress, follows bite‑sized steps, runs verifications, and marks tasks as completed.
  • Integration with Git: Requires superpowers:using-git-worktrees to set up an isolated workspace and later invokes superpowers:finishing-a-development-branch to finalize development.
  • Safety Controls: Stops execution on blockers, asks for clarification, and never operates on main/master without explicit consent.
  • Use Case Example: When a software team provides a step‑by‑step development plan for a new feature, this Skill can autonomously carry out the work while keeping the human in the loop.

Quick Start

Use the executing-plans skill to run the development plan in 'feature-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 execute a development plan across multiple tasks with status tracking?

Executing a development plan systematically involves loading the plan file, creating a TodoWrite checklist, marking tasks in_progress, running verifications, and marking them completed while integrating with git worktrees.

Can I use git worktrees to isolate task execution when following an implementation plan?

Yes, you can use git worktrees to isolate task execution. This Skill requires setting up an isolated workspace via git worktrees before proceeding with stepwise development plan execution.

What happens if the AI hits a blocker while executing an implementation plan?

When a blocker is encountered during plan execution, the Skill stops execution immediately, asks for human clarification, and never makes unsafe assumptions or operates on main/master without consent.

Do I need a detailed plan file before starting task execution?

Yes, a detailed written implementation plan is required. The Skill loads the plan file, raises any concerns, and creates a TodoWrite checklist before proceeding with stepwise execution.

How does subagent integration work when finalizing a development branch?

Subagent integration invokes required sub-skills like finishing-a-development-branch to finalize work. This ensures executed tasks are reviewed, tracked, and integrated safely into the git workflow.