Bootstrap context with CLAUDE.md AND read PRD.md (alias for /up:plan)
Bootstraps context by reading CLAUDE.md, PRD.md, and task status from INDEX.md files.
/plugin marketplace add cyotee/cyotee-claude-plugin-up/plugin install up@cyoteeThis is an alias for /up:plan. See that command for full documentation.
Read CLAUDE.md: Find and read CLAUDE.md in the current working directory or repository root
Follow references: If CLAUDE.md references other CLAUDE.md files (e.g., in submodules), read those as well
Read PRD.md: Find and read PRD.md at the repository root to understand:
Check task status: Scan for tasks/ directories:
find . -type d -name "tasks" -not -path "*/node_modules/*" -not -path "*/archive/*" 2>/dev/null
For each discovered tasks/ directory, read its INDEX.md to get layer info and task status.
Summarize: After reading, provide:
Inform the user:
No PRD.md found at repository root.
To create one, run: /design:prd
This will interactively gather project requirements and generate PRD.md.