marketplace/bundles/plan-marshall/skills/manage-lifecycle/SKILL.md
Plan lifecycle operations - discovery, phase transitions, archiving, and routing
npx skillsauth add cuioss/plan-marshall manage-lifecycleInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Plan lifecycle operations including discovery, phase transitions, archiving, and routing context.
Execution mode: Run scripts exactly as documented; parse TOON output for status and route accordingly.
Prohibited actions:
Constraints:
python3 .plan/execute-script.py plan-marshall:manage-lifecycle:manage-lifecycle {command} {args}transition command (never manual file edits)get-routing-context for combined stateScript: plan-marshall:manage-lifecycle:manage-lifecycle
| Command | Parameters | Description |
|---------|------------|-------------|
| list | [--filter] | Discover all plans |
| transition | --plan-id --completed | Transition to next phase |
| archive | --plan-id [--dry-run] | Archive completed plan |
| route | --phase | Get skill for phase |
| get-routing-context | --plan-id | Get combined routing context |
development
Domain-owned OpenRewrite log-line finding parser for the java-cui domain — parses the
development
Domain-owned OpenRewrite marker detection for the java-cui domain — scans Java/Kotlin sources for cui-rewrite TODO markers, categorizes them by recipe, and fails the gate on any detected marker
development
Operator control surface for the marshalld build server — enrol/drop a project in the machine-global registry (the opt-in enable signal and anti-laundering wall), manage the daemon lifecycle (start, stop, drain, status, install, upgrade) version-pinned to the verified bundle copy, and inspect the daemon's per-project interaction-audit log (read-only)
tools
The tiny build-consumption client for the marshalld build server — submit a build job, bounded long-poll for its result, ping the daemon identity, and preflight registry-plus-liveness in one call; consumption only, never provisioning or enrolment