What problem does it solve?
Managing the lifecycle of a Maestro v3 Session manually is error-prone: you must check readiness gates, reconcile knowledge candidates, and issue fenced lifecycle transitions with correct revisions. This Skill provides a single management surface for inspecting session state, promoting knowledge, and performing explicit complete/archive/unarchive transitions that the default Run loop does not handle.
Core Features & Use Cases
- Session Inspection: Read
session status and session resume-view projections to report status, revisions, active runs, open decision gates, and next actions.
- Lifecycle Transitions: Execute fenced
maestro session complete, archive, and unarchive commands with readiness checks, revision verification, and transition receipts.
- Knowledge Governance: Review, resolve, and promote knowledge candidates through the receipt-aware
maestro knowledge review/promote CLI without re-extracting artifacts.
- Use Case: After a manually driven pipeline finishes with green tests, run the Skill with
--complete to verify gates, promote eligible knowledge candidates, complete the session, and activate the next dep-ready session in the DAG.
Quick Start
Ask the assistant to inspect the current Maestro session status and complete it with knowledge promotion once all runs are sealed.