plan-freeze-stage2-core

Reconcile contract artifacts and freeze Stage 2 in the planning workflow.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Stage 2 freeze requires precise reconciliation of contract artifacts, readiness checks, and state transitions to prevent regressions in the planning workflow.

Core Features & Use Cases

  • Reconciles contract artifacts and aligns data across planning, contracts, and dependencies.
  • Validates readiness for Stage 2 freeze and ensures consistency with planning templates and dependencies.
  • Writes a Stage-2 Freeze Review artifact and updates manifest/state to Stage 2 frozen.
  • Use Case: When Stage 2 is ready, trigger the freeze to lock planning state and record the review.

Quick Start

Trigger the plan-freeze-stage2-core skill on the current Stage 2 plan to generate the Stage-2-Freeze-Review artifacts and update the manifest/state to Stage 2 frozen.

Frequently Asked Questions about plan-freeze-stage2-core

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

FAQPage Schema
How do I freeze Stage 2 in a planning workflow with validated artifacts?

To freeze Stage 2, you reconcile contract artifacts and validate readiness against planning templates. This process generates a Stage-2-Freeze-Review.md/json file and updates the manifest state to stage_2_frozen.

What is Stage 2 freeze reconciliation for contract artifacts?

Stage 2 freeze reconciliation aligns data models across planning, contracts, and dependencies to prevent regressions. It validates consistency, handles template dependencies, and applies security and compliance checks before locking the planning state.

How do I update manifest and state files to lock a planning stage?

Updating manifest and state files requires generating a Stage-2-Freeze-Review artifact after validating readiness. The system then transitions the manifest state to stage_2_frozen, securely locking the active planning workflow.

Do I need security and compliance checks before freezing a plan state?

Security and compliance checks are required when active during the Stage 2 freeze. The process validates readiness, ensures consistency with planning templates, and handles template dependencies before transitioning the state to stage_2_frozen.

Why does Stage 2 readiness validation fail during the planning workflow?

Stage 2 readiness validation fails when contract artifacts are not properly reconciled across data models, planning templates, and dependencies. Resolving these inconsistencies and passing compliance checks allows the freeze to proceed.