Deep dive on one project's current state
Displays comprehensive project status including spec, recent sessions, and current state.
/plugin marketplace add mconcat/mastermind/plugin install mconcat-mm@mconcat/mastermind<project>Show detailed status for a specific project including spec, recent sessions, and current state.
Works from any directory - reads vault location from global config.
This command requires mastermind to be initialized. If ~/.claude/mastermind.local.md doesn't exist, prompt the user to run /mm:init <vault-path> first.
Determine Project
Read Project Data
projects/[name]/spec.md - the specificationprojects/[name]/status.md - current state summaryprojects/[name]/sessions/ - recent session reportsPresent Comprehensive View
Specification Summary:
Current Status:
Recent Sessions:
Patterns & Learnings:
<project>: Required. The project name to examine./mm:status my-webapp # Show my-webapp status
/mm:status rust-library # Show rust-library status
# my-webapp Status
## Specification
**Purpose**: [1-2 sentence summary from spec]
**Current Phase**: MVP Development
**Success Criteria**: [key criteria for current phase]
## Current State
**Last Synced**: 2026-01-15
**Active Work**: User authentication flow
**Blockers**: None currently
## Recent Sessions
1. **cheerful-dancing-penguin** (2026-01-15)
Implemented login form, debugged session handling
2. **bouncy-purple-flamingo** (2026-01-14)
Set up authentication backend, chose JWT approach
3. **swift-coding-dolphin** (2026-01-12)
Initial project setup, dependency decisions
## Patterns Observed
- Recurring: Session state issues when cookies disabled
- Effective: Using browser dev tools network tab for debugging auth
If the project isn't in the vault:
/mm:sync/mm:add <name> <path>/statusCheck the current status of tasks in the orchestration system with various filtering and reporting options.