executing-plans

Execute written implementation plans with review checkpoints and task verifications.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/stabilefrisur/panmetis --skill executing-plans-stabilefrisur
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/stabilefrisur/panmetis/tree/main/src/panmetis/skills/executing-plans
Command: npx skills add https://github.com/stabilefrisur/panmetis --skill executing-plans-stabilefrisur

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Load and execute a pre-written implementation plan in a separate session with review checkpoints to ensure alignment and traceability.

Core Features & Use Cases

  • Load a formal plan document, review it for ambiguities, and prepare a task list.
  • Execute each task with status updates and verifications, stopping on blockers and reporting results.
  • Finalize development after all tasks are completed and verified, using the finishing-a-development-branch workflow when appropriate.

Quick Start

Load the plan, review for questions, and execute tasks with verifications until completion.

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 with automated review checkpoints?

Executing a development plan involves loading a formal plan document in a separate session, reviewing it for ambiguities, and running each task with verifications. The process stops on blockers and reports results to ensure alignment and traceability.

What is the best way to manage isolated workspaces when executing implementation plans?

Managing isolated workspaces during plan execution is best handled using git-worktrees. This approach enables controlled development in separate sessions, ensuring tasks run independently without interfering with the main branch.

How do I finalize a development branch after all plan tasks are verified?

Finalizing a development branch after validation uses the finishing-a-development-branch workflow. This step is triggered once all implementation tasks are completed and verified, ensuring the development process concludes cleanly after validation.

Can I load and review a pre-written implementation plan for ambiguities before executing tasks?

Yes, you can load a pre-written implementation plan and review it for ambiguities. The process prepares a task list from the formal plan document before execution begins, ensuring any questions are addressed upfront.

Does executing plans with git-worktrees support controlled development workflows?

Executing plans with git-worktrees supports controlled development workflows by coordinating with sub-skills for isolated workspaces. This allows separate sessions to handle plan execution with review checkpoints without disrupting ongoing work.