Skip to main content

thewoolleyman/livespec-orchestrator-beads-fabro

O SkillsMP coletou 36 skills de thewoolleyman/livespec-orchestrator-beads-fabro. Abra uma skill para revisar a origem e os detalhes.

Última atividade de origem registrada
Catálogo do SkillsMP atualizado
skills coletadas
36
Estrelas no GitHub
0
Forks no GitHub
0

Skills neste repositório

2 categorias ocupacionais · 83% classificado

Mostrando 36 de 36 skills coletadas.

ocupação
sem classificação
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

List unarchived plans from the repo plan store (read-only thin transport). Invoked as livespec-orchestrator-beads-fabro:list-plans.

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

List work-items from the beads-backed work-items store (read-only thin transport). Invoked as livespec-orchestrator-beads-fabro:list-work-items.

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Compose the repo attention primitives into a Markdown or JSON attention list. Invoked as livespec-orchestrator-beads-fabro:needs-attention.

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Rank the most-ripe impl-side action from the beads-backed work-items store (read-only, deterministic). Invoked as livespec-orchestrator-beads-fabro:next.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
Mostrando 36 de 36 skills coletadas.