plan-document

Generate chapter-level document writing plans from studio planning artifacts and blueprints.

1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/Ameng2001/astra-studio-plugins --skill plan-document-ameng2001
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-document
Source: https://github.com/Ameng2001/astra-studio-plugins/tree/main/studio-docs/skills/plan-document
Command: npx skills add https://github.com/Ameng2001/astra-studio-plugins --skill plan-document-ameng2001

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It turns scattered studio planning artifacts into a structured, chapter-by-chapter document plan that is ready for reliable parallel writing and safe checkpoint recovery.

Core Features & Use Cases

  • Artifact-to-blueprint mapping: Analyzes studio planning workspace outputs and maps them to the exact blueprint chapters and required artifact sources.
  • Parallel writing strategy: Designs concurrency groups and determines when chapters should be written sequentially versus in parallel.
  • Resumable plan with checkpoint recovery: Produces a doc plan YAML that supports retry, intermediate checkpoints, and fallbacks to prevent losing progress.

Quick Start

Use plan-document to generate a doc plan YAML from your existing studio planning workspace artifacts and selected blueprint by running: /studio-docs:plan-document "your document type" "your domain".

Frequently Asked Questions about plan-document

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

FAQPage Schema
How do I generate a document writing plan from existing studio planning artifacts?

To generate a document writing plan, analyze studio workspace artifacts and blueprint structures to map exact artifact sources to chapters, producing a doc-plan YAML with dependency-aware parallel groups and checkpoint recovery metadata for resumable execution.

What is dependency-aware parallel task scheduling for document planning?

Dependency-aware parallel task scheduling designs concurrency groups within a document plan to determine when chapters should be written sequentially versus in parallel, ensuring reliable parallel writing and safe checkpoint recovery.

How do I map planning artifacts to a blueprint for formal document deliverables?

Map planning artifacts to a blueprint by analyzing studio planning workspace outputs and matching them to exact blueprint chapters, determining required artifact sources, and selecting writers for the selected domain and blueprint.

Can I resume a parallel writing task if it stops midway through a chapter?

Yes, you can resume a parallel writing task because the generated doc-plan YAML includes checkpoint recovery metadata, supporting retry, intermediate checkpoints, and fallbacks to prevent losing progress during execution.

Does document planning support checkpoint recovery for parallel writing tasks?

Yes, document planning supports checkpoint recovery by producing a doc-plan YAML with resumable execution metadata, enabling retry and fallbacks to prevent losing progress during parallel writing tasks.

What format does the generated document plan output use for parallel writing?

The generated document plan output uses a doc-plan YAML format, which contains dependency-aware parallel groups, writer selection, artifact mapping, and checkpoint recovery metadata for resumable execution.