execute-pending-workplan

Execute pending workplans across skills with test validation and GitHub updates.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/dezverev/AnimalAL-v1 --skill execute-pending-workplan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute-pending-workplan
Source: https://github.com/dezverev/AnimalAL-v1/tree/main/.cursor/skills/execute-pending-workplan
Command: npx skills add https://github.com/dezverev/AnimalAL-v1 --skill execute-pending-workplan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates the end-to-end execution of pending workplans by moving plans between .cursor/workplans/Pending, .cursor/workplans/Inprogress, and .cursor/workplans/Done, coordinating steps across the referenced skills and validating results with tests and logs.

Core Features & Use Cases

  • Workflow orchestration: Automatically selects, queues, and tracks progress of workplans from Pending to Done, applying ignore rules for AIIGNORE/FUTUREWORK labels.
  • Stepwise execution & validation: Executes each plan's implementation steps using the specified skills, then runs tests and logical-response checks to ensure correctness.
  • Status reporting & continuity: Creates progress reports, handles partial success by generating continuation issues, and updates the GitHub issue when a plan completes.

Quick Start

Use the phrases execute pending workplan or run the next plan to begin processing.

Frequently Asked Questions about execute-pending-workplan

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

FAQPage Schema
How do I automate executing pending workplans end-to-end?

To automate executing pending workplans, this skill orchestrates the entire workflow by selecting plans from the Pending directory, executing steps sequentially, validating results with tests, and moving completed plans to the Done directory while updating GitHub issues.

What is the best way to orchestrate workflow planning and testing in GitHub?

The best way to orchestrate workflow planning and testing is using a skill that coordinates cross-skill step execution, validates outcomes with logical-response checks, and automatically generates continuation issues for partial successes to ensure continuity.

How does workplan validation handle partial success during step execution?

Workplan validation handles partial success by running tests after step execution, creating a progress report, and generating a GitHub continuation issue for any incomplete steps rather than marking the entire plan as done.

Can I ignore specific pending workplans during automated execution?

Yes, you can ignore specific pending workplans during automated execution because the orchestration applies predefined ignore rules for items labeled AIIGNORE or FUTUREWORK before selecting the next plan to process.

Do I need external dependencies to run the next plan automatically?

No, you do not need external dependencies to run the next plan automatically, as the skill operates without external dependencies by managing the workplan lifecycle internally across Pending, Inprogress, and Done directories.

What happens to a GitHub issue when a workplan completes successfully?

When a workplan completes successfully, the GitHub issue is automatically updated to reflect the finished state after all implementation steps execute and test validation confirms the results.