Skip to main content

thewoolleyman/livespec-orchestrator-beads-fabro

SkillsMP a collecté 36 skills depuis thewoolleyman/livespec-orchestrator-beads-fabro. Ouvrez un skill pour examiner sa source et ses détails.

Dernière activité source enregistrée
Catalogue SkillsMP mis à jour
skills collectés
36
Étoiles GitHub
0
Forks GitHub
0

Skills dans ce dépôt

2 catégories métier · 83% classifié

Affichage de 36 skills collectés sur 36.

métier
non classé
description

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.

Langue du texte source : anglais

mis à jour
métier
non classé
description

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.

Langue du texte source : anglais

mis à jour
métier
non classé
description

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…

Langue du texte source : anglais

mis à jour
métier
non classé
description

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…

Langue du texte source : anglais

mis à jour
métier
non classé
description

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.

Langue du texte source : anglais

mis à jour
métier
non classé
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

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…

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

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

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

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

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

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.

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

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.

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

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.

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

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.

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

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.

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

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

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

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

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
Affichage de 36 skills collectés sur 36.