Bluestep-Systems

24 mods across 1 repository, 2 stars between them.

bluestep

01

Bluestep-Systems/bspecs

Plugin Claude Code

BlueStep platform tooling for Claude Code — spec-driven development skills, b6p CLI integration, subagents, hooks, and an on-demand platform reference.

2 4d ago A tokens not measured

Bluestep-Systems/bspecs

Agent Claude Code

Implements exactly ONE already-approved task from a feature spec in this repo (the bspecs scaffolder), in an isolated context. Invoked by /spec-execute to keep scoped source reads out of the main session. Reads the task's spec files and only the files the task references, makes the change, verifies, and returns a…

2 4d ago A 94 tokens

bspecs

03

Bluestep-Systems/bspecs

Settings file Claude Code

Agent settings declaring 1 allowed tools.

2 4d ago A tokens not measured

bspecs-triage

04

Bluestep-Systems/bspecs

Skill Claude CodeCodex

Triage the AI.List feedback inbox — dedup, verify claims against shipped source, tag, assign, and move every triaged task out of "Open" so status is the state machine. Use when new ai-plugin feedback has accumulated on ClickUp, or on request ("triage the board", "any new issues?").

2 4d ago A 73 tokens

quick-task

05

Bluestep-Systems/bspecs

Skill Claude CodeCodex

Short workflow for small tasks and bug fixes that don't warrant a full 3-phase spec. Use for clearly-scoped changes and bugs in this repo.

2 4d ago A 33 tokens

release-email

06

Bluestep-Systems/bspecs

Skill Claude CodeCodex

Draft and queue a BlueStep-branded release-update email across three products (the bluestep-tools plugin, the b6p CLI, and the gateway MCP) since the last-sent watermarks. Maintainer-only, repo-local, manual — reads watermarks over the gateway MCP, collects changes (CHANGELOG / gh / ClickUp), renders the email-safe…

2 4d ago A 125 tokens

spec-create

07

Bluestep-Systems/bspecs

Skill Claude CodeCodex

Start a new spec-driven feature. Creates requirements.md, then design.md, then tasks.md with explicit user approval between each phase. Use when the user wants to plan a non-trivial change to this repo (the bspecs scaffolder).

2 4d ago A 52 tokens

spec-execute

08

Bluestep-Systems/bspecs

Skill Claude CodeCodex

Execute one task from a feature spec. By default delegates implementation to the spec-task-implementer subagent (isolated context); pass --inline to implement in the main session. Updates the task checkbox when done. Use after /spec-create has produced an approved tasks.md.

2 4d ago A 60 tokens

spec-status

09

Bluestep-Systems/bspecs

Skill Claude CodeCodex

Show progress of all feature specs in .claude/specs/. Use when the user wants a summary of what's in flight.

2 4d ago A 29 tokens

bspecs CLAUDE.md

10

Bluestep-Systems/bspecs

Instructions file

Claude Code instructions for Bluestep-Systems/bspecs, covering bspecs — bluestep tooling for spec-driven development, architecture, key behaviors, editing the plugin and running / testing.

2 4d ago C 5,106 tokens

bluestep-tools

11

Bluestep-Systems/bspecs

Plugin Claude Code

Spec-driven BlueStep (B6P) development tooling for AI coding agents (Claude Code, Cursor, Codex): b6p platform CLI skills, the spec- workflow, BlueStep subagents, guardrail hooks, and an on-demand platform reference.

2 4d ago A tokens not measured

bluestep-gateway

12

Bluestep-Systems/bspecs

MCP server Claude CodeCodexCursor

MCP server "bluestep-gateway", hosted remotely at gateway.bluestep.net, as configured in Bluestep-Systems/bspecs.

2 4d ago A tokens not measured

b6p-code-review

13

Bluestep-Systems/bspecs

Agent

Reviews BlueStep component code and returns a structured report grouped Critical / Warnings / Suggestions — try/catch coverage, Optional .get() safety, server/client boundary, console. left in, mergeTag/field usage, component-library vs hand-rolled UI, and a11y. Invoke after a coding task is done (typically suggested…

2 4d ago A 101 tokens

b6p-commenter

14

Bluestep-Systems/bspecs

Agent

Documents a BlueStep component by filling in its draft/README.md from the code — Overview, Type, Fields used, Behavior, External dependencies, and known gotchas. Invoke after a coding task is done (typically suggested at a /spec-execute STOP), before code review. Edits the README ONLY — never adds inline comments…

2 4d ago A 81 tokens

Bluestep-Systems/bspecs

Agent

Implements exactly ONE already-approved task from a feature spec, in an isolated context. Invoked by /spec-execute to keep heavy declaration/source reads out of the main session. Reads the task's spec files and the project's declaration files, writes the code, compiles each tsconfig folder, and returns a structured…

2 4d ago A 90 tokens

PreToolUse

16

Bluestep-Systems/bspecs

Hook

Runs before the agent uses a tool for Edit, Write and Bash tool calls, executing block-generated-files.sh, block-inline-frontend.sh and block-tsc.sh (3 commands). From Bluestep-Systems/bspecs.

2 4d ago A tokens not measured

b6p-audit

17

Bluestep-Systems/bspecs

Skill Claude CodeCodex

Compare a local component's state against what lives on the BlueStep platform, listing files that differ. Use when the user wants to know if they (or someone else) changed something on the platform side, or before a push to be sure nothing unexpected will be overwritten.

2 4d ago A 60 tokens

b6p-pull

18

Bluestep-Systems/bspecs

Skill Claude CodeCodex

Pull a B6P component from the BlueStep platform into the local workspace using its DAV URL, and scaffold draft/README.md if missing. Use when the user wants to bring a component down for the first time or re-sync after platform edits.

2 4d ago A 56 tokens

b6p-push

19

Bluestep-Systems/bspecs

Skill Claude CodeCodex

Push local changes for a component back to the BlueStep platform. Use when the user is ready to deploy local edits.

2 4d ago A 30 tokens

bluestep-init

20

Bluestep-Systems/bspecs

Skill Claude CodeCodex

Set up BlueStep (B6P) tooling in a project — new or existing — and activate the always-on platform rules. Non-destructive and idempotent — writes any missing per-project files (AGENTS.md with the rules, a one-line CLAUDE.md bridge, README.md, package.json, .gitignore, .prettierrc), skips files that already exist…

2 4d ago B 139 tokens

bluestep-reference

21

Bluestep-Systems/bspecs

Skill Claude CodeCodex

On-demand BlueStep (B6P) platform reference — BsJs/RelateScript patterns, conventions, and gotchas. Consult when implementing, reviewing, or documenting a BlueStep component. This file is the manifest of single-topic instruction files (reference/, conventions/, gotchas/) with a one-line "load when" trigger for each…

2 4d ago A 83 tokens

Bluestep-Systems/bspecs

Skill Claude CodeCodex

Scaffold an off-platform Vite/Preact SPA merge-report project — check Node 20, run create-vite (preact-ts), set base "./", wire the deploy-lib config block + repository field, then print the [PLATFORM] report-creation and GitHub-repo steps for the human to execute. Use when starting a new Vite/Preact single-page-app…

2 4d ago A 111 tokens

bspecs-feedback

23

Bluestep-Systems/bspecs

Skill Claude CodeCodex

Send a bspecs tooling-change request (a rule, skill, subagent, hook, reference file, spec/module template, or a shipped AGENTS.md rule) upstream to the team's tracker. Use when you or the user notice something about the bluestep-tools plugin itself that should change — the plugin is a read-only shared install, so a…

2 4d ago A 86 tokens

task-comment

24

Bluestep-Systems/bspecs

Skill Claude CodeCodex

Draft a standardized implementation comment for a ClickUp task after a fix or feature is shipped. Handles both org-propagated (component-based) and direct (code-only) changes.

2 4d ago A 39 tokens