manage-plan-documents

Create and manage typed plan documents with schema validation and templates.

4|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/cuioss/plan-marshall --skill manage-plan-documents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-plan-documents
Source: https://github.com/cuioss/plan-marshall/tree/main/marketplace/bundles/plan-marshall/skills/manage-plan-documents
Command: npx skills add https://github.com/cuioss/plan-marshall --skill manage-plan-documents

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires _plan_parsing, file_ops, input_validation, toon_parser, and includes scripts (resource) components.

What problem does it solve?

Plan-driven teams often struggle to keep request documents consistent across plans. This skill provides declarative document types with schema validation and template-based creation to standardize how documents are authored and stored.

Core Features & Use Cases

  • Declarative document definitions (fields and sections) that drive creation, reading, and updates.
  • Template-based rendering with atomic file writes and plan-scoped storage.
  • Use Case: create a request document for a new feature, then read and update sections like context or body.

Quick Start

Create a new request document for a plan by providing the required fields.

Frequently Asked Questions about manage-plan-documents

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

FAQPage Schema
How do I create plan documents with schema validation?

Plan documents are created using declarative definitions that enforce field types and required constraints, rendering templates with atomic file writes into plan-scoped storage directories.

What are declarative document definitions for plan-based workflows?

Declarative document definitions specify fields and sections that drive creation, reading, and updates, standardizing how request documents are authored and stored across plans.

How do I update specific sections like context or body in a request document?

You update specific sections in a request document by reading the existing file and applying changes through the built-in file utilities, which enforce schema validation and atomic operations.

Does this document management approach support atomic file operations?

Yes, the workflow enforces atomic file operations via built-in file utilities, ensuring template-based rendering and document updates write safely without corruption.

Can I use custom templates for rendering plan documents?

Yes, the system uses template-based rendering to create documents, allowing you to standardize how request documents for new features are authored and stored.

What are the limitations of declarative document management for plans?

The system is limited to managing typed documents within plan directories, enforcing schema validation and required constraints rather than providing free-form document editing capabilities.