Run Plan banner
prillcode prillcode

Run Plan

Development community

Description

--- type: prompt description: Execute a PLAN.md file directly without loading planning skill context arguments: - name: plan_path description: Path to PLAN.md file (e.g., .planning/phases/07-sidebar-reorganization/07-01-PLAN.md) required: true --- Execute the plan at {{plan_path}} using **intelligent segmentation** for optimal quality. **Process:** 1. **Verify plan exists and is unexecuted:** - Read {{plan_path}} - Check if corresponding SUMMARY.md exists in same directory

Installation

Installs to ~/.claude/skills/prillcode-start-work-run-plan/SKILL.md

Terminal
mkdir -p ~/.claude/skills/prillcode-start-work-run-plan && curl -fsSL https://raw.githubusercontent.com/prillcode/start-work/HEAD/commands/run-plan.md -o ~/.claude/skills/prillcode-start-work-run-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