P3 DO Pipeline Flow

Generates and audits design option outlines through a multi-agent pipeline with a human approval gate.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/gozonerd/shadow-ai-assessment --skill p3-do-pipeline-flow-gozonerd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: P3 DO Pipeline Flow
Source: https://github.com/gozonerd/shadow-ai-assessment/tree/main/.claude/skills/dmis/pipeline/P3_DO_Pipeline_Flow
Command: npx skills add https://github.com/gozonerd/shadow-ai-assessment --skill p3-do-pipeline-flow-gozonerd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Coordinating the generation, auditing, and approval of design options in a multi-agent documentation pipeline is error-prone without a defined sequence, convergence criteria, and human oversight checkpoints. ## Core Features & Use Cases - Parallel Thread Generation: Spawns 5 parallel design option threads via agent TT-03, then audits them across 7 convergence layers with a Krippendorff alpha threshold of 0.70. - Synchronous Human Gate: Pauses the pipeline for human review with Telegram notifications, supporting approve, hybrid, or reject decisions with a 24-hour timeout fallback. - Post-Synthesis Quality Gates: Runs 7 post-synthesis checks and a final quality gate enforcing a 5 KB minimum output size and zero unresolved verification flags. - Use Case: When producing the design options section of a governed document, run this pipeline to generate candidate options, audit them for structural integrity and actionability, obtain human approval, and synthesize the approved option into a final section. ## Quick Start Run the P3 DO pipeline flow to generate five design option threads, audit them through all convergence layers, and notify me on Telegram when the human gate is ready for my decision.

Frequently Asked Questions about P3 DO Pipeline Flow

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

FAQPage Schema
How does the P3 design options pipeline generate candidate options?

The pipeline invokes agent TT-03 in 5 parallel threads, each receiving a section-specific prompt with evidence context and constraints. This produces 5 candidate design option outlines that are ranked by quality score before human review.

What convergence threshold does the pipeline audit use?

The convergence audit requires a Krippendorff alpha of at least 0.70 across 7 sequential layers, covering brief compliance, upstream consistency, reference integrity, and actionability. Each layer allows one critique-rewrite retry cycle before escalation.

What happens if no human responds at the approval gate?

If no human decision arrives within 24 hours, the pipeline automatically proceeds with the top-ranked thread into synthesis. A Telegram timeout notification is sent when this fallback triggers.

Why does the quality gate fail on small outputs?

The quality gate enforces a minimum file size of 5120 bytes (5 KB) for the final design options output. Outputs below this threshold fail automatically because even a single design option is expected to contain sufficient detail.

How many retries are allowed during synthesis?

Synthesis via agent TT-24 allows a maximum of 2 retry cycles. If any of the 7 post-synthesis checks fail, the pipeline returns to synthesis with a refined prompt; persistent failure escalates to human review.