pipeline-md-writer

Convert approved discovery pipeline drafts into polished Markdown documents with frontmatter and formatting rules.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/fabioabr/ia-ws --skill pipeline-md-writer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pipeline-md-writer
Source: https://github.com/fabioabr/ia-ws/tree/main/projects/discovery-to-go/base/behavior/skills/pipeline-md-writer
Command: npx skills add https://github.com/fabioabr/ia-ws --skill pipeline-md-writer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts approved discovery drafts into polished, workspace-compliant Markdown documents for the delivery phase, reducing manual formatting effort and ensuring consistency across outputs.

Core Features & Use Cases

  • Standardizes frontmatter and headings across all outputs
  • Expands acronyms, formats tables, and fixes wikilinks
  • Produces delivery/intermediate Markdown files for the consolidator

Quick Start

Transform the approved drafts (1.1–1.8) into delivery/intermediate Markdown documents.

Frequently Asked Questions about pipeline-md-writer

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

FAQPage Schema
How do I convert approved drafts into delivery-ready Markdown documents?

To convert approved drafts into delivery Markdown documents, the pipeline processes discovery drafts (versions 1.1–1.8) and outputs intermediate Markdown files under the project structure, ensuring workspace conventions are consistently applied.

What is the best way to standardize Markdown frontmatter fields across project documentation?

Standardizing Markdown frontmatter fields across project documentation is achieved by automatically validating and inserting required metadata attributes like title, project-name, version, status, author, category, area, and tags into the output files.

How does formatting automation handle Markdown tables, headings, and wikilinks?

Formatting automation handles Markdown tables, headings, and wikilinks by parsing the draft content and consistently applying predefined workspace formatting rules to ensure structural alignment and proper wiki link resolution.

Can I use pipeline draft processing for intermediate files before final delivery?

Yes, you can use pipeline draft processing for intermediate files before final delivery. The workflow transforms approved discovery drafts into intermediate Markdown files specifically designed for a consolidator to process.

Do I need approved discovery drafts to generate formatted Markdown documentation?

Yes, you need approved discovery drafts to generate formatted Markdown documentation. The pipeline requires approved versions 1.1 through 1.8 as input to produce polished, workspace-compliant Markdown outputs.

Why does my Markdown documentation pipeline fail to expand acronyms consistently?

Markdown documentation pipelines fail to expand acronyms consistently when formatting rules are not uniformly enforced. The pipeline resolves this by automatically expanding acronyms and applying predefined formatting rules during document generation.