plan-reopen-stage-core

Reopen a frozen plan stage and update manifest and state files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reopens a previously frozen stage in a plan, updates the manifest and state, and outputs a paired markdown and json reopen report to keep stakeholders aligned.

Core Features & Use Cases

  • Reopens a single stage and propagates changes to state and ownership as defined in planning templates.
  • Generates reports: reopen-stage-<n>-report.md and reopen-stage-<n>-report.json, plus updated manifest and state files.
  • Abides by planning template ownership and safeguards downstream stages when necessary.

Quick Start

Provide the target stage number and related plan context to reopen the stage and produce the reopen reports.

Frequently Asked Questions about plan-reopen-stage-core

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

FAQPage Schema
How do I reopen a frozen stage in a multi-stage plan workflow?

To reopen a frozen stage in a multi-stage plan workflow, provide the target stage number and plan context. The system reinstates the stage, updates the manifest and state files, invalidates affected downstream stages, and generates paired markdown and json reports.

What happens to downstream stages when I reopen a frozen plan stage?

When you reopen a frozen plan stage, affected downstream stages are invalidated to maintain plan integrity. The system automatically updates the state machine, marks the target stage as reopened, records the rationale, and preserves ownership as defined in planning templates.

How does a state machine handle updating manifests for reopened stages?

A state machine handles manifest updates for reopened stages by transitioning the target stage from frozen to reopened, writing the change to the manifest file, and documenting the rationale alongside next valid commands to ensure stakeholders remain aligned.

Can I generate reports after reinstating a frozen stage in a planning workflow?

Yes, you can generate reports after reinstating a frozen stage in a planning workflow. The process outputs paired reopen-stage-<n>-report.md and reopen-stage-<n>-report.json files, alongside updated manifest and state files, to keep stakeholders aligned.

Why does reopening a plan stage require invalidating downstream stages?

Reopening a plan stage requires invalidating downstream stages because changing a previously frozen stage alters the plan baseline. Invalidating downstream stages enforces state machine safeguards, ensuring dependent stages are reviewed and updated against the new plan context.

Do I need planning templates to manage stage ownership when reopening stages?

Yes, planning templates are required to manage stage ownership when reopening stages. The reopening process abides by template-defined ownership rules to preserve permissions and applies safeguards to downstream stages during the state and manifest update.