From ushabti
Bootstrap phase context for Overseer. Provides phase under review with full file contents and card metadata.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ushabti:boot-overseerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the command below to get the active phase context. This replaces reading phase.md, steps.md, progress.yaml, and review.md individually. Use this to orient, then proceed to verifying the actual code and tests.
Run the command below to get the active phase context. This replaces reading phase.md, steps.md, progress.yaml, and review.md individually. Use this to orient, then proceed to verifying the actual code and tests.
python3 ${CLAUDE_PLUGIN_ROOT}/skills/boot-overseer/boot.py
npx claudepluginhub adamrdrew/marketplace --plugin ushabtiDisplays project status, roadmap progress, blockers, and next-action suggestions based on workflow state. Use for progress checks and orientation.
Displays Plan-Build-Run project status dashboard, progress, blockers from .planning files, and suggests next actions.
Analyzes task directories and markdown files to determine development phase: 1-Research, 2-Architecture, 3-Implementation. Checks for task.md, research.md, architecture.md, implementation.md in project structure. Useful for task status and next actions.