Skip to main content

AI-driven development workflow orchestrator

Project description

Galangal Orchestrate

Turn AI coding assistants into structured development workflows.

Galangal wraps Claude Code CLI to execute a deterministic, multi-stage development pipeline with approval gates, validation, and automatic rollback.

Why Use This?

Instead of open-ended AI coding sessions, you get a structured workflow:

  1. PM - AI writes requirements, you approve before code is written
  2. Design - AI proposes architecture, you approve the approach
  3. Dev - AI implements according to approved specs
  4. Test/QA/Review - Automated validation with rollback on failure
  5. Docs - AI updates documentation

If anything fails, the workflow rolls back with context about what went wrong.

Quick Start

# Install (lean core)
pip install galangal-orchestrate

# Optional: semantic mistake tracking (adds sentence-transformers/torch, ~hundreds of MB)
pip install "galangal-orchestrate[full]"

# Initialize in your project
cd your-project
galangal init

# Start a task
galangal start "Add user authentication with JWT"

# Run non-interactively (CI/scripts, no TUI)
galangal start "Fix the login bug" --type bugfix --headless

# Check status / resume
galangal status
galangal resume

Requirements

Commands

Command Description
galangal init Initialize in current project
galangal start "desc" Start new task
galangal status Show task status
galangal resume Continue active task
galangal list List all tasks
galangal index stats Show task index DB stats
galangal index rebuild Rebuild task index from task folders
galangal index migrate-artifacts Import legacy artifact files into DB and delete file copies
galangal index compact-done Keep only PLAN.md and SUMMARY.md in tasks/done/*
galangal complete Finalize & create PR

Interactive controls during execution:

  • ^Q Quit/pause
  • ^I Interrupt with feedback
  • ^N Skip stage
  • ^B Go back
  • ^E Pause for manual edit

Galangal Hub

Monitor and control workflows remotely across multiple machines.

# Deploy hub server (Docker)
docker run -d -p 8080:8080 \
  -e HUB_USERNAME=admin \
  -e HUB_PASSWORD=your-password \
  -e HUB_API_KEY=your-api-key \
  -v galangal-hub-data:/data \
  ghcr.io/galangal-media/galangal-hub:latest
# Enable in your project (.galangal/config.yaml)
hub:
  enabled: true
  url: ws://your-server:8080/ws/agent
  api_key: your-api-key  # Must match HUB_API_KEY on server

See Hub Documentation for full setup instructions.

Documentation

Topic Link
Getting Started docs/getting-started.md
Configuration docs/guide/configuration.md
Workflow Stages docs/guide/workflow-pipeline.md
Hub (Remote Control) docs/hub/README.md
Troubleshooting docs/troubleshooting.md
Architecture docs/local-development/architecture.md

Task Types

Type Stages Use Case
Feature All stages New functionality
Bug Fix PM → PREFLIGHT → DEV → TEST → TEST_GATE → QA → REVIEW → SUMMARY Fixing bugs
Refactor PM → DESIGN → PREFLIGHT → DEV → TEST → TEST_GATE → REVIEW → SUMMARY Code restructuring
Chore PM → PREFLIGHT → DEV → TEST → TEST_GATE → REVIEW → SUMMARY Config, dependencies
Docs PM → DOCS → SUMMARY Documentation only
Hotfix PM → DEV → TEST → TEST_GATE → SUMMARY Critical fixes

License

MIT License - see LICENSE file.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

galangal_orchestrate-0.56.0.tar.gz (522.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

galangal_orchestrate-0.56.0-py3-none-any.whl (501.9 kB view details)

Uploaded Python 3

File details

Details for the file galangal_orchestrate-0.56.0.tar.gz.

File metadata

  • Download URL: galangal_orchestrate-0.56.0.tar.gz
  • Upload date:
  • Size: 522.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for galangal_orchestrate-0.56.0.tar.gz
Algorithm Hash digest
SHA256 5664b00671bf59ff87e2c3309b18a633cd5d78bd001c5145012b822d88f9caa8
MD5 4e3e80b4e08658f972a95bb1f6fd5b4f
BLAKE2b-256 86ab5d5afcc6dc42107d553abd2544e92a47f877532fa0aa520a7984c0b71d21

See more details on using hashes here.

Provenance

The following attestation bundles were made for galangal_orchestrate-0.56.0.tar.gz:

Publisher: publish.yml on Galangal-Media/galangal-orchestrate

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galangal_orchestrate-0.56.0-py3-none-any.whl.

File metadata

File hashes

Hashes for galangal_orchestrate-0.56.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a57411dce744cf391aaffa57528a3c76b206d5e25b6f341ba91f930a75e675b0
MD5 b4a2a3549e5bba8a4300a9451ce32014
BLAKE2b-256 4f0bb96ab7a676c0a42ff83561b09f8a3aede1f9ab9086282bd66fb195ff0655

See more details on using hashes here.

Provenance

The following attestation bundles were made for galangal_orchestrate-0.56.0-py3-none-any.whl:

Publisher: publish.yml on Galangal-Media/galangal-orchestrate

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page