manifest-generator

Generate SYSTEM_MANIFEST.md from plan analysis JSON data.

Updated May 18, 2026
One-click install
npx skills add https://github.com/fzturk/clearlegaltips-workspace --skill manifest-generator-fzturk
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: manifest-generator
Source: https://github.com/fzturk/clearlegaltips-workspace/tree/main/.claude/skills/manifest-generator
Command: npx skills add https://github.com/fzturk/clearlegaltips-workspace --skill manifest-generator-fzturk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of the SYSTEM_MANIFEST.md, a foundational system document, from plan analysis reports, saving time and ensuring consistency.

Core Features & Use Cases

  • Automated Document Generation: Converts plan analysis data into a complete SYSTEM_MANIFEST.md.
  • Consistency Across Documents: Ensures all system documents reference a single, authoritative source.
  • Use Case: Before starting development, use this skill to generate the SYSTEM_MANIFEST.md to define the system's parameters and constraints.

Quick Start

Run the manifest-generator skill to generate the SYSTEM_MANIFEST.md from the analysis report located at 'analysis/plan_analysis.json'.

Frequently Asked Questions about manifest-generator

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

FAQPage Schema
How do I generate a system manifest from plan analysis JSON data?▼

To generate a system manifest from plan analysis JSON data, use this Skill to parse the JSON configuration and automatically produce a structured SYSTEM_MANIFEST.md document covering system identity, architecture, and constraints.

What is a SYSTEM_MANIFEST.md and when do I need it for system documentation?▼

A SYSTEM_MANIFEST.md is a foundational system document defining parameters and constraints from plan analysis reports. You need it before starting development to ensure all system documents reference a single, authoritative source.

How to automate system documentation generation from a plan analysis report?▼

Automate system documentation generation by running this Skill against your 'analysis/plan_analysis.json' file to parse the JSON data and output a complete, structured SYSTEM_MANIFEST.md without manual formatting.

Can I use this manifest generation tool with my existing system architecture JSON configuration?▼

Yes, you can use this tool with your existing system architecture JSON configuration by placing it at 'analysis/plan_analysis.json'. The Skill parses the JSON data to generate the manifest document.

Does the manifest generator support multiple document generation steps for system constraints?▼

Yes, the manifest generator handles multiple document generation steps including system identity, architecture, and constraints, parsing JSON data to produce a comprehensive structured document output.

What are the limitations of automated system manifest generation from plan analysis?▼

Automated system manifest generation requires a pre-existing plan analysis JSON file at 'analysis/plan_analysis.json' as input, and is limited to structuring system identity, architecture, and constraints rather than creating new architectural designs.