execute-plan

Execute a PLAN.md project plan, managing tasks, checkpoints, and deviations.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/sidunrealde/ArchVis --skill execute-plan-sidunrealde
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute-plan
Source: https://github.com/sidunrealde/ArchVis/tree/main/.github/skills/execute-plan
Command: npx skills add https://github.com/sidunrealde/ArchVis --skill execute-plan-sidunrealde

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, and includes references (resource) components.

What problem does it solve?

This Skill automates the execution of detailed project plans, ensuring tasks are completed, deviations are managed, and comprehensive summaries are generated.

Core Features & Use Cases

  • Automated Plan Execution: Runs through a series of defined steps in a plan, handling autonomous tasks, checkpoints, and user verification.
  • Deviation Management: Intelligently handles bugs, missing critical components, blocking issues, and architectural changes, either automatically or by seeking user input.
  • Use Case: A software development team can use this Skill to execute a complex feature development plan, from writing code and tests to committing changes and documenting the process, ensuring consistency and traceability.

Quick Start

Execute the current project plan, starting from the first step.

Frequently Asked Questions about execute-plan

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

FAQPage Schema
How do I automate project plan execution from a markdown file?

Automating project plan execution requires a structured PLAN.md file defining phases and tasks. The Skill reads this file to manage task execution, handle checkpoints, and automate code implementation while tracking progress.

What is automated deviation management in project workflow automation?

Automated deviation management handles bugs, missing components, and blocking issues during project execution. It intelligently resolves architectural changes automatically or seeks user input to keep the workflow progressing.

Do I need Node.js to run automated plan execution workflows?

Yes, Node.js is a required dependency to run this automated plan execution workflow. You also need a structured project environment with defined phases and plans in a PLAN.md file.

How do I generate project summaries and track task progress automatically?

Generating project summaries happens automatically by executing defined plan directives. The Skill outputs a SUMMARY.md file detailing progress, decisions made, and any issues encountered during task execution.

What's the best way to handle architectural changes during code generation and task management?

Handling architectural changes during code generation is managed through intelligent deviation tracking. The workflow either automatically adjusts the implementation or pauses at checkpoints to request user verification.

Why does project execution stop at checkpoints during workflow automation?

Project execution stops at checkpoints to verify task completion and handle deviations. This ensures autonomous code implementation aligns with the PLAN.md directives before proceeding to the next phase.