plan-stage2-core

Generate Stage 2 planning artifacts as Markdown and JSON from Stage 1 context.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Draft Stage 2 planning using frozen Stage 1 context to generate only Stage 2 contract artifacts in paired markdown/json outputs, then updates manifest/state without freezing the Stage 1 stage.

Core Features & Use Cases

  • Generate Stage 2 artifacts (Markdown and corresponding JSON) for the defined outputs: Data-Schema-And-Domain-Model-Plan.md, Canonical-State-And-Math-Plan.md, API-And-Job-Contract-Plan.md, Runtime-Contract-Plan.md.
  • Apply conditional planning documents when present in the manifest: User-Personas-And-Jobs-To-Be-Done-Plan.md, Integration-And-External-Dependency-Plan.md, Security-And-Compliance-Plan.md.
  • Update manifest/state to stage_2_drafting.

Quick Start

Activate Stage 2 planning using the frozen Stage 1 context and the planning templates to produce Stage 2 artifacts and update state.

Frequently Asked Questions about plan-stage2-core

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

FAQPage Schema
How do I generate planning artifacts for Stage 2 from Stage 1 context?

To generate Stage 2 planning artifacts from Stage 1 context, draft the required Markdown and JSON contract outputs, then update the manifest state to stage_2_drafting.

What planning documents are required for a Stage 2 contract plan?

Required Stage 2 contract plan documents include Data-Schema-And-Domain-Model-Plan, Canonical-State-And-Math-Plan, API-And-Job-Contract-Plan, and Runtime-Contract-Plan, each outputted as paired Markdown and JSON files.

When do I need conditional planning documents like Security-And-Compliance-Plan in Stage 2?

You apply conditional planning documents like Security-And-Compliance-Plan during Stage 2 drafting when they are explicitly present and specified in the manifest.

Does drafting Stage 2 planning artifacts freeze the Stage 1 manifest state?

No, drafting Stage 2 planning artifacts updates the manifest state to stage_2_drafting without freezing the Stage 1 stage context.

How to update manifest state after drafting Stage 2 outputs?

To update the manifest state after drafting, finalize the paired Markdown and JSON Stage 2 artifacts and transition the manifest state to stage_2_drafting.

Can I draft API-And-Job-Contract-Plan outputs without frozen Stage 1 context?

No, generating API-And-Job-Contract-Plan and other Stage 2 artifacts requires using the frozen Stage 1 context to ensure accurate downstream planning.