Agent Plugins Marketplace
All plugins

livespec-orchestrator-beads-fabro

v0.113.0

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.

Codex10 Skills

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

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add livespec-orchestrator-beads-fabro@agent-plugin-marketplace

Paste 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-fabro

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is .claude-plugin/.

Plugin files

.claude-plugin/
├── .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

capture-impl-gapsskills/capture-impl-gaps/SKILL.md

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`.

capture-spec-driftskills/capture-spec-drift/SKILL.md

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-impl-gapsskills/detect-impl-gaps/SKILL.md

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>]`.

groomskills/groom/SKILL.md

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>`.

implementskills/implement/SKILL.md

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-plansskills/list-plans/SKILL.md

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-itemsskills/list-work-items/SKILL.md

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]`.

needs-attentionskills/needs-attention/SKILL.md

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>]`.

nextskills/next/SKILL.md

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]`.

planskills/plan/SKILL.md

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

.claude-plugin/.codex-plugin/plugin.json
{
  "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/"
}

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)