task-orchestrator
Server-enforced workflow gates, dependencies, and task tracking
All Skills in This Repository (11)
Pure Emerald Level IndicatorsFrontend Implementation
Guide frontend component implementation with validation, styling, and accessibility checks.
Backend Implementation
Guide Kotlin Spring Boot backend API development with REST controllers, services, and repositories.
Database Implementation
Automates database schema design and migration workflows for SQL projects using Flyway and Exposed ORM.
Task Orchestrator Hooks Builder
Generate defensive Bash hooks for Task Orchestrator cascade events.
Orchestration QA
Validate orchestration workflows for Skills and Subagents against documented patterns.
Dependency Analysis
Analyze Task Orchestrator dependencies to identify blocked tasks and bottlenecks.
Testing Implementation
Generate comprehensive unit, integration and end-to-end tests for Java, JavaScript, and Python projects.
Documentation Implementation
Create and validate technical documentation with markdown linting and link checks.
status-progression
Delegate status transitions to get_next_status and explain StatusValidator errors.
task-orchestration
Coordinate dependency-aware parallel task execution with automatic specialist routing and progress monitoring.
feature-orchestration
Coordinate feature requests across lifecycle stages with tag-based routing and quality gates.
Frequently Asked Questions
FAQPage SchemaHow to install task-orchestrator?▼
Run `npx skills add jpicklyk/task-orchestrator --all -g -y` in your terminal to install all skills globally. The server itself runs as a Docker container via `docker pull ghcr.io/jpicklyk/task-orchestrator:latest`.
What problem does task-orchestrator solve?▼
It moves workflow rules out of prompts and into a server that blocks tool calls when required notes are missing, dependencies are unmet, or actor identity is unverified. This guarantees agents follow your process instead of hoping they do.
Does task-orchestrator work with Claude Code?▼
Yes. It is an MCP server that works with any MCP-compatible client, and it ships a Claude Code plugin with skills, hooks, and output styles for plan-mode integration.
How do I define custom workflow gates?▼
Edit `.taskorchestrator/config.yaml` to declare schemas with required notes per phase, or run the `/manage-schemas` skill to build them interactively. Gates are enforced automatically on every `advance_item` call.
Can it run tasks autonomously in batches?▼
Yes. The `/ralph` skill launches a queue-drain loop that claims items one at a time in isolated git worktrees and works each to completion under its schema's gates.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core