Bootstrap context for agent execution - read CLAUDE.md AND PROMPT.md task instructions
Bootstraps agent context by reading CLAUDE.md and PROMPT.md task instructions
/plugin marketplace add cyotee/cyotee-claude-plugin-up/plugin install up@cyoteeRead project documentation AND the current PROMPT.md task instructions. Use this when starting work in an agent worktree.
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 PROMPT.md: Find and read PROMPT.md in the current directory to understand:
Acknowledge and Begin: After reading, confirm:
PROMPT.md files contain:
<promise>TASK_COMPLETE</promise> or <promise>TASK_BLOCKED: [reason]</promise>Context loaded:
- Project: [name]
- Task: [task number and title]
Assignment:
- [Key deliverable 1]
- [Key deliverable 2]
- ...
Inventory checks to perform:
- [ ] [Check 1]
- [ ] [Check 2]
Completion promise: TASK_COMPLETE
Beginning work...