Specfuse orchestrator: initiative coordination drivers for multi-repo Specfuse loops.
Project description
Specfuse Orchestrator
Specfuse Orchestrator is a filesystem-based coordination layer for multi-agent software development workflows. It uses a directory structure of features, events, and an agent inbox — along with agent configurations, shared skills, rules, schemas, and templates — to let specs, PM, component, and QA agents collaborate on feature delivery without a central runtime. This repository holds the orchestrator scaffolding; downstream projects consume it via a template clone.
For background, goals, and design rationale, see docs/orchestrator-vision.md. For the directory layout, protocols, and architectural decisions, see docs/orchestrator-architecture.md. A condensed overview is in docs/orchestrator-design-summary.md. The phased build plan is in docs/orchestrator-implementation-plan.md.
Status
Phases 0–4 complete; Phase 4.5 (onboarding agent) added to support real-project adoption. The four operational agents are at frozen v1 baselines; the onboarding meta-role is at v0.1 draft.
| Role | Version | Frozen | Phase |
|---|---|---|---|
| Specs | 1.0.1 | yes | Phase 4 |
| PM | 1.6.3 | yes | Phase 2 |
| Component | 1.5.2 | yes | Phase 1 |
| QA | 1.5.2 | yes | Phase 3 |
| Onboarding | 0.1.0 | no (draft) | Phase 4.5 |
The idea → spec → plan → implement → QA → done pipeline is operational end-to-end. Phase 5 (generator feedback loop, override-registry inversion, config-steward meta-agent) is the remaining build phase per the implementation plan.
Getting started on a real project
Five-minute path: see GETTING_STARTED.md. One git clone + ./scripts/setup.sh does the entire one-time setup (strip, git re-init, private GitHub repo creation, upstream remote configuration, personalized next-steps doc). Then /onboard in a Claude Code session walks you through the rest.
The orchestration repo is the process-state store for one product (singleton per product). Template-cloned to your own org as <your-org>/<your-product>-orchestration. Full workflow — including how to pull upstream improvements into your downstream over time and how to contribute fixes back upstream — is documented in docs/upstream-downstream-sync.md.
The orchestrator engages downstream of product discussion. Brainstorming, business decisions, and feature ideation belong in your project's product reference repo (the /product/ subtree); the orchestrator picks up at feature-intake when an idea crystallizes into a feature.
Two project shapes are supported, both via the same setup script:
- Greenfield: new project, no repos yet. The onboarding agent's
bootstrap-greenfieldskill produces a setup checklist covering environment prereqs, repo-creation order, per-repo conventions, and first-feature scoping. - Brownfield: existing project with code, specs, and possibly in-flight features. The onboarding agent's
repo-inventoryskill walks each repo and produces readiness assessments;integration-planthen drafts a phased rollout (pilot → expand → import in-flight → steady state) that brings the project under orchestrator coordination without disrupting current delivery.
The exact sequence — including the literal commands — is in GETTING_STARTED.md. The setup.sh script asks for your project type and chooses the right onboarding skill for you.
Day-to-day operation
Once a project is wired:
docs/operator-runbook.md— quickstart for driving a feature from idea throughplanningwith the specs agent. Includes environment prerequisites.docs/operator-pipeline-reference.md— full-lifecycle operator reference covering PM, component, and QA sessions, inbox handling, spec-issue triage, and escalations.
Licensing — upstream vs. downstream
This upstream repository is licensed under Apache 2.0. You can incorporate the scaffolding into your own work, including proprietary work, with attribution.
A downstream orchestration repo created via scripts/setup.sh holds your project's coordination state — /features/, /events/, /inbox/, /project/ — alongside the upstream-derived scaffolding. Most teams want this content treated as proprietary, not Apache 2.0. The setup script handles this automatically:
- The upstream's
LICENSE(Apache 2.0) is replaced with a proprietary placeholder carrying your org name as the copyright holder and the current year. - A
NOTICES.mdis created at the downstream's root with full Apache 2.0 attribution and reproduces the upstream'sLICENSEandNOTICEtext in full — satisfying Apache 2.0 §4.b for the upstream-derived files (agents/,shared/,scripts/,docs/, the top-level Markdown docs,.github/,.claude/). - Modifications you make to upstream-derived files remain governed by Apache 2.0; original work added by you (
/features/,/events/,/inbox/, project-specific/agents/<role>/rules/,/project/content beyondREADME.md) is governed by your downstream'sLICENSE.
If your downstream is itself open-source rather than proprietary, scripts/setup.sh documents the one-line revert to Apache 2.0 in the generated project/NEXT_STEPS.md. Either way, the licensing decision is explicit and visible in your downstream from day one — no inherited LICENSE files quietly imply terms that don't match your intent.
Slash commands (in a Claude Code session)
Project-scoped slash commands wrap the most common operations and become available via / autocomplete when you open a Claude Code session at the orchestration repo:
/onboard— switch into the onboarding-agent role; runsrepo-inventory,integration-plan, orbootstrap-greenfielddepending on project state./sync-upstream— periodic upstream sync; reviews and cherry-picks upstream commits since theUPSTREAManchor./contribute-upstream— extract scaffolding-only patches from downstream commits for an upstream PR.
The commands wrap the equivalent shell scripts under scripts/ and are documented in CONTRIBUTING.md and docs/upstream-downstream-sync.md.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file specfuse_orchestrator-0.3.0.tar.gz.
File metadata
- Download URL: specfuse_orchestrator-0.3.0.tar.gz
- Upload date:
- Size: 197.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79552abe3f651d15703e59da92e4652d1c89e4abcf70bf48dc029a2fcee3bcdd
|
|
| MD5 |
411f18264c00f6b9b0dd22bf03ba0754
|
|
| BLAKE2b-256 |
985c1a8787891490e6f59589dfec2aabfa3f992de49587d85e855dc940e053cd
|
Provenance
The following attestation bundles were made for specfuse_orchestrator-0.3.0.tar.gz:
Publisher:
release.yml on specfuse/orchestrator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
specfuse_orchestrator-0.3.0.tar.gz -
Subject digest:
79552abe3f651d15703e59da92e4652d1c89e4abcf70bf48dc029a2fcee3bcdd - Sigstore transparency entry: 2071958423
- Sigstore integration time:
-
Permalink:
specfuse/orchestrator@5b8b9639f0bbc5172784c06be6e8a108b181e23c -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/specfuse
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@5b8b9639f0bbc5172784c06be6e8a108b181e23c -
Trigger Event:
push
-
Statement type:
File details
Details for the file specfuse_orchestrator-0.3.0-py3-none-any.whl.
File metadata
- Download URL: specfuse_orchestrator-0.3.0-py3-none-any.whl
- Upload date:
- Size: 171.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c712be9f3254991470d92df56d437531f331140c9dced641a5056c878914ff35
|
|
| MD5 |
f0688279a6a4cfb96ca5d31013b8cacd
|
|
| BLAKE2b-256 |
e08238a564cdd4866aeb20b0545b86c92a5bd7d792cf0230d6bd8753caafec2b
|
Provenance
The following attestation bundles were made for specfuse_orchestrator-0.3.0-py3-none-any.whl:
Publisher:
release.yml on specfuse/orchestrator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
specfuse_orchestrator-0.3.0-py3-none-any.whl -
Subject digest:
c712be9f3254991470d92df56d437531f331140c9dced641a5056c878914ff35 - Sigstore transparency entry: 2071958475
- Sigstore integration time:
-
Permalink:
specfuse/orchestrator@5b8b9639f0bbc5172784c06be6e8a108b181e23c -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/specfuse
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@5b8b9639f0bbc5172784c06be6e8a108b181e23c -
Trigger Event:
push
-
Statement type: