Specfuse umbrella CLI — bridges the pip-installed driver and the Claude Code plugin (init / upgrade).
Project description
Specfuse — Claude Code plugin marketplace
This repository is the Claude Code plugin marketplace for the Specfuse gate-cycle methodology. It is the shared distribution home so the loop today — and the orchestrator and future products later — install their Claude assets from one place.
Install
/plugin marketplace add specfuse/specfuse
/plugin install specfuse@specfuse
That installs the specfuse plugin: the methodology's interactive skills,
namespaced under /specfuse: (e.g. /specfuse:pick-feature,
/specfuse:draft-feature, /specfuse:arm-gate). Update with /plugin update specfuse@specfuse; reload after changes with /reload-plugins.
The skills drive the specfuse-loop driver — install it with the umbrella
package below (pip install specfuse pulls it), or on its own with pip install specfuse-loop. See specfuse/loop for the
methodology, the driver, and getting-started docs.
The specfuse umbrella CLI
This repo also ships the specfuse pip package — the umbrella CLI that bridges
the pip-installed driver and this plugin:
pipx install specfuse # driver only; gives specfuse / specfuse-loop / specfuse-lint
pipx install --include-deps 'specfuse[orchestrator]' # + the multi-repo orchestrator
pipx install --include-deps 'specfuse[authoring]' # + the spec-authoring kit
pipx install --include-deps 'specfuse[all]' # the whole suite in one command
specfuse init <repo> # scaffold .specfuse/ + wire .claude/ (--dry-run previews)
specfuse upgrade <repo> # overlay a newer scaffold, then pip-upgrade driver + CLI, point at /plugin update
--include-depsis required for the extras' CLIs. pipx only exposes the main package's own console scripts; the orchestrator/authoring commands (specfuse-orchestrator,specfuse-poller,specfuse-authoring, …) live in the extra packages, so--include-depsis what surfaces them on PATH. Without it the extra is installed but its commands aren't linked.Quote the brackets — zsh globs them (
'specfuse[all]'). And extras are only re-resolved on a fresh install — to add one to an existing install usepipx install --force --include-deps 'specfuse[all]';pipx upgradealone won't pull a newly-added extra.
A bare
pip installinto a system Python is blocked on PEP-668 externally-managed environments (Debian/Ubuntu, Homebrew). Usepipx(thenpipx upgrade specfuse) or a virtualenv, sospecfuse-loop/specfuse-lintland on PATH for the gate commands to find.
specfuse init lays down .specfuse/ (templates, rules, docs, verification.yml)
and merge-safely wires .claude/ (including this plugin's config) — pip-native
scaffolding via specfuse.loop.scaffold, no init.sh checkout required. Every
specfuse-loop run also self-provisions (version-syncs .specfuse/ from the
installed package), so pip install -U specfuse reaches existing projects on
their next run. specfuse contributes to the shared specfuse.* import namespace
(so specfuse.loop from the driver and a future specfuse.orchestrator coexist).
Plugins
| Plugin | What it ships | Source repo |
|---|---|---|
specfuse |
Gate-cycle skills (pick / draft / arm / diagnose / wrap, authoring, verification) | specfuse/loop plugins/specfuse/ |
specfuse-authoring |
Spec-craft: design OpenAPI/AsyncAPI/Arazzo, validate, bundle + the specs agent (idea → validated initiative) |
specfuse/authoring plugins/specfuse-authoring/ |
specfuse-orchestrator |
Multi-repo initiative coordination (onboard, pm) | specfuse/orchestrator plugins/specfuse-orchestrator/ |
Layout
.claude-plugin/marketplace.json # catalog: per plugin { name, source, source_repo, managed }
plugins/<name>/ # GENERATED copies — do not hand-edit (see below)
.claude-plugin/plugin.json
skills/<skill>/SKILL.md
agents/<agent>.md
How the plugins are sourced (contributors)
Edit a plugin in its origin repo, never here. Each plugin's canonical source
lives in its own repo at plugins/<name>/ (for the loop, .specfuse/skills/ is
vendored from plugins/specfuse/skills/ for its dogfood — the plugin dir is
still the source). The copies under plugins/ in this repo are generated
output, produced by specfuse/publish.py.
- Publish on release. When a source repo publishes its package to PyPI, its
release workflow dispatches to this repo; the publish step regenerates that
plugin from the source at tag
v<version>, stampsplugin.json.versionto the released version (plugin@X == package@X == tag vX), and opens a PR only if the plugin changed. - Drift-guard. The
plugin-drift-guardCI (required check) re-derives everymanagedplugin from its source at the pinned tag and fails on any diff — so a hand-edit, a bad merge, or an agent's "quick fix" cannot land inplugins/. The only way in is a faithful publish. - Manual publish (testing / backfill): the
plugin-publishworkflow'sworkflow_dispatch(plugin,version) runs the same path by hand.
See docs/plan-unify-plugin-sourcing.md for
the full design. Skills reach a target repo through the installed plugin (under
the /specfuse: etc. namespaces), not by copying files into the repo.
License
Apache License 2.0. See LICENSE.
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-0.3.1.tar.gz.
File metadata
- Download URL: specfuse-0.3.1.tar.gz
- Upload date:
- Size: 20.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d012be56d31eea89ea4237d3c91b0343c43bffeebac010b9302b28cb409ae881
|
|
| MD5 |
05713da2b430ed2a17de91d415fe84f4
|
|
| BLAKE2b-256 |
1fc090ab920b56ffec93f567069bbe60b6870b1f73675a403a19c1c9e755c486
|
Provenance
The following attestation bundles were made for specfuse-0.3.1.tar.gz:
Publisher:
release.yml on specfuse/specfuse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
specfuse-0.3.1.tar.gz -
Subject digest:
d012be56d31eea89ea4237d3c91b0343c43bffeebac010b9302b28cb409ae881 - Sigstore transparency entry: 2131686088
- Sigstore integration time:
-
Permalink:
specfuse/specfuse@e9e58f1d31dfdc79271263b5a1fad77a2b80da01 -
Branch / Tag:
refs/tags/v0.3.1 - Owner: https://github.com/specfuse
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@e9e58f1d31dfdc79271263b5a1fad77a2b80da01 -
Trigger Event:
push
-
Statement type:
File details
Details for the file specfuse-0.3.1-py3-none-any.whl.
File metadata
- Download URL: specfuse-0.3.1-py3-none-any.whl
- Upload date:
- Size: 14.7 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 |
30518f3f844c34f062f3fa7fad7f25b46ef7ef2dadfa02e431a2fa38836e6b7e
|
|
| MD5 |
b9d797db2609526db2566964a145ffce
|
|
| BLAKE2b-256 |
71b5f28219ec016ecb7b093c144345a2c1d426aaeb2f2ca50cca9ce38e72399a
|
Provenance
The following attestation bundles were made for specfuse-0.3.1-py3-none-any.whl:
Publisher:
release.yml on specfuse/specfuse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
specfuse-0.3.1-py3-none-any.whl -
Subject digest:
30518f3f844c34f062f3fa7fad7f25b46ef7ef2dadfa02e431a2fa38836e6b7e - Sigstore transparency entry: 2131686454
- Sigstore integration time:
-
Permalink:
specfuse/specfuse@e9e58f1d31dfdc79271263b5a1fad77a2b80da01 -
Branch / Tag:
refs/tags/v0.3.1 - Owner: https://github.com/specfuse
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@e9e58f1d31dfdc79271263b5a1fad77a2b80da01 -
Trigger Event:
push
-
Statement type: