livespec-orchestrator-beads-fabro
v0.113.0Beads/Dolt-backed implementation plugin for livespec. Exposes /livespec-orchestrator-beads-fabro:capture-impl-gaps, /livespec-orchestrator-beads-fabro:capture-spec-drift, /livespec-orchestrator-beads-fabro:capture-work-item, /livespec-orchestrator-beads-fabro:detect-impl-gaps, /livespec-orchestrator-beads-fabro:implement, /livespec-orchestrator-beads-fabro:list-plans, /livespec-orchestrator-beads-fabro:list-work-items, /livespec-orchestrator-beads-fabro:needs-attention, /livespec-orchestrator-beads-fabro:next, /livespec-orchestrator-beads-fabro:drive, /livespec-orchestrator-beads-fabro:plan.
0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 10 skill or MCP entries
- Source updated
- Aug 30, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install livespec-orchestrator-beads-fabro for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add livespec-orchestrator-beads-fabro@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/thewoolleyman/livespec-orchestrator-beads-fabroClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is .claude-plugin/.
Plugin files
├── .codex-plugin/plugin.json├── skills/capture-impl-gaps/SKILL.md├── skills/capture-spec-drift/SKILL.md├── skills/detect-impl-gaps/SKILL.md├── skills/groom/SKILL.md├── skills/implement/SKILL.md├── skills/list-plans/SKILL.md├── skills/list-work-items/SKILL.md├── skills/needs-attention/SKILL.md├── skills/next/SKILL.md└── skills/plan/SKILL.md
Included Skills10
Detect spec→impl gaps by invoking the sibling detect-impl-gaps thin-transport skill, then file gap-tied work-items into the beads-backed store with per-gap user consent. Required heavyweight authored skill per livespec/SPECIFICATION/contracts.md. Invoke as `/livespec-orchestrator-beads-fabro:capture-impl-gaps`.
Detect impl→spec drift heuristically (LLM-driven) and hand off each finding to /livespec:propose-change with user consent. Required heavyweight authored skill per livespec/SPECIFICATION/contracts.md. Invoke as `/livespec-orchestrator-beads-fabro:capture-spec-drift`.
Detect spec→impl gaps mechanically via the Spec Reader and emit the current gap-id set as JSON. Required thin-transport surface per livespec/SPECIFICATION/contracts.md. Pure read-and-emit pass-through — never mutates the work-items store, never prompts the user. Invoke as `/livespec-orchestrator-beads-fabro:detect-impl-gaps [--spec-target <path>] [--project-root <path>] [--json] [--since-version <vN>]`.
Regroom an oversized or non-converging `needs-regroom` work-item into ready, dependency-layered slices. Read-only drafting conversation — the maintainer OWNS the cut and the acceptance; the front-end drafts and files NOTHING until approval. Required heavyweight authored skill per livespec/SPECIFICATION/contracts.md (the one new maintainer surface). Invoke as `/livespec-orchestrator-beads-fabro:groom <work-item-id>`.
Drive Red→Green for a single work-item. For gap-tied items, verify closure by re-running capture-impl-gaps in dry-run mode. Required heavyweight authored skill per livespec/SPECIFICATION/contracts.md. Invoke as `/livespec-orchestrator-beads-fabro:implement [<work-item-id>]`.
List unarchived plans from the repo's plan/ store. Required thin-transport surface per livespec-orchestrator-beads-fabro/SPECIFICATION/contracts.md. Invoke as `/livespec-orchestrator-beads-fabro:list-plans [--json] [--project-root <path>]`.
List work-items from the beads-backed work-items store. Required thin-transport surface per livespec/SPECIFICATION/contracts.md. Invoke as `/livespec-orchestrator-beads-fabro:list-work-items [--filter <name>] [--with-gap-id <id>] [--json]`.
Compose spec, implementation, human-valve, plan, and hygiene gather primitives into a Markdown attention list. Invoke as `/livespec-orchestrator-beads-fabro:needs-attention [--project-root <path>]`.
Rank the most-ripe impl-side action from the beads-backed work-items store. Required thin-transport surface per livespec/SPECIFICATION/contracts.md. Pure function of file state; no LLM in the ranking path. Invoke as `/livespec-orchestrator-beads-fabro:next [--limit <count>] [--offset <count>] [--json]`.
Open or resume a durable plan with filesystem research plus ledger-held plan-epic handoff comments, route scoped work to spec or ledger children, and archive only after child-disposition and completeness-review evidence gates pass. Invoke bare as `/livespec-orchestrator-beads-fabro:plan` to create or resume interactively, or `/livespec-orchestrator-beads-fabro:plan <slug>` to resume an existing plan strictly.
Plugin manifests1
{
"name": "livespec-orchestrator-beads-fabro",
"version": "0.113.0",
"description": "Beads/Dolt-backed implementation plugin for livespec. Exposes /livespec-orchestrator-beads-fabro:capture-impl-gaps, /livespec-orchestrator-beads-fabro:capture-spec-drift, /livespec-orchestrator-beads-fabro:capture-work-item, /livespec-orchestrator-beads-fabro:detect-impl-gaps, /livespec-orchestrator-beads-fabro:implement, /livespec-orchestrator-beads-fabro:list-plans, /livespec-orchestrator-beads-fabro:list-work-items, /livespec-orchestrator-beads-fabro:needs-attention, /livespec-orchestrator-beads-fabro:next, /livespec-orchestrator-beads-fabro:drive, /livespec-orchestrator-beads-fabro:plan.",
"skills": "./.codex-plugin/skills/"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[livespec-orchestrator-beads-fabro on Agent Plugins Marketplace](https://pluginsmp.com/plugins/livespec-orchestrator-beads-fabro)