read-plan

Fetch plan content by ID or path from Claude projects.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/son-nguyen-301/hydra-claude --skill read-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: read-plan
Source: https://github.com/son-nguyen-301/hydra-claude/tree/main/skills/read-plan
Command: npx skills add https://github.com/son-nguyen-301/hydra-claude --skill read-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetches the full plan content by ID or path so agents can operate on a verified plan before delegation.

Core Features & Use Cases

  • Plan retrieval by ID or path: fetches and returns the exact plan content from the workspace for review.
  • Context for executor agents: ensures a plan is loaded before sprinter, builder, or architect actions and supports "show me the plan" or "what's in plan X" queries.
  • Plan status and references: enables status checks and cross-referencing plans in conversations.

Quick Start

Provide a plan identifier or path to load and display the plan content.

Frequently Asked Questions about read-plan

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

FAQPage Schema
How do I read a plan file by ID before executing it in Claude Code?

To read a plan by ID, the system zero-pads the identifier to three digits and retrieves the content from ~/.claude/projects/<slug>/plans/plan-{id}.md, exposing the full plan details for review.

What happens if a plan ID is not found in the project directory?

If a plan ID is not found at the expected path, the system globs the directory and returns the 3 to 5 most recently modified plan files, allowing you to inspect the latest plans instead.

Do I need a specific plan path format to load plan content for executor agents?

No, you can provide either a plan identifier or a direct file path. The system computes the slug and navigates to the correct markdown file to load verified context for executor agents.

When should I inspect plan details before delegating tasks to builder agents?

You should inspect plan details whenever referencing a plan or asking about its status, ensuring executor agents like sprinter or builder operate on the most recent and verified plan content.

Can I check the status of multiple recent plans if I forget the exact ID?

Yes, if the exact ID is not found, the system automatically globs the plans directory and returns the 3 to 5 most recent plan files, enabling quick status checks and cross-referencing.