Bootstrap context with CLAUDE.md AND read PRD.md for project requirements
Bootstraps context by reading CLAUDE.md and PRD.md to understand project requirements.
/plugin marketplace add cyotee/cyotee-claude-plugin-up/plugin install up@cyoteeRead project documentation AND the global Product Requirements Document (PRD.md).
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:
# Project Context Loaded
## Vision (from PRD.md)
[Project name] - [1-2 sentence vision statement]
## Key Requirements
- [Requirement 1]
- [Requirement 2]
- [Requirement 3]
## Technical Overview (from CLAUDE.md)
- Architecture: [key patterns]
- Dependencies: [key libs/frameworks]
## Task Status (from tasks/INDEX.md)
| # | Title | Status | Layer |
|---|-------|--------|-------|
| [P]-1 | ... | ✅ Complete | [Layer] |
| [P]-2 | ... | 🚀 In Progress | [Layer] |
Ready tasks: [list tasks ready for agent]
Blocked tasks: [list blocked tasks and why]
Ready to assist with this codebase.
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.