plans

Index plans with statuses and priorities in PLAN_INDEX.md and execute ready plans in batch.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/zeveck/zskills --skill plans-zeveck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plans
Source: https://github.com/zeveck/zskills/tree/main/skills/plans
Command: npx skills add https://github.com/zeveck/zskills --skill plans-zeveck

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan dashboard and batch executor for software projects. It provides a centralized index of plans, status visibility, and streamlined batch execution of ready tasks.

Core Features & Use Cases

  • Auto-build and display plans index (PLAN_INDEX.md) with statuses and priorities.
  • Support modes: bare, rebuild, next, details, work, stop, next-run to manage workflows.
  • Enable batch execution of ready plans with visibility into current and next steps for teams.

Quick Start

Load the plan dashboard and run the next ready plan with the /plans next command.

Frequently Asked Questions about plans

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

FAQPage Schema
How do I track plan status and priorities across multiple software projects?

Track plan status by auto-building a centralized PLAN_INDEX.md dashboard that organizes and prioritizes plans while displaying current readiness statuses across software projects.

What is the best way to batch execute ready plans in a software workflow?

Batch execute ready plans using mode-based commands like next and work, which process queued tasks sequentially while providing visibility into current and next steps.

How do I organize a growing backlog of plans and identify which tasks are ready?

Organize a growing plan backlog by applying an index-backed dashboard that assigns clear readiness statuses, enabling you to filter and prioritize tasks ready for execution.

Can I rebuild the plan index automatically when new plans are added to a project?

Yes, you can rebuild the plan index automatically using the rebuild mode, which scans the project to update the PLAN_INDEX.md file with new plans and refreshed statuses.

Does this plan dashboard support stopping or pausing batch execution midway?

Yes, the plan dashboard supports a stop mode that halts batch execution, allowing you to pause the workflow and assess current step progress before resuming.

What are the limitations of using an index-backed dashboard for workflow automation?

An index-backed dashboard relies on maintaining an accurate PLAN_INDEX.md file, meaning execution depends on consistent status tracking and manual rebuilds if plans change outside the system.