orchestrator-workflow

Community

Delegate coding with DB-persisted YAML contracts

AuthorVKirill
Version1.0.0
Installs0

System Documentation

What problem does it solve?

It solves the reliability problem of coordinating complex multi-step coding work where an AI must plan tasks, dispatch work to specialized workers, and verify outcomes deterministically instead of hallucinating or skipping required changes.

Core Features & Use Cases

  • DB-persistent task orchestration: initializes and maintains a project-local SQLite task plan so tasks can be resumed, audited, and recovered across failures.
  • YAML task contracts for dispatch: converts a SPEC or refactoring plan into atomic worker contracts with explicit scope, acceptance criteria, dependencies, and verification commands.
  • Deterministic verification + schema validation: requires verification_commands and validates the worker’s returned result against a strict YAML schema before marking tasks done.
  • Autonomous recovery chain: retries with previous_attempt_errors, escalates to a read-only doctor, and blocks only when circuit-breaker thresholds and retries require human attention.
  • Safe contract enforcement rules: enforces reuse_patterns/forbidden_duplicates, touch-only files, and risk-class behavior (e.g., high-risk no auto-retry beyond the first failure).

Quick Start

Use the orchestrator-workflow skill to set up a project-local orchestrator DB and dispatch worker-coder tasks from YAML contracts until all ready tasks are verified and completed.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: orchestrator-workflow
Download link: https://github.com/VKirill/antigravity-for-claude-code/archive/main.zip#orchestrator-workflow

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.