execute-plan

Execute development plan tasks sequentially with validation and tracking.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/aifuun/u-safe --skill execute-plan-aifuun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute-plan
Source: https://github.com/aifuun/u-safe/tree/main/.claude/skills/execute-plan
Command: npx skills add https://github.com/aifuun/u-safe --skill execute-plan-aifuun

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a structured, step-by-step execution of development plans, ensuring tasks are completed systematically and validated, bridging the gap between planning and code completion.

Core Features & Use Cases

  • Sequential Task Execution: Guides users through implementation tasks one by one, based on a pre-defined plan.
  • Automated Validation: Includes checks like linting and testing after each task to catch issues early.
  • Use Case: After creating a plan for a new feature using /start-issue, you can use this Skill to systematically implement each task, ensuring all code is written, tested, and validated before moving to the review phase.

Quick Start

Execute the development plan for issue number 23.

Frequently Asked Questions about execute-plan

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

FAQPage Schema
How do I execute a development plan step-by-step?

To execute a development plan step-by-step, this Skill parses tasks from a plan file, creates trackable todos, and guides you through each task with context and validation checks to ensure systematic completion.

How does automated validation work during task execution?

Automated validation during task execution works by running checks like linting and testing after each step. This ensures issues are caught early before moving to the next task or finalization phase.

Can I use this Skill for issue tracking and worktree management?

Yes, you can use this Skill for issue tracking and worktree management. It handles worktree paths and integrates with issue tracking and review workflows to finalize completed development tasks.

Do I need a pre-defined plan file to start task execution?

Yes, you need a pre-defined plan file generated by a planning skill to start task execution. The Skill parses tasks from this file to create trackable todos and orchestrate the sequential implementation workflow.

What is the best way to bridge the gap between planning and code completion?

The best way to bridge the gap between planning and code completion is through structured, sequential task execution. This approach ensures tasks are completed systematically and validated, catching issues early before review.

Why does sequential task execution stop before finalization?

Sequential task execution stops before finalization if automated validation checks fail or tasks remain incomplete. The Skill ensures all steps are completed and validated before moving to the final review phase.