planning-doc-generator

Generate project assessment Markdown reports from structured JSON data.

25|2|Updated Oct 26, 2025
One-click install
npx skills add https://github.com/matteocervelli/llms --skill planning-doc-generator
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: planning-doc-generator
Source: https://github.com/matteocervelli/llms/tree/main/.claude/skills/planning-doc-generator
Command: npx skills add https://github.com/matteocervelli/llms --skill planning-doc-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate project assessment markdown documents from structured JSON data, including WHY/WHO/WHAT and a GO/NO-GO matrix.

Core Features & Use Cases

  • Load JSON and map to assessment template
  • Calculate coverage and status indicators
  • Produce Markdown docs with a GO/NO-GO decision matrix
  • Output to a planning folder for archiving

Quick Start

Provide a JSON configuration and specify an output directory; the tool writes assessment-{date}.md.

Frequently Asked Questions about planning-doc-generator

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

FAQPage Schema
How do I generate project assessment documents from JSON data?▼

Load your JSON configuration into the planning-doc-generator, which maps the data to an assessment template, calculates coverage metrics, and outputs a structured Markdown report with GO/NO-GO decision indicators to your designated folder.

What information should my JSON include for a project assessment?▼

Your JSON should contain project details aligned with WHY/WHO/WHAT assessment criteria. The tool maps these fields to the assessment template, calculates coverage, and generates status indicators for completeness validation in the output document.

Can I use this for GO/NO-GO decision workflows?▼

Yes. The tool produces a GO/NO-GO decision matrix within the Markdown report, converting your JSON assessment data into a comprehensive document that supports project go-forward decisions and planning documentation.

What format does the tool output and where does it save?▼

The tool generates Markdown files named assessment-{date}.md and writes them to your specified planning folder, enabling easy archiving and version control of project assessment documentation.

How does coverage calculation work in the assessment document?▼

The tool evaluates completeness of your JSON input against the assessment template requirements, calculates coverage metrics, and inserts status indicators into the Markdown output to highlight gaps or validated sections.