plan-creation-pipeline

Route plan creation through a six-step pipeline with Z3-verified state transitions.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/michael-conrad/.opencode --skill plan-creation-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-creation-pipeline
Source: https://github.com/michael-conrad/.opencode/tree/main/skills/plan-creation-pipeline
Command: npx skills add https://github.com/michael-conrad/.opencode --skill plan-creation-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill serves as a pure orchestrator router that routes plan-creation steps through a formal six-step pipeline, ensuring state transitions are verified by a Z3 model and that artifacts are produced for audit and governance.

Core Features & Use Cases

  • Finite six-step dispatch routing: spec-to-plan-handoff, plan-create, solve-model, solve-check, plan-plan, plan-completion.
  • Strict separation of routing and execution: sub-agents perform actual work while the orchestrator only routes.
  • Z3-backed validation: pipeline-state-machine enforces correct step order and guards against invalid transitions.
  • Artifact governance: generates and stores artifacts at designated temporary paths for traceability.
  • Authorization-driven workflow: requires approved specs and explicit task authorization before progression.
  • Use Case: coordinate the creation of a plan from an approved spec across multiple specialized sub-agents.

Quick Start

Provide an approved spec and trigger the six-step plan creation pipeline to generate and validate a plan.

Frequently Asked Questions about plan-creation-pipeline

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

FAQPage Schema
How do I orchestrate plan creation from an approved spec through a formal pipeline?

You can orchestrate plan creation by routing an approved spec through a six-step pipeline that validates state transitions with Z3 and dispatches tasks to sub-agents. The orchestrator routes work while sub-agents execute it.

What is Z3-verified state transition validation in a workflow pipeline?

Z3-verified state transition validation uses a formal pipeline-state-machine to enforce correct step order and guard against invalid transitions during plan creation. This ensures strict authorization compliance and workflow integrity.

How do I ensure traceability and artifact governance during plan creation?

To ensure traceability during plan creation, the pipeline generates and stores artifacts at designated temporary paths throughout the workflow. This artifact governance provides auditability for every dispatched task and state transition.

Does the plan creation pipeline require explicit authorization before progressing steps?

Yes, the plan creation pipeline requires explicit authorization and approved specs before progressing through any step. This authorization-driven workflow ensures strict task-dispatch discipline and validated state transitions.

Can I use this pipeline orchestrator without specialized sub-agents for task execution?

No, the pipeline orchestrator strictly separates routing from execution, meaning sub-agents must perform the actual work. The orchestrator only routes plan-creation steps through the six-step pipeline and manages state transitions.

What are the limitations of using a strict six-step dispatch routing pipeline for plan creation?

The limitation of this strict pipeline is that it requires a formal approved spec and explicit authorization to initiate, and confines plan creation to exactly six predefined routing steps enforced by Z3 validation, preventing ad-hoc workflow deviations.