Skip to main content
thewoolleyman
Profil créateur GitHub

thewoolleyman

Vue par dépôt de 173 skills collectés dans 10 dépôts GitHub.

skills collectés
173
dépôts
10
mis à jour
23 août 2026
carte des dépôts

Où se trouvent les skills

Principaux dépôts par nombre de skills collectés, avec leur part dans ce catalogue créateur et leur couverture métier.

Les 8 principaux dépôts sont affichés ici ; la liste complète continue ci-dessous.
explorateur de dépôts

Dépôts et skills représentatifs

Affichage de 8 skills collectés sur 73.
livespec-orchestrator-beads-fabro-capture-impl-gaps
non classé

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.

17 août 2026
livespec-orchestrator-beads-fabro-capture-spec-drift
non classé

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.

17 août 2026
livespec-orchestrator-beads-fabro-capture-work-item
non classé

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…

17 août 2026
livespec-orchestrator-beads-fabro-drive
non classé

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…

17 août 2026
livespec-orchestrator-beads-fabro-implement
non classé

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.

17 août 2026
livespec-orchestrator-beads-fabro-plan
non classé

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…

17 août 2026
livespec-orchestrator-beads-fabro-detect-impl-gaps
Développeurs de logiciels

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…

15 août 2026
livespec-orchestrator-beads-fabro-groom
Développeurs de logiciels

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.

15 août 2026
Affichage de 8 skills collectés sur 36.
Affichage de 8 skills collectés sur 16.
Affichage de 8 skills collectés sur 12.
critique
non classé

Critique an existing livespec specification or a pending proposed change, surfacing ambiguities, contradictions, and missing rules as findings the user can act on. Invoked by /livespec:critique, "critique the livespec spec", or "find issues in the spec".

21 août 2026
doctor
non classé

Run the doctor checks against a livespec spec tree — the static phase (structural failures) plus the LLM-driven objective and subjective phases — surfacing findings as JSON or as a per-finding user dialogue. Invoked by /livespec:doctor, "run livespec doctor",…

21 août 2026
help
non classé

Explain what livespec does and route the user to the right sub-command (seed, propose-change, critique, revise, doctor, prune-history). Invoked by /livespec:help, "what can livespec do", or when the user asks for an overview of livespec capabilities.

21 août 2026
next
non classé

Rank the next spec-side action (revise, propose-change, critique, prune-history, or none) over the current `<spec-target>/proposed_changes/` and `<spec-target>/history/` state, emitting structured JSON. Invoked by /livespec:next, "what should I work on next…

21 août 2026
propose-change
non classé

File a proposed change against an existing livespec specification, landing it under <spec-root>/proposed_changes/<topic>.md. Invoked by /livespec:propose-change, "propose a change to the spec", or when the user wants to record a spec amendment that the next…

21 août 2026
prune-history
non classé

Destructively prune old vNNN/ snapshots from <spec-root>/history/ to bound history size. Requires explicit user invocation (model-driven invocation is disabled). Invoked only via /livespec:prune-history or an explicit "prune the livespec history" request from…

21 août 2026
revise
non classé

Walk the user through accepting or rejecting pending proposed changes in <spec-root>/proposed_changes/, then snapshot the result as a new <spec-root>/history/vNNN/ revision. Covers every pending proposal by default, or ONE named proposal via --only-topic…

21 août 2026
seed
non classé

Author the initial natural-language specification for a new project, populating the chosen template's spec_root layout. Invoked by /livespec:seed, "seed a livespec spec", "set up a livespec", or when starting a brand-new spec in an empty SPECIFICATION/ tree.

21 août 2026
revise
non classé

Walk the user through accepting or rejecting pending proposed changes in <spec-root>/proposed_changes/, then snapshot the result as a new <spec-root>/history/vNNN/ revision. Covers every pending proposal by default, or ONE named proposal via --only-topic…

20 août 2026
critique
Autres occupations informatiques

Critique an existing livespec specification or a pending proposed change, surfacing ambiguities, contradictions, and missing rules as findings the user can act on. Invoked by livespec:critique, "critique the livespec spec", or "find issues in the spec".

27 juin 2026
doctor
Autres occupations informatiques

Run the doctor checks against a livespec spec tree — the static phase (structural failures) plus the LLM-driven objective and subjective phases — surfacing findings as JSON or as a per-finding user dialogue. Invoked by livespec:doctor, "run livespec doctor",…

27 juin 2026
next
Autres occupations informatiques

Rank the next spec-side action (revise, propose-change, critique, prune-history, or none) over the current `<spec-target>/proposed_changes/` and `<spec-target>/history/` state, emitting structured JSON. Invoked by livespec:next, "what should I work on next on…

27 juin 2026
propose-change
Autres occupations informatiques

File a proposed change against an existing livespec specification, landing it under <spec-root>/proposed_changes/<topic>.md. Invoked by livespec:propose-change, "propose a change to the spec", or when the user wants to record a spec amendment that the next…

27 juin 2026
prune-history
Autres occupations informatiques

Destructively prune old vNNN/ snapshots from <spec-root>/history/ to bound history size. Requires explicit user invocation (model-driven invocation is disabled). Invoked only via livespec:prune-history or an explicit "prune the livespec history" request from…

27 juin 2026
seed
Développeurs de logiciels

Author the initial natural-language specification for a new project, populating the chosen template's spec_root layout. Invoked by livespec:seed, "seed a livespec spec", "set up a livespec", or when starting a brand-new spec in an empty SPECIFICATION/ tree.

27 juin 2026
help
Développeurs de logiciels

Explain what livespec does and route the user to the right sub-command (seed, propose-change, critique, revise, doctor, prune-history). Invoked by livespec:help, "what can livespec do", or when the user asks for an overview of livespec capabilities.

23 juin 2026
livespec-revise
non classé

Walk the user through accepting or rejecting pending proposed changes in <spec-root>/proposed_changes/, then snapshot the result as a new <spec-root>/history/vNNN/ revision. Covers every pending proposal by default, or ONE named proposal via --only-topic…

20 août 2026
livespec-critique
non classé

Critique an existing livespec specification or a pending proposed change, surfacing ambiguities, contradictions, and missing rules as findings the user can act on. Use when the user asks to critique the spec or find issues in it. This mutating operation can…

17 août 2026
livespec-propose-change
non classé

File a proposed change against an existing livespec specification, landing it under <spec-root>/proposed_changes/<topic>.md. Use when the user wants to record a spec amendment that the next revise pass will accept or reject. This mutating operation writes a…

17 août 2026
livespec-prune-history
non classé

Destructively prune old vNNN/ snapshots from <spec-root>/history/ to bound history size. Requires explicit user invocation because model-driven invocation is disabled, and a generic mention of history NEVER activates it. Invoked only via…

17 août 2026
livespec-seed
non classé

Author the initial natural-language livespec specification for a new project, populating the chosen template's spec_root layout. Use when starting a brand-new spec in an empty SPECIFICATION/ tree, or when the user asks to "seed a livespec spec" or "set up a…

17 août 2026
livespec-doctor
Développeurs de logiciels

Run the livespec doctor checks against a spec tree — the static phase (structural failures) plus the LLM-driven objective and subjective phases — surfacing findings as JSON or as a per-finding user dialogue. Use when the user asks to run livespec doctor or…

15 août 2026
livespec-help
Développeurs de logiciels

Explain what livespec does and route the user to the right livespec operation (seed, propose-change, critique, revise, doctor, prune-history, next). Use when the user asks what livespec can do or wants an overview of its capabilities. Read-only.

15 août 2026
livespec-next
Développeurs de logiciels

Rank the next spec-side action (revise, propose-change, critique, prune-history, or none) over the current <spec-target>/proposed_changes/ and <spec-target>/history/ state, emitting structured JSON. Use when the user asks what to work on next on the spec…

15 août 2026
needs-attention
Développeurs de logiciels

Compose spec, implementation, human-valve, and hygiene gather primitives into a Markdown attention list. Invoke as `/livespec-orchestrator-git-jsonl:needs-attention [--project-root <path>]`.

6 août 2026
capture-impl-gaps
Développeurs de logiciels

Detect spec→impl gaps by invoking the sibling detect-impl-gaps thin-transport skill, then file gap-tied work-items into the JSONL store with per-gap user consent. Required heavyweight authored skill per livespec/SPECIFICATION/contracts.md. Invoke as…

27 juin 2026
capture-spec-drift
Développeurs de logiciels

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…

27 juin 2026
capture-work-item
Développeurs de logiciels

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…

27 juin 2026
detect-impl-gaps
Développeurs de logiciels

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 JSONL, never prompts the…

27 juin 2026
implement
Développeurs de logiciels

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-git-jsonl:implement…

27 juin 2026
list-work-items
Développeurs de logiciels

List work-items from the JSONL work-items store. Required thin-transport surface per livespec/SPECIFICATION/contracts.md. Invoke as `/livespec-orchestrator-git-jsonl:list-work-items [--filter <name>] [--with-gap-id <id>] [--json]`.

27 juin 2026
next
Développeurs de logiciels

Rank the most-ripe impl-side action from the JSONL 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-git-jsonl:next [--limit…

27 juin 2026
10 dépôts affichés sur 10
Tous les dépôts sont affichés