ce-release-planner

Generate structured vX.Y.Z implementation plans from RELEASE_PLAN_v1.md with ADR and STD references.

78|15|Updated May 1, 2023
One-click install
npx skills add https://github.com/Moffran/calibrated_explanations --skill ce-release-planner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-release-planner
Source: https://github.com/Moffran/calibrated_explanations/tree/main/.claude/skills/ce-release-planner
Command: npx skills add https://github.com/Moffran/calibrated_explanations --skill ce-release-planner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Release planning for CE involves coordinating master plans, ADRs, standards, and release gates. This skill provides a repeatable workflow to derive a vX.Y.Z implementation plan from RELEASE_PLAN_v1.md, aligning tasks, references, and validation gates.

Core Features & Use Cases

  • Extract the target milestone from the master release plan and assemble a concrete vX.Y.Z_plan.md.
  • Cross-reference governing ADRs, STD files, and existing version plans to ensure consistency.
  • Produce a structured plan with goals, status, references, steps, and verification criteria to align stakeholders.

Quick Start

Run the CE release planner to generate a vX.Y.Z_plan.md from RELEASE_PLAN_v1.md and capture ADRs, standards, and gates.

Frequently Asked Questions about ce-release-planner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a structured vX.Y.Z implementation plan from a master release plan?

To create a vX.Y.Z implementation plan, extract the target milestone from your master RELEASE_PLAN_v1.md and assemble a canonical vX.Y.Z_plan.md document. This structured plan captures goals, status, references, steps, and verification criteria to align stakeholders.

How do I align release tasks with governing ADRs and STD files?

Align release tasks by cross-referencing governing ADRs, STD files, and existing version plans during the planning workflow. This ensures consistency across milestones and satisfies requirements to reference architectural decisions and standards within the generated plan.

What is the best way to coordinate release gates and milestones for CE versioning?

Coordinate CE versioning by applying a repeatable workflow that derives implementation plans from the master release plan. This process maps release gates and milestones into a structured document with verification criteria, ensuring all governance requirements are met.

Can I use this release planning workflow for ADR-gap closure?

Yes, you can apply this workflow to ADR-gap closure alongside planning for upcoming versions and release gates. The process extracts milestones and cross-references existing ADRs to identify and document gaps within the canonical vX.Y.Z_plan.md output.

What do I need to generate a vX.Y.Z_plan.md document?

You need a master RELEASE_PLAN_v1.md file, governing ADRs, and STD files as inputs. The release planner extracts the target milestone from the master plan and cross-references these dependencies to render the canonical vX.Y.Z_plan.md document.

Does this release planning approach work without external dependencies?

Yes, the release planning workflow operates without external dependencies, relying solely on your existing master release plan, ADRs, and standards files. It assembles the structured vX.Y.Z implementation plan directly from these local governance documents.