plan-status-core

Generate paired markdown and JSON status reports from manifest.json and state.json.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Planning teams need a concise view of the current progress by reading manifest/state and generating a paired markdown/json status report for the planning workspace.

Core Features & Use Cases

  • Reads manifest and state data to surface the current planning stage, frozen stages, blockers, and active templates.
  • Generates a synchronized status report in both Markdown and JSON formats for easy sharing and automation.
  • Use Case: Run this to produce up-to-date planning status reports for team standups and executive updates.

Quick Start

Generate a current planning status report from manifest.json and state.json.

Frequently Asked Questions about plan-status-core

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

FAQPage Schema
How do I generate a planning status report from manifest and state files?

You can generate a planning status report by reading manifest.json and state.json to extract current stage, frozen stages, and blockers, then outputting paired status-report.md and status-report.json files for sharing.

What planning details can I surface from a workflow state file?

From a workflow state file, you can surface the current planning stage, frozen stages, active blockers, active templates, and next valid commands, providing comprehensive visibility into planning workspace progress.

Can I get both markdown and json status reports for planning workspaces?

Yes, you can generate synchronized markdown and json status reports simultaneously. The markdown format supports human-readable sharing for standups, while the json format enables automation integration and executive dashboard updates.

Does this planning status tool require any external dependencies?

No, this planning status tool requires zero external dependencies or components. It directly consumes existing manifest.json and state.json files from your planning workspace and outputs the paired report files without additional setup.

When do I need to regenerate a planning status report?

You should regenerate a planning status report whenever the planning workspace state changes, such as when stages freeze, blockers emerge or resolve, or active templates shift, ensuring standup and executive updates reflect current progress.