Show compact status of the entire project.
Get a compact overview of your project's current state, including active subproject, in-progress tasks, recent changes, and blockers. Use it when you need a quick status check without loading full context.
/plugin marketplace add unclecode/claude-code-tools/plugin install unclecode-cc-toolkit@unclecode-toolsShow compact status of the entire project.
$ARGUMENTS
Quick overview of project state without loading full context. Shows:
Read these files:
.context/project/INDEX.md (get active subproject + project summary).context/project/{active}/STATUS.md.context/project/{active}/TODO.md.context/project/{active}/CHANGELOG.md (last 2-3 entries)If query provided, focus on:
/pp-status maya/pp-status tasks or /pp-status blockersOutput format:
## Project Status: {PROJECT_NAME}
### Active: {subproject}/
**Phase**: {current phase}
**Focus**: {one-line current focus}
### In Progress
{tasks marked [>], one line each with T### ID}
### Pending (Next Up)
{next 3-5 pending tasks}
### Subprojects
| Name | Status | Phase |
|------|--------|-------|
{table from root STATUS.md}
### Blockers
{any blocked items from STATUS.md, or "None"}
### Recent Activity
{last 2-3 changelog entries, date + one-line summary}
---
Last updated: {date from STATUS.md}
If query specifies a subproject:
## Subproject Status: {name}/
**Phase**: {phase}
**Status**: {status}
### What's Working
{bullet list}
### What's Blocked
{bullet list or "Nothing blocked"}
### Current Focus
{numbered list}
### Tasks
**In Progress**: {count}
**Pending**: {count}
**Completed**: {count}
### Next Actions
{from STATUS.md}
# Full project status
/pp-status
# Specific subproject
/pp-status maya
# Focus on tasks only
/pp-status tasks
# Focus on blockers
/pp-status blockers