smedjen-orchestrator

Orchestrate multi-stage development pipelines with YAML configuration and state tracking.

1|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/hjemmesidekongen/ai --skill smedjen-orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: smedjen-orchestrator
Source: https://github.com/hjemmesidekongen/ai/tree/main/plugins/smedjen/skills/smedjen-orchestrator
Command: npx skills add https://github.com/hjemmesidekongen/ai --skill smedjen-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the entire development pipeline, from initial project mapping and task decomposition to agent dispatch and final verification, ensuring efficient and reliable software development workflows.

Core Features & Use Cases

  • End-to-End Orchestration: Manages a sequence of stages including project mapping, task decomposition, context assembly, tier assignment, agent dispatch, and completion gating.
  • Resilience & Error Handling: Features robust error handling, dry-run capabilities, and a resume protocol to recover from failures without re-running completed stages.
  • Use Case: Kick off a complex feature development by simply providing a goal; the orchestrator will map the project, break down the task, assign appropriate agents, execute the development, and verify completion against acceptance criteria.

Quick Start

Run the smedjen orchestrator to execute the full development pipeline for the active task.

Frequently Asked Questions about smedjen-orchestrator

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

FAQPage Schema
How do I automate a complex development pipeline from task decomposition to verification?

Automating a complex development pipeline involves orchestrating project mapping, task decomposition, context assembly, and agent dispatch to execute development stages and verify completion against acceptance criteria.

Can I resume a development workflow if a pipeline stage fails midway?

Yes, pipeline state management supports resumability. State tracking via YAML configuration allows you to resume interrupted workflows from the point of failure without re-running completed stages.

How does task decomposition work in an automated development workflow?

Task decomposition in an automated development workflow breaks down a high-level project goal into granular tasks, assigns appropriate execution tiers, and assembles context for agent dispatch.

Does the development pipeline orchestrator support dry-run mode for testing?

Yes, dry-run mode is supported. You can execute the development pipeline orchestration in a simulated environment to validate the task decomposition and agent dispatch logic before actual execution.

What is the best way to manage pipeline state and error handling for multi-stage development workflows?

Managing pipeline state effectively requires utilizing YAML configuration for state tracking and implementing per-stage error handling to isolate failures across the multi-stage development workflow.