Read Plan banner
philadamson93 philadamson93

Read Plan

Documentation community

Description

--- name: read-plan description: Use when the user signals they're ready to read/review a plan doc themselves — phrases like "I'll review", "ready to read it", "let me look", "open it for me", "I'll take a look", or affirmative agreement ("yes", "ok") right after Claude has offered/named a plan doc for review. Also invoked explicitly via `/read-plan [path]`. Runs `open <path>` so the plan launches in the user's default `.md` app (Marked, Typora, Obsidian, VS Code, etc.). Identifies the path from

Installation

Installs to ~/.claude/skills/philadamson93-research-skills-read-plan/SKILL.md

Terminal
mkdir -p ~/.claude/skills/philadamson93-research-skills-read-plan && curl -fsSL https://raw.githubusercontent.com/philadamson93/research-skills/HEAD/commands/read-plan.md -o ~/.claude/skills/philadamson93-research-skills-read-plan/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository