# Resource Lifecycle Planner

> resource-lifecycle-planner

- Skill: `45ck/resource-lifecycle-planner` (Agent Skill)
- Install (CLI): `npx skillmds@latest add 45ck/resource-lifecycle-planner`
- Raw SKILL.md: https://api.skillmd.com/api/skills/45ck/resource-lifecycle-planner/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: 45ck (https://skillmd.com/u/45ck)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/45ck/resource-lifecycle-planner

---

# resource-lifecycle-planner

## Purpose
Plan how cloud resources are provisioned, tagged, scaled, rotated, retired, and audited across their full lifecycle.

## Trigger this skill when
- A cloud or platform decision needs operationally realistic review rather than generic best-practice talk.
- You need outputs that can feed architecture, operations, release, migration, or governance work.
- The team risks hand-waving ownership, drift, rollback, timing, or lifecycle constraints.

## Expected inputs
- resource inventory
- environment model
- ownership details
- scaling expectations
- retention or shutdown rules

## Deliverables
- lifecycle policy
- ownership map
- tagging or naming rules
- retirement triggers
- automation opportunities

## Operating procedure
1. Clarify the actual workload, platform boundary, environment scope, and operational ownership.
2. Separate what is observed, measured, or approved from what is merely assumed.
3. Produce the skill-specific artifact or review output.
4. Surface lifecycle risks, drift, dependency timing, rollback gaps, and hidden ops burden explicitly.
5. Recommend the next best handoff instead of trying to solve the whole platform strategy at once.

## Quality gates
- The result is specific to the real workload and operating context.
- Ownership, timing, and rollback assumptions are visible.
- The output is usable by engineers, platform owners, ops staff, architects, or assessors.
- The recommendation reflects operational safety and maintainability, not only implementation speed.

## Handoff targets
- orphaned-resource-auditor
- patch-management-checker
- update-rollback-planner

## Output style
- Be explicit about control, ownership, reversibility, and operational cost.
- Prefer concrete decision artifacts over general cloud prose.
- Surface evidence gaps instead of inventing certainty.
- Keep outputs reusable inside runbooks, ADRs, tickets, migration plans, and platform docs.

## Failure modes to avoid
- Do not assume “cloud-native” means operationally simple.
- Do not ignore drift, tagging gaps, or unowned resources.
- Do not treat rollback as optional for risky updates or migrations.
- Do not bury customer impact or support timing behind architecture language.

## Minimum output skeleton
```md
## Summary
## Findings
## Structured outputs
## Risks / blockers
## Open questions
## Recommended next skill
```

