plans

Index plan files and batch execute ready plans by status.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/zillabunny/GoblinVolleyball-1.1 --skill plans-zillabunny
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plans
Source: https://github.com/zillabunny/GoblinVolleyball-1.1/tree/main/.claude/skills/plans
Command: npx skills add https://github.com/zillabunny/GoblinVolleyball-1.1 --skill plans-zillabunny

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan management can be tedious and error-prone when tracking many plan files and executing batches. This Skill provides a centralized dashboard to view plan status, identify the next actions, and automate batch work.

Core Features & Use Cases

  • Plan indexing: maintains and exposes a structured index of all plans with status and priority.
  • Status-driven workflows: quickly see ready, in-progress, and complete plans, with options to rebuild and run batches.
  • Meta-plan support: group sub-plans under meta-plans and show hierarchy for complex workflows.

Quick Start

Rebuild the plan index and display the current Ready to Run and In Progress plans.

Frequently Asked Questions about plans

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

FAQPage Schema
How do I automate plan management and batch execution for multiple project workflows?

Automating plan management involves using a dashboard to parse plan files, detect executable plans via Phase sections, assign statuses, and batch execute the next ready plans. This workflow maintains a structured index to track Ready, In Progress, and Complete plans.

How do I track the status of multiple project plans ready for execution?

Tracking plan statuses involves parsing plan files to detect progress trackers, assigning statuses like Ready or In Progress, and generating a structured index. The dashboard groups plans into Ready to Run, In Progress, Needs Review, and Complete sections.

Can I group sub-plans under a meta-plan for complex project workflows?

Yes, meta-plan support allows grouping sub-plans under meta-plans and showing hierarchy for complex workflows. The system parses the plan files and displays the structured hierarchy within the centralized plan index dashboard.

What is the best way to rebuild a plan index for files in a plans directory?

Rebuilding a plan index is done by parsing all plan files in the plans/ directory, detecting executable plans via Phase sections or progress trackers, and generating a structured index with statuses to display current Ready to Run and In Progress plans.

How does batch execution identify the next executable plans in a project workflow?

Batch execution identifies the next executable plans by parsing plan files, detecting executable plans via Phase sections or progress trackers, and assigning statuses. The dashboard then batch executes plans listed in the Ready to Run section of the index.

Do I need specific dependencies to manage plan lifecycles and dashboards?

No specific dependencies are required to manage plan lifecycles and dashboards. The system works independently to parse plan files, detect progress trackers, assign statuses, and generate a structured index for batch execution.