# Manage Lifecycle

> Plan lifecycle operations - discovery, phase transitions, archiving, and routing

- Skill: `majiayu000/manage-lifecycle-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/manage-lifecycle-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/manage-lifecycle-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/manage-lifecycle-2

---


# Manage Lifecycle Skill

Plan lifecycle operations including discovery, phase transitions, archiving, and routing context.

## Script API

Script: `pm-workflow: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 |

