execute-plan

Executes pre-defined plans with continuous verification and automated committing.

1|Updated Dec 12, 2024
One-click install
npx skills add https://github.com/Xantibody/dotfiles --skill execute-plan-xantibody
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute-plan
Source: https://github.com/Xantibody/dotfiles/tree/main/configs/claude/skills/execute-plan
Command: npx skills add https://github.com/Xantibody/dotfiles --skill execute-plan-xantibody

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the execution of pre-defined plans, enabling end-to-end implementation of tasks without manual intervention.

Core Features & Use Cases

  • Autonomous Execution: Runs through all steps of a plan sequentially without requiring user confirmation between steps.
  • Continuous Verification: Integrates with a /verify skill to ensure each logical unit of work passes quality gates before proceeding.
  • Automated Committing: Uses a /commit skill after successful verification to create atomic commits.
  • Use Case: After generating a complex feature implementation plan, use this skill to execute it, including all coding, testing, and committing, in a single, uninterrupted session.

Quick Start

Use the execute-plan skill to run the plan located in ./plans/feature-x.md.

Frequently Asked Questions about execute-plan

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

FAQPage Schema
How do I automate task execution for a complex workflow plan without manual intervention?

Autonomous task execution runs through all steps of a pre-defined plan sequentially without requiring user confirmation between steps. It handles code implementation, testing, and error recovery in a single, uninterrupted session.

What is continuous verification in autonomous plan execution?

Continuous verification in autonomous plan execution integrates a dedicated verification skill to ensure each logical unit of work passes quality gates before proceeding to the next step. This prevents compounding errors during complex workflows.

Do I need a separate version control skill to automate code commits during plan execution?

Yes, automated committing requires integration with a dedicated commit skill to create atomic commits after successful verification. This ensures version control is handled seamlessly without manual intervention during the workflow.

Can I use autonomous plan execution for continuous integration and error recovery?

Yes, autonomous plan execution handles task execution for complex workflows including continuous integration and code implementation. It manages error recovery automatically while running through all plan steps sequentially.

What are the limitations of autonomous workflow automation for feature implementation?

Autonomous workflow automation requires pre-defined plans and integration with verification and committing skills to function properly. It depends on these external skills for quality assurance and cannot perform version control independently.