Release management
Skill planifest/planifest-framework/planifest-framework/external-skills/release-management
A specification framework for agentic development. Agents build from complete specs - not guesses.
npx -y skills add planifest/planifest-framework --skill release-managementAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Release management workflow for go/no-go governance, readiness evidence, and rollback preparedness. Use when release decisions require explicit criteria and cross-team sign-off; do not use for application-domain algorithm or schema decisions.
SKILL.md
1.8 KB, as published. Nobody here has run it
Release Management
Overview
Use this skill to run release decisions with auditable evidence and explicit risk ownership.
Scope Boundaries
- Use this skill when the task matches the trigger condition described in
description. - Do not use this skill when the primary task falls outside this skill's domain.
Shared References
- Release signoff rules:
references/release-signoff-rules.md
Templates And Assets
- Release readiness checklist:
assets/release-readiness-checklist-template.md
- Go/no-go decision log:
assets/go-no-go-decision-log-template.md
Inputs To Gather
- Release scope and risk profile.
- Quality, security, and operational readiness evidence.
- Rollout and rollback execution readiness.
- Required approvers and escalation policy.
Deliverables
- Readiness checklist with evidence status.
- Go/no-go decision record with conditions.
- Residual-risk log and follow-up owners.
Workflow
- Assemble readiness evidence with
assets/release-readiness-checklist-template.md. - Evaluate go/no-go under
references/release-signoff-rules.md. - Record decision in
assets/go-no-go-decision-log-template.md. - Confirm rollout/rollback owner readiness.
- Publish decision and unresolved risk actions.
Quality Standard
- Go/no-go criteria are explicit and met.
- Decision authority and ownership are auditable.
- Rollback readiness is verified before release.
Failure Conditions
- Stop when blocker evidence is missing.
- Stop when rollback readiness is unverified.
- Escalate when residual risk exceeds release policy.