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.