execute-plan

Execute multi-step projects from markdown task lists with checkbox progress tracking.

110|4|Updated Jul 19, 2016
One-click install
npx skills add https://github.com/deathbeam/dotfiles --skill execute-plan-deathbeam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute-plan
Source: https://github.com/deathbeam/dotfiles/tree/main/agents/.agents/skills/execute-plan
Command: npx skills add https://github.com/deathbeam/dotfiles --skill execute-plan-deathbeam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of losing track of progress during multi-step projects by providing a structured, state-aware framework for executing tasks defined in markdown plans.

Core Features & Use Cases

  • Progress Tracking: Automatically manages task completion status using markdown checkboxes.
  • Contextual Execution: Ensures implementation remains scoped to specific tasks, preventing drift.
  • Use Case: When building a new feature, use this skill to break the work into discrete steps and ensure each one is completed and verified before moving to the next.

Quick Start

Ask the assistant to execute the plan named project-setup.md to begin working through your defined tasks.

Frequently Asked Questions about execute-plan

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

FAQPage Schema
How do I systematically execute a multi-step project defined in a markdown task list?

To execute a multi-step project, this skill reads your markdown task list, coordinates the workflow iteratively, and tracks progress by updating checkboxes as each task is completed.

What is the best way to track progress on a markdown plan without losing context?

The best way to track progress on a markdown plan is using a state-aware framework that maintains task-specific focus and automatically manages completion status via markdown checkboxes.

How do I start executing tasks from a structured markdown file?

To start executing tasks from a structured markdown file, prompt the assistant with the plan's filename, and it will begin working through the defined tasks sequentially.

Do I need a specific markdown format to use automated task management for workflow execution?

Yes, automated task management requires a valid markdown file containing a structured list of tasks with checkboxes to properly coordinate the workflow and track progress.

How does contextual execution prevent scope drift when implementing complex plans?

Contextual execution prevents scope drift by ensuring implementation remains strictly scoped to specific tasks within the markdown plan, verifying each step before moving to the next.

Can I use this approach for building a new software feature with discrete implementation steps?

Yes, you can use this approach for building a new software feature by breaking the work into discrete steps in a markdown plan to ensure each one is completed and verified sequentially.