Status

Summarize the active Maestro session without mutating state

thedixitjain 2828c65 823 B Updated 2 repo stars

File contents

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

Source: josstei/maestro-orchestrateplugins/maestro/skills/status/SKILL.md

thedixitjain/the-mega-skill-library/tree/main/library/writing-and-content/status--josstei commit 2828c655d1

Frequently asked questions

npx skillmds add thedixitjain/status-4