execute-plan

Execute structured task plans with automatic status tracking.

7.5k|1.4k|Updated Dec 8, 2024
One-click install
npx skills add https://github.com/antinomyhq/forge --skill execute-plan-antinomyhq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute-plan
Source: https://github.com/antinomyhq/forge/tree/main/crates/forge_repo/src/skills/execute-plan
Command: npx skills add https://github.com/antinomyhq/forge --skill execute-plan-antinomyhq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Executes structured task plans with automatic status tracking to ensure every task is completed, reducing manual oversight.

Core Features & Use Cases

  • Plan-driven execution with status markers (PENDING, IN_PROGRESS, DONE) for each task.
  • Automatic progression: reads the plan file path plans/{current-date}-{task-name}-{version}.md and updates statuses as work progresses.
  • Use Case: When coordinating multi-step tasks across a project, you provide a plan file and the Skill executes tasks in order, updating the plan accordingly.

Quick Start

Provide a plan file path such as plans/2025-12-01-deploy-v1.md, and instruct the Skill to begin executing the plan.

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 plan execution with live progress tracking?

Task plan execution automates multi-step workflows by reading structured plan files and updating task statuses from PENDING to IN_PROGRESS to DONE, ensuring all tasks are completed with automatic progression tracking.

What file format is required for structured plan execution?

Structured plan execution requires a markdown file path following the format plans/{current-date}-{task-name}-{version}.md, such as plans/2025-12-01-deploy-v1.md, containing tasks with status markers.

How does status tracking work during plan execution?

Status tracking works by updating each task in the plan file sequentially from PENDING to IN_PROGRESS to DONE, verifying all tasks reach DONE status before finishing the workflow execution.

Can I execute specific tasks out of order in a plan file?

Plan execution enforces sequential progression by applying tasks in order and updating statuses step by step. It verifies all tasks are DONE before finishing, requiring completion of each step.

What is the best way to track multi-step project tasks automatically?

Tracking multi-step project tasks automatically is best handled by providing a structured plan file with status markers, enabling stepwise progression from PENDING through IN_PROGRESS to DONE.