Detect specification-to-implementation gaps, then file a gap-tied work-item per gap with per-gap user consent. Use when the user wants detected gaps turned into tracked work. Mutating: it writes one record per consented gap.
原文の言語: 英語
メニュー
SkillsMP は thewoolleyman/livespec-orchestrator-beads-fabro から 36 件の skill を収集しています。skill を開くとソースと詳細を確認できます。
収集済み skill 36 件中 36 件を表示しています。
Detect specification-to-implementation gaps, then file a gap-tied work-item per gap with per-gap user consent. Use when the user wants detected gaps turned into tracked work. Mutating: it writes one record per consented gap.
原文の言語: 英語
Detect implementation-to-specification drift and hand each finding off to the propose-change operation with user consent. Use when the implementation has moved ahead of the spec and the spec must catch up. Mutating: it files proposed changes the user approves.
原文の言語: 英語
File an implementation-side work item directly from free-form user intent — a bug, a refactor, a tactical task. Use when the user wants something recorded in the work-items store that no gap or drift detection produced. Mutating: it writes a record after the…
原文の言語: 英語
Execute exactly one operator action id against the target repository — a dispatch action, a human valve or policy action, or a config action. Use when the user has selected an action id from the attention surface and wants it executed. Mutating: it drives…
原文の言語: 英語
Drive one work-item from a failing test to a passing implementation, verifying gap closure by re-running detection when the item is gap-tied. Use when the user asks to implement a specific work-item. Mutating: it edits code and closes the record.
原文の言語: 英語
Open or resume a durable plan, route scoped work to the spec side or to ledger children, and archive only after the disposition and completeness evidence gates pass. Use when the user starts, resumes, or closes a plan. Mutating: it writes plan state and…
原文の言語: 英語
Detect specification-to-implementation gaps mechanically via the Spec Reader and emit the current gap-id set. Use when the user asks which spec rules have no implementation, or as the detection step a capture operation composes. Pure read-and-emit — never…
原文の言語: 英語
Regroom an oversized or non-converging work-item into ready, dependency-layered slices. Use when an item keeps failing to converge or is too large to dispatch. Drafting is read-only; the maintainer owns the cut and nothing is filed until they approve it.
原文の言語: 英語
List the unarchived plans held in this repository's plan store. Use when the user asks which plans are open or wants to resume one. Read-only.
原文の言語: 英語
List work-items from the beads-backed work-items store, optionally filtered by lane, origin, gap id, or spec-commitment hint. Use when the user asks what work exists or wants the store enumerated. Read-only.
原文の言語: 英語
Compose the specification, implementation, human-valve, plan, and hygiene signals of this repository into one attention list. Use when the user asks what needs attention or wants a selectable operator action id. Read-only.
原文の言語: 英語
Rank the most-ripe implementation-side action from the beads-backed work-items store. Use when the user asks what to work on next on the implementation side, or as a primitive a loop driver composes. Read-only and deterministic — no LLM in the ranking path.
原文の言語: 英語
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. Invoked as…
原文の言語: 英語
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>]`.
原文の言語: 英語
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…
原文の言語: 英語
List unarchived plans from the repo plan store (read-only thin transport). Invoked as livespec-orchestrator-beads-fabro:list-plans.
原文の言語: 英語
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>]`.
原文の言語: 英語
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. Invoked as livespec-orchestrator-beads-fabro:capture-impl-gaps.
原文の言語: 英語
Detect impl→spec drift heuristically (LLM-driven) and hand off each finding to the livespec propose-change operation with user consent. Invoked as livespec-orchestrator-beads-fabro:capture-spec-drift.
原文の言語: 英語
Freeform direct filing of an impl-side work item (bugs, refactors, tactical tasks). Filed records carry `origin: freeform` and `gap_id: null`. Invoked as livespec-orchestrator-beads-fabro:capture-work-item.
原文の言語: 英語
Detect spec→impl gaps mechanically via the Spec Reader and emit the gap-id set (read-only thin transport). Invoked as livespec-orchestrator-beads-fabro:detect-impl-gaps.
原文の言語: 英語
Execute one livespec-orchestrator-beads-fabro action-id: impl:<id> dispatch, approve/accept/reject valves, or set-admission/set-acceptance policy edits. Invoke as livespec-orchestrator-beads-fabro:drive.
原文の言語: 英語
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. Invoked as…
原文の言語: 英語
Drive Red→Green for a single work-item. For gap-tied items, verify closure by re-running capture-impl-gaps in dry-run mode. Invoked as livespec-orchestrator-beads-fabro:implement.
原文の言語: 英語
List work-items from the beads-backed work-items store (read-only thin transport). Invoked as livespec-orchestrator-beads-fabro:list-work-items.
原文の言語: 英語
Compose the repo attention primitives into a Markdown or JSON attention list. Invoked as livespec-orchestrator-beads-fabro:needs-attention.
原文の言語: 英語
Rank the most-ripe impl-side action from the beads-backed work-items store (read-only, deterministic). Invoked as livespec-orchestrator-beads-fabro:next.
原文の言語: 英語
Execute one livespec-orchestrator-beads-fabro action-id: impl:<id> dispatch, approve/accept/reject valves, or set-admission/set-acceptance policy edits. Invoke as `/livespec-orchestrator-beads-fabro:drive --action <action-id> [--repo <path>] [--json]`.
原文の言語: 英語
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…
原文の言語: 英語
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…
原文の言語: 英語
Freeform direct filing of an impl-side work item (bugs, refactors, tactical tasks). Required heavyweight authored skill per livespec/SPECIFICATION/contracts.md. Filed records carry `origin: freeform` and `gap_id: null`. Invoke as…
原文の言語: 英語
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…
原文の言語: 英語
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…
原文の言語: 英語
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…
原文の言語: 英語
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]`.
原文の言語: 英語
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…
原文の言語: 英語