create-output-format

Generate a 5-file skeleton and scaffolding templates for planning output format adapters.

27|1|Updated Nov 23, 2025
One-click install
npx skills add https://github.com/leeovery/claude-technical-workflows --skill create-output-format
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-output-format
Source: https://github.com/leeovery/claude-technical-workflows/tree/main/.claude/skills/create-output-format
Command: npx skills add https://github.com/leeovery/claude-technical-workflows --skill create-output-format

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates scaffolding a new planning output format adapter, creating a consistent 5-file skeleton and scaffolding templates aligned to the output format contract.

Core Features & Use Cases

  • 5-file scaffold: Generates the required files (about.md, authoring.md, reading.md, updating.md, graph.md) for a new adapter.
  • Contract alignment: Ensures the created files follow the contract defined in references/contract.md.
  • Guided setup: Provides references and scaffolding templates to accelerate integration into the workflow.

Quick Start

Use the create-output-format skill to generate a new format directory under skills/technical-planning/references/output-formats/{format-key}/ and fill in five files using the scaffolding templates.

Frequently Asked Questions about create-output-format

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

FAQPage Schema
How do I scaffold a new output format adapter for technical planning?

To scaffold a new output format adapter, use this Skill to automatically generate a consistent 5-file skeleton and scaffolding templates aligned to the output format contract. It creates the required about.md, authoring.md, reading.md, updating.md, and graph.md files in a new directory.

What files are required when creating a planning output format adapter?

Creating a planning output format adapter requires five specific files: about.md, authoring.md, reading.md, updating.md, and graph.md. The Skill generates this 5-file skeleton along with a references directory containing the contract and scaffolding templates to guide implementation.

How do I ensure my custom output format conforms to the planning contract?

To ensure contract conformance for a custom output format, the Skill generates a references directory containing the contract definition and scaffolding templates. These references guide implementation and ensure the generated files follow the rules defined in references/contract.md.

Can I customize the generated output format adapter files after scaffolding?

Yes, you can customize the generated output format adapter files after scaffolding. The Skill creates a consistent 5-file skeleton using scaffolding templates designed for easy customization, allowing you to fill in the specific content for your tool within the generated directory.

Does creating an output format adapter require any external dependencies?

No, creating an output format adapter with this Skill requires no external dependencies. It operates independently to generate the 5-file skeleton and references directory containing the contract and scaffolding templates needed for implementation.

Why use an automated scaffold for planning output formats instead of manual setup?

Using an automated scaffold for planning output formats ensures contract conformance and creates a consistent 5-file structure instantly. This avoids manual setup errors and accelerates integration into the workflow by providing guided templates for multiple tools.