# Status

> Summarize the active Maestro session without mutating state

- Skill: `josstei/status-3` (Agent Skill)
- Install (CLI): `npx skillmds@latest add josstei/status-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/josstei/status-3/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: josstei (https://skillmd.com/u/josstei)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/josstei/status-3

---


Read `../../references/runtime-guide.md`.
Call `get_skill_content` with resources: ["architecture", "session-management"].

## Workflow

1. Read the active session using MCP state tools if available; otherwise fall back to scripts or direct file read
2. Report session ID, creation timestamp, workflow mode, and overall status
3. Show phase breakdown: completed phases with timestamps, current active phase, pending phases, and failed phases with error summaries
4. Report file manifest (files created, modified, deleted), token usage by agent, and unresolved errors

