Agent skill
status
Summarize the active Maestro session without mutating state
Install this agent skill to your Project
npx add-skill https://github.com/josstei/maestro-orchestrate/tree/main/claude/skills/status
SKILL.md
Maestro Status
Call get_skill_content with resources: ["architecture"].
Workflow
- Read the active session using MCP state tools if available; otherwise fall back to scripts or direct file read
- Report session ID, creation timestamp, workflow mode, and overall status
- Show phase breakdown: completed phases with timestamps, current active phase, pending phases, and failed phases with error summaries
- Report file manifest (files created, modified, deleted), token usage by agent, and unresolved errors
Constraints
- This is read-only; do not mutate state, archive sessions, or continue execution
- If no active session exists, say so plainly
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
execute
Execute an approved Maestro implementation plan using the shared session-state contract
orchestrate
Run the full Maestro workflow for complex engineering tasks that need a mandatory design dialogue, approved implementation plan, and then execution with shared session state
resume
Resume an interrupted Maestro session using the existing active-session file and shared phase tracking
execute
Execute an approved Maestro implementation plan using the shared session-state contract
orchestrate
Run the full Maestro workflow for tasks that need design dialogue, implementation planning, shared session state, delegated execution, and review
resume
Resume the active Maestro session from docs/maestro state
Didn't find tool you were looking for?