execute-pending-workplan-claude

Executes pending workplans by coordinating plan states, referenced skills, tests, and GitHub issue updates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the end-to-end execution of pending workplans by coordinating plan states, moving plans from Pending to Inprogress, orchestrating implementation steps via referenced skills, and validating outcomes through tests and logical checks.

Core Features & Use Cases

  • Orchestrates end-to-end execution of pending workplans from the .claude/workplans/Pending directory.
  • Manages state transitions (Pending -> Inprogress -> Done) and generates continuation work when needed.
  • Executes each step by resolving and applying the appropriate referenced skills, then runs tests and logic checks to ensure correctness.
  • Integrates with GitHub for issue updates and progress tracking.

Quick Start

Use the execute-pending-workplan-claude skill to automatically select and execute the next pending plan. The agent will move the plan to Inprogress, perform each Implementation step using the referenced skills, run tests, and report results.

Frequently Asked Questions about execute-pending-workplan-claude

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

FAQPage Schema
How do I automate pending workplan execution end-to-end with Claude?

Pending workplan execution automates the full workflow by moving plans from Pending to Inprogress, executing steps via referenced skills, running tests, and finalizing to Done or continuation issues. It coordinates state transitions and updates GitHub issues throughout the process.

What is the workflow for moving pending workplans to Inprogress in GitHub?

Moving pending workplans to Inprogress follows a six-step workflow: list pending plans, transition state, execute steps via referenced skills, run tests and logical checks, then move to Done or create continuation issues. GitHub issues track progress throughout the orchestration.

How do workplan execution skills resolve and apply referenced implementation steps?

Workplan execution resolves each implementation step's required skill, follows that skill's workflow to apply it, runs tests and logical checks for correctness, and updates in-repo progress artifacts. This ensures each step completes successfully before moving forward.

What happens when a pending workplan fails tests during automated execution?

When tests fail during workplan execution, the workflow validates outcomes through tests and logical checks before finalizing. If steps cannot complete, the plan generates continuation work by creating a continuation issue rather than moving the plan directly to Done.

Can I use this to track workplan progress artifacts and GitHub issues automatically?

Yes, automated workplan execution updates in-repo progress artifacts and GitHub issues as it orchestrates implementation steps. It tracks state transitions from Pending through Inprogress to Done, ensuring full progress visibility throughout the workflow lifecycle.