jpicklykjpicklykCommunity·11 Agent Skills Included

task-orchestrator

Server-enforced workflow gates, dependencies, and task tracking

Enforces documentation gates, dependency ordering, and actor attribution on every work item before agents can advance tasks. Eliminates lost progress between sessions, untracked sub-agent changes, and skipped review steps through a persistent SQLite work graph. Ships ready-made skills for implementation pipelines, independent test authoring, release automation, queue draining, and retrospectives.
npx skills add jpicklyk/task-orchestrator --all -g -y
Available:

Tells the agent how the server resolves schemas and traits, how skill routing pointers direct note-filling to specialized skills, and which architectural constraints to respect when working in this codebase.

All Skills in This Repository (11)

Pure Emerald Level Indicators
📦 In Repo
jpicklykjpicklyk

Frontend Implementation

Guide frontend component implementation with validation, styling, and accessibility checks.

Community
Advanced
📦 In Repo
jpicklykjpicklyk

Backend Implementation

Guide Kotlin Spring Boot backend API development with REST controllers, services, and repositories.

Community
Advanced
📦 In Repo
jpicklykjpicklyk

Database Implementation

Automates database schema design and migration workflows for SQL projects using Flyway and Exposed ORM.

Community
Advanced
📦 In Repo
jpicklykjpicklyk

Task Orchestrator Hooks Builder

Generate defensive Bash hooks for Task Orchestrator cascade events.

Community
Advanced
📦 In Repo
jpicklykjpicklyk

Orchestration QA

Validate orchestration workflows for Skills and Subagents against documented patterns.

Community
Advanced
📦 In Repo
jpicklykjpicklyk

Dependency Analysis

Analyze Task Orchestrator dependencies to identify blocked tasks and bottlenecks.

Community
Advanced
📦 In Repo
jpicklykjpicklyk

Testing Implementation

Generate comprehensive unit, integration and end-to-end tests for Java, JavaScript, and Python projects.

Community
Advanced
📦 In Repo
jpicklykjpicklyk

Documentation Implementation

Create and validate technical documentation with markdown linting and link checks.

Community
Advanced
📦 In Repo
jpicklykjpicklyk

status-progression

Delegate status transitions to get_next_status and explain StatusValidator errors.

Community
Advanced
📦 In Repo
jpicklykjpicklyk

task-orchestration

Coordinate dependency-aware parallel task execution with automatic specialist routing and progress monitoring.

Community
Advanced
📦 In Repo
jpicklykjpicklyk

feature-orchestration

Coordinate feature requests across lifecycle stages with tag-based routing and quality gates.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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