Skip to main content

thewoolleyman/livespec-orchestrator-beads-fabro

SkillsMP 已收集 thewoolleyman/livespec-orchestrator-beads-fabro 中的 36 个 Skill。打开任一 Skill 可查看来源和详情。

最近记录的来源活动
SkillsMP 收录数据更新
已收集 skills
36
GitHub 星标
0
GitHub Forks
0

这个仓库中的 skills

2 个职业分类 · 已分类 83%

已展示 36 / 36 个已收集 Skill。

职业分类
未分类
描述

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…

原文语言:英语

更新
已展示 36 / 36 个已收集 Skill。