plans

Track project phases and dependencies stored in .plans/ with YAML front matter.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/sreejithraman/shayna --skill plans
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plans
Source: https://github.com/sreejithraman/shayna/tree/main/.claude/skills/plans
Command: npx skills add https://github.com/sreejithraman/shayna --skill plans

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Projects evolve across phases with dependencies and blockers. This Skill codifies a phased planning system stored in .plans/ for structured progress.

Core Features & Use Cases

  • Phase Schema: YAML front matter with phase, status, dependencies
  • Lifecycle Commands: plan-status, plan-next, plan-start, plan-complete
  • Dependency Tracking: Ensure actionable phases only when dependencies complete
  • Use Case: Align a multi-phase feature with milestones and blockers.

Quick Start

Run /plan-status to view all phases and their statuses, then /plan-start 01 to begin Phase 1.