pipeline-master

Coordinate knowledge pipeline phases from sources to vector base with QA gates.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/fabioabr/rag-blueprint --skill pipeline-master
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pipeline-master
Source: https://github.com/fabioabr/rag-blueprint/tree/main/src/.claude/skills/pipeline-master
Command: npx skills add https://github.com/fabioabr/rag-blueprint --skill pipeline-master

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pipeline Master is a coordinator that orchestrates the entire knowledge maturation workflow, from source capture to HTML presentation, by delegating tasks to specialized skills and ensuring quality checks and traceability.

Core Features & Use Cases

  • Orquestração de várias skills em sequência (drf-writer, drf-reviewer, doc-writer, adr-writer, adr-reviewer, gls-writer, rnb-writer, link-validator, compliance-auditor, prs-writer) para transformar inputs em outputs em cada estágio.
  • Validação de qualidade, logs detalhados e rastreabilidade do pipeline para conformidade com ADR-001.
  • Geração de HTML final através do /prs-writer, com controles de qualidade, conformidade e documentação de QA.

Quick Start

Execute o diagnóstico inicial do pipeline para um arquivo alvo e siga as etapas recomendadas na ordem correta.

Frequently Asked Questions about pipeline-master

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

FAQPage Schema
How do I orchestrate a documentation pipeline from markdown drafting to HTML presentation?

To orchestrate a documentation pipeline, you coordinate across four phases (Sources, beta markdown, finalized markdown, and vector base) to manage drafting, review, and HTML presentation. This orchestrator delegates tasks to specialized skills and enforces QA gates for traceability.

What is the best way to automate knowledge management workflows with quality assurance gates?

Automating knowledge management workflows requires a coordinator that delegates tasks to specialized skills across sequential phases. It enforces QA gates, logs every step for traceability, and ensures compliance before generating final HTML outputs.

How do I manage document maturation from source capture to a vector base?

Managing document maturation involves moving content through a four-phase pipeline: capturing sources, drafting beta markdown, finalizing markdown, and storing in a vector base. The orchestrator delegates drafting and review tasks to dedicated skills at each stage.

Do I need specialized skills to run the end-to-end documentation pipeline?

Yes, the pipeline orchestrator depends on delegating tasks to specialized skills like draft writers, reviewers, compliance auditors, and link validators. It coordinates these skills sequentially to transform inputs into reviewed markdown and final HTML outputs.

Can I enforce compliance and traceability logs across an HTML documentation generation pipeline?

You can enforce compliance and traceability by running an orchestration pipeline that logs every step and applies quality assurance gates. It coordinates dedicated skills to validate links, audit compliance, and generate HTML with full documentation of QA checks.

What are the limitations of using a single orchestrator for markdown and HTML knowledge pipelines?

The limitation of this orchestration approach is that it cannot draft or review documents independently; it relies entirely on delegating tasks to specialized skills. It functions strictly as a coordinator for the pipeline phases, QA gates, and logging rather than executing content generation.