doc

Manage document lifecycles with YAML frontmatter and deterministic scripts.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/Digication/claude-blueprint --skill doc-digication
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc
Source: https://github.com/Digication/claude-blueprint/tree/main/.claude/skills/doc
Command: npx skills add https://github.com/Digication/claude-blueprint --skill doc-digication

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Manage documents across their full lifecycle through a conversational interface.

Core Features & Use Cases

  • Create, revise, review, approve, and archive specs, RFCs, ADRs, guides, and proposals
  • Track versions and feedback with automated templates and metadata
  • Coordinate deterministic script workflows (scaffold, validate, index, status) to enforce consistency

Quick Start

Tell Claude to start a new document workflow by providing a slug and type, then follow the guided prompts.

Frequently Asked Questions about doc

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

FAQPage Schema
How do I manage the document lifecycle for RFCs and ADRs through a conversational interface?

You can manage the full document lifecycle by conversing with Claude to create, review, approve, version, and archive RFCs or ADRs. The workflow uses YAML frontmatter in meta.yaml to track status and ownership while deterministic scripts enforce consistency.

What's the best way to automate versioning and reviews for technical specs and proposals?

Automating versioning and reviews for specs involves using document templates and YAML metadata to track changes. Guided prompts coordinate deterministic scripts to validate, index, and scaffold documents, ensuring consistent lifecycle management without manual overhead.

How do I scaffold a new document workflow with the correct templates and metadata?

To scaffold a new document workflow, provide a slug and document type, then follow the guided prompts. The system uses deterministic scripts to generate the correct document templates and populate the YAML frontmatter in meta.yaml for tracking status.

Can I use YAML frontmatter to track document ownership and approval status for my guides?

Yes, YAML frontmatter in meta.yaml is used to track document ownership and approval status. This metadata structure ensures that guides and other proposals remain organized and queryable throughout their lifecycle.

Does this document lifecycle workflow rely on any external dependencies to function?

The workflow relies on the YAML dependency to parse and manage frontmatter in meta.yaml files. This structure is essential for tracking document status, ownership, and versioning during the review and approval process.

What are the limitations of using deterministic scripts for document validation and indexing?

Deterministic scripts enforce strict correctness for document validation and indexing, meaning they require specific templates and YAML metadata structures. Deviating from the expected meta.yaml format or document types will cause the workflow scripts to fail.