plan-freeze-stage4-core

Reconcile Stage 4 delivery artifacts and generate a freeze review artifact.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/KGmufassa/Escrolly --skill plan-freeze-stage4-core
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-freeze-stage4-core
Source: https://github.com/KGmufassa/Escrolly/tree/main/.opencode/skills/plan-freeze-stage4-core
Command: npx skills add https://github.com/KGmufassa/Escrolly --skill plan-freeze-stage4-core

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reconciles Stage 4 delivery artifacts to produce a frozen state, validates readiness, writes a freeze review artifact, and updates manifest/state to Stage 4 frozen.

Core Features & Use Cases

  • Reconciles Stage 4 delivery artifacts to confirm readiness and consistency.
  • Validates outputs against Planning Template dependencies and constraints.
  • Generates Stage-4-Freeze-Review.md and updates Build Plan/Active Plans state to Stage 4 frozen.
  • Updates manifest/state files to reflect Stage 4 frozen status, enabling downstream automation.

Quick Start

Run the Stage 4 freeze process to reconcile delivery artifacts, validate readiness, and update the manifest/state to Stage 4 frozen.

Frequently Asked Questions about plan-freeze-stage4-core

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

FAQPage Schema
How do I freeze release artifacts and validate readiness for Stage 4?

To freeze release artifacts for Stage 4, you reconcile delivery artifacts against planning templates and dependency constraints. This validates readiness, generates a Stage-4-Freeze-Review.json artifact, and updates the manifest state to Stage 4 frozen.

What is artifact freezing in end-to-end release pipelines?

Artifact freezing in release pipelines is the process of reconciling delivery outputs to lock in a stable state. It validates Stage 4 readiness against dependency constraints and updates the manifest to prevent unapproved changes downstream.

How do I validate delivery outputs against planning template dependencies?

You validate delivery outputs against planning template dependencies by running a freeze review process. This reconciles the artifacts with the defined constraints, producing a freeze review artifact and confirming Stage 4 frozen status in the manifest.

Can I update manifest state files to reflect Stage 4 frozen status automatically?

Yes, updating manifest state files to reflect Stage 4 frozen status happens automatically during the freeze process. Reconciling the delivery artifacts triggers the state update, writes the freeze review artifact, and enables downstream automation.

When do I need to generate a freeze review artifact for release management?

You need to generate a freeze review artifact for release management when confirming Stage 4 delivery readiness. It is required for end-to-end pipelines needing validation against planning templates and dependency constraints before locking the state.

What are the limitations of freezing Stage 4 delivery artifacts?

Freezing Stage 4 delivery artifacts is limited to end-to-end release pipelines requiring readiness validation. It specifically depends on reconciling against planning templates and dependency constraints, and does not bypass missing prerequisite delivery artifacts.