planning

Installation
SKILL.md

Work Planning

Analyze a set of GitHub Issues, identify dependencies, propose an execution order, and define work units. Output a persistent plan document that survives context loss.

Works in any project with GitHub Issues.

Workflow

Step 1: Analyze Issues

  1. Accept a parent issue number from the user (or a list of issue numbers).
  2. Read the issue hierarchy using gh sub-issue list <number> recursively.
  3. For each issue, read the title, labels, body, and parent-child relationships.
  4. Display a summary of all issues to the user:
    • Issue number and title
    • Labels
    • Parent-child hierarchy (indented tree)

If reading issues from GitHub fails, display the error message and stop.

Related skills

More from caldiaworks/caldiaworks-marketplace

Installs
21
First Seen
Feb 23, 2026