pipeline

Orchestrates an end-to-end Directum RX development workflow with staged resumable tasks and validation gates.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/dunaevdmitriys-dev/directum-mcp-server --skill pipeline-dunaevdmitriys-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pipeline
Source: https://github.com/dunaevdmitriys-dev/directum-mcp-server/tree/main/skills/pipeline
Command: npx skills add https://github.com/dunaevdmitriys-dev/directum-mcp-server --skill pipeline-dunaevdmitriys-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you run a complete, reproducible Directum RX development workflow that spans requirements, design, implementation, validation, packaging, and (optionally) E2E testing and documentation.

Core Features & Use Cases

  • Multi-phase development orchestration: PRD (optional) → Research → Architecture/Design → Planning → Implementation → Final Review → System Engineering → Documentation (optional).
  • Resume-safe execution: persists progress in {project_path}/.pipeline/status.md so you can continue after interruptions without losing work.
  • Automated validation and packaging: performs package checks, code consistency checks, GUID consistency, and builds {SolutionName}.dat plus {SolutionName}.xml, with optional Playwright E2E when available.
  • Fix-loop with quality gates: blocks progression on CRITICAL/HIGH issues and runs iterative repairs until validation passes or constraints are met.

Quick Start

Start a full end-to-end workflow for your Directum RX project by running the command: "/pipeline" and provide the feature description plus the workspace {ProjectName}/ root.

Frequently Asked Questions about pipeline

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

FAQPage Schema
How do I automate a full Directum RX development workflow from requirements to packaging?

You can automate a full Directum RX development workflow by orchestrating multi-phase execution from research to implementation, validation, and packaging, generating a deployable .dat file and manifest .xml.

What is a multi-agent pipeline for Directum RX builds?

A multi-agent pipeline for Directum RX builds is a deterministic orchestration process that executes staged development phases, persisting progress in a status.md file for resumable, end-to-end task automation.

How do I validate code consistency and GUIDs before packaging a Directum RX solution?

To validate code consistency and GUIDs before packaging a Directum RX solution, the pipeline performs automated MCP-based health, API, and package checks, blocking progression on CRITICAL or HIGH issues.

Can I resume an interrupted Directum RX build cycle without losing progress?

Yes, you can resume an interrupted Directum RX build cycle because the pipeline persists its state via a status.md file inside the project's .pipeline directory, allowing resume-safe execution.

Does the Directum RX pipeline support Playwright E2E testing?

Yes, the Directum RX pipeline supports optional Playwright E2E testing during the validation and system engineering phases to verify end-to-end functionality before final packaging.

What are the limitations of automated Directum RX packaging workflows?

Automated Directum RX packaging workflows require staged artifacts under a specific .pipeline directory and enforce Definition of Done gates, meaning progression is blocked if iterative repairs fail validation constraints.