lbk-open

24 mods across 1 repository, 1 stars between them.

super-spec

01

lbk-open/super-spec

Plugin Claude Code

Spec-driven development workflows, multi-agent coding and review, and engineering guardrails for AI coding agents.

1 10d ago A tokens not measured original Apache-2.0

super-spec

02

lbk-open/super-spec

Plugin Claude Code

Spec-driven development toolkit for AI coding agents: end-to-end workflows, multi-agent coding and review, living specs, and engineering guardrails.

1 10d ago A tokens not measured original Apache-2.0

lbk-open/super-spec

Instructions file CodexOpenCode

AGENTS.md instructions for lbk-open/super-spec, covering superspec — repository guide, verification commands, architecture, one source, four runtimes and skill layout and cross-references.

1 10d ago A 1,523 tokens original Apache-2.0

lbk-open/super-spec

Instructions file

Claude Code instructions for lbk-open/super-spec, a project described as: Agent Skills that take a requirement — or a production alert — to a reviewed pull request: multi-agent TDD coding, a parallel review panel with severity-graded verdicts, living OpenSpec-compatible specs, and per-language guardrails.

1 10d ago A 5 tokens copy · 100% Apache-2.0

ss-archive

05

lbk-open/super-spec

Skill Claude CodeCodex

Merges an active OpenSpec change's delta specs into the authoritative openspec/specs/ tree and moves the change directory into the dated archive. Idempotent; the ss-create-pr skill calls it automatically before opening a PR. Use it once a delta is reviewed and ready to become part of the source of truth.

1 10d ago A 68 tokens original Apache-2.0

ss-cleanup

06

lbk-open/super-spec

Skill Claude CodeCodex

Use after development work is finished to confirm the PR/MR is merged (offering to merge it if not), return to the main checkout on an up-to-date default branch, remove the development branch's worktree, and delete the spent branch — both locally and, optionally, on the remote. Exits immediately with nothing to do if…

1 10d ago A 83 tokens original Apache-2.0

ss-code-review

07

lbk-open/super-spec

Skill Claude CodeCodex

Use for a comprehensive code review of a diff — standalone (a pull request, a SHA range, or the current branch) or as the post-coding review step invoked by ss-coding. Dispatches independent subagents for general code quality, coding-standard compliance (global, stack, and project level, plus OpenSpec compliance when…

1 10d ago A 106 tokens original Apache-2.0

ss-coding-workflow

08

lbk-open/super-spec

Skill Claude CodeCodex

Executes a ready-made plan or a plain-language change instruction end to end — branch, multi-agent coding with built-in review, and PR/commit delivery. Use for running an existing execution plan or a simple, well-scoped code change; use ss-feature-workflow instead when a proposal and plan still need to be drafted.

1 10d ago A 72 tokens original Apache-2.0

ss-coding

09

lbk-open/super-spec

Skill Claude CodeCodex

Use when an implementation plan (or a plan-shaped requirement) needs to be executed as parallel, test-driven development across multiple subagents, ending in one comprehensive review pass. Reads the plan, dispatches implementer subagents by parallel group, tracks task status and git commits, enforces scope and…

1 10d ago A 85 tokens original Apache-2.0

ss-create-branch

10

lbk-open/super-spec

Skill Claude CodeCodex

Use when starting new development work to cut a properly named branch from the remote default branch, decide whether to develop it in an isolated git worktree, push it immediately, and set up upstream tracking. Takes a branch name, a requirement link, or a plain-language description as input.

1 10d ago A 62 tokens original Apache-2.0

ss-create-pr

11

lbk-open/super-spec

Skill Claude CodeCodex

Use once coding and code review are complete and it's time to open a pull/merge request. Runs pre-flight checks (tests, cleanup scan), rebases onto the target branch, verifies again if the rebase changed anything, then opens a PR on GitHub (via gh) or an MR on GitLab (via glab) depending on the repository's remote.…

1 10d ago A 113 tokens original Apache-2.0

ss-feature-workflow

12

lbk-open/super-spec

Skill Claude CodeCodex

End-to-end feature delivery — takes a PRD, requirement description, or requirement doc link and orchestrates branch creation, a complexity-gated technical proposal (complex requirements only), execution plan, multi-agent coding with built-in review, and PR/commit delivery. Use only when the user explicitly asks for…

1 10d ago A 78 tokens original Apache-2.0

ss-guardrails

13

lbk-open/super-spec

Skill Claude CodeCodex

A library of safety, code-quality, and anti-mistake checklists that other ss- skills consult on demand while writing or reviewing code. Not invoked directly by users — skills like ss-coding-workflow, ss-code-review, and ss-coding read core.md plus the relevant language file before generating or grading code.

1 10d ago A 70 tokens original Apache-2.0

ss-inspect

14

lbk-open/super-spec

Skill Claude CodeCodex

Use when investigating any technical issue — a bug, alert, performance regression, or unexpected behavior — that needs evidence-based root-cause analysis rather than a guess. Runs a report-only six-phase process with L0 Local, L1 Runtime, and L2 Systemic evidence budgets, automatic risk promotion, and a structured…

1 10d ago A 72 tokens original Apache-2.0

ss-list-changes

15

lbk-open/super-spec

Skill Claude CodeCodex

Lists active OpenSpec changes and recent archived entries in the current repository. Use this skill to get a quick inventory of in-flight delta specs and what has already been merged, without manually browsing the openspec/ directory.

1 10d ago A 48 tokens original Apache-2.0

lbk-open/super-spec

Skill Claude CodeCodex

Executes a requirement that spans multiple git repositories — plans once, then runs one repository-scoped coding unit per repository (each running ss-coding-workflow from that repo's real working root), batched by dependency order, and consolidates all resulting PRs into one cross-repo report. Use only when explicitly…

1 10d ago A 87 tokens original Apache-2.0

ss-plan

17

lbk-open/super-spec

Skill Claude CodeCodex

Use before writing any code, once you have a requirement, technical proposal, or spec that needs to become an executable, task-level plan. Decomposes the input into self-contained, TDD-ordered tasks with explicit dependencies, exact file paths, and acceptance criteria traced to OpenSpec scenarios; splits…

1 10d ago A 82 tokens original Apache-2.0

ss-proposal

18

lbk-open/super-spec

Skill Claude CodeCodex

Use when you have a PRD or requirement description and need a complete technical proposal before writing any code. Filters the requirement down to this repository's boundary, analyzes the existing architecture and conventions, and produces a Markdown proposal covering architecture, data flow, key interfaces…

1 10d ago A 78 tokens original Apache-2.0

ss-references

19

lbk-open/super-spec

Skill Claude CodeCodex

A library of shared templates that other ss- skills read at runtime — subagent dispatch prompts, the technical-proposal template and its quality checklist, the OpenSpec directory skeleton, and the multi-repo detection rules. Not invoked directly by users; skills like ss-coding, ss-proposal, ss-write-spec, and the…

1 10d ago A 80 tokens original Apache-2.0

ss-reverse-spec

20

lbk-open/super-spec

Skill Claude CodeCodex

Reverse-engineers OpenSpec source-of-truth capability specs from an existing (brownfield) codebase, either as a full baseline sweep or for a single capability. Bootstraps the openspec/ skeleton first if the project doesn't have one yet. Use this to give a legacy repository a meaningful starting spec instead of an…

1 10d ago A 77 tokens original Apache-2.0

ss-show-spec

21

lbk-open/super-spec

Skill Claude CodeCodex

Displays the current source-of-truth OpenSpec for a capability, or lists all capabilities when called without one, and summarizes recent archived changes that touched it. Use this as the entry point before reading or editing anything under openspec/ — do not grep or browse the directory manually first.

1 10d ago A 61 tokens original Apache-2.0

ss-trace-spec

22

lbk-open/super-spec

Skill Claude CodeCodex

Traces when an OpenSpec Requirement or Scenario was added, modified, removed, or renamed by searching current specs, archived deltas, and git history. Use this to answer "when and why did this behavior change" questions about a capability.

1 10d ago A 54 tokens original Apache-2.0

lbk-open/super-spec

Skill Claude CodeCodex

End-to-end defect fix — takes an issue link, alert ID, or problem description and orchestrates tier-adaptive root-cause investigation, human confirmation, branching, a fix plan, multi-agent coding with built-in review, and PR/commit delivery. Use only when the user explicitly asks for the full diagnose-to-delivery…

1 10d ago A 79 tokens original Apache-2.0

ss-write-spec

24

lbk-open/super-spec

Skill Claude CodeCodex

Generates or updates OpenSpec delta specs under openspec/changes/ / from a proposal, PRD, or plain-language requirement, bootstrapping the openspec/ skeleton first if the project doesn't have one yet. Use this to align capability specs with reviewers before writing a full execution plan, or to adjust deltas without…

1 10d ago A 76 tokens original Apache-2.0