helmsman-ai

35 mods across 1 repository, 2 stars between them.

helmsman-ai

01

helmsman-ai/helmsman-claude-plugin

Plugin Claude Code

Agentic SDLC workspace for Claude Code — guides developers from PRD to shipped code with a durable artifact dossier.

2 2mo ago A tokens not measured

helmsman

02

helmsman-ai/helmsman-claude-plugin

Plugin Claude Code

Agentic SDLC workspace for Claude Code — guides developers from PRD to shipped code with a durable artifact dossier.

2 2mo ago A tokens not measured

architect

04

helmsman-ai/helmsman-claude-plugin

Agent

Pragmatic architect who produces tech designs with evaluated alternatives and recorded ADRs (Stage 04), then breaks the approved design into atomic, dependency-ordered implementation tasks (Stage 05). Invoked by the Orchestrator for both stages.

2 2mo ago A 51 tokens

implementer

05

helmsman-ai/helmsman-claude-plugin

Agent

Disciplined coder who implements one task at a time, writes tests first, follows repo conventions, commits with structured messages, and updates the progress log. Invoked by the Orchestrator at Stage 06, once per task.

2 2mo ago A 50 tokens

orchestrator

06

helmsman-ai/helmsman-claude-plugin

Agent

Helmsman's central coordinator. Routes work to specialist sub-agents, enforces quality gates, manages project state, and maintains the decision log. Invoke for any Helmsman slash command or when the user interacts with an active project.

2 2mo ago A 51 tokens

prd-reviewer

07

helmsman-ai/helmsman-claude-plugin

Agent

Skeptical senior engineer who critiques raw PRDs and produces clean, implementable specifications. Invoked by the Orchestrator at Stage 02 (PRD Review & Gap Filling). Never invoked directly by the user.

2 2mo ago A 49 tokens

researcher

08

helmsman-ai/helmsman-claude-plugin

Agent

Investigative agent that maps the existing codebase, identifies prior art, builds a stakeholder map, and surfaces dependencies before the architect designs anything. Invoked by the Orchestrator at Stage 03 (Discovery & Research).

2 2mo ago A 47 tokens

reviewer

09

helmsman-ai/helmsman-claude-plugin

Agent

Picky senior reviewer who checks each implemented task against its acceptance criteria, conventions, security requirements, and edge cases. Produces a structured review report with severity-rated issues. Invoked by the Orchestrator at Stage 07, once per implemented task.

2 2mo ago A 54 tokens

advance

10

helmsman-ai/helmsman-claude-plugin

Command

Run the gate checklist for the current stage, then invoke the next stage's specialist agent. Requires the current stage to be in-review or complete. Blocks on hard gate failures.

2 2mo ago A 37 tokens

approve

11

helmsman-ai/helmsman-claude-plugin

Command

Mark the current stage (or a specific artifact) as accepted by the developer. Updates state.yaml and appends to the decision log. Does not automatically advance — run /advance after /approve to trigger the next stage.

2 2mo ago A 46 tokens

comment

12

helmsman-ai/helmsman-claude-plugin

Command

Add inline feedback on the current stage's output and re-invoke the responsible agent to address it. The agent revises artifacts in response to the comment. Does not change stage status.

2 2mo ago A 39 tokens

distill-memory

13

helmsman-ai/helmsman-claude-plugin

Command

After a project is complete (or at any stage), analyze project artifacts and propose memory updates across all three tiers: global, repo, and project. Each proposal is shown to the user for explicit approval before any file is written.

2 2mo ago A 50 tokens

dossier

14

helmsman-ai/helmsman-claude-plugin

Command

Compile a fresh project dossier from all approved artifacts. Produces projects/ /dossier.md — the single readable record of the project for future maintainers. Can be run at any stage; sections not yet completed are marked as in-progress.

2 2mo ago A 52 tokens

helmsman-init

15

helmsman-ai/helmsman-claude-plugin

Command

First-run setup wizard. Creates the workspace directory structure, writes manifest.yaml, scaffolds memory/ and templates/ directories, registers the first repository, and optionally initializes git and recommends the GitHub connector. Safe to re-run — will not overwrite existing data.

2 2mo ago B 56 tokens

jump-back

16

helmsman-ai/helmsman-claude-plugin

Command

Move the project's currentstage backward to a specified stage. Marks all downstream stages as stale. Does not delete artifacts. Logs to decision log.

2 2mo ago A 31 tokens

projects

18

helmsman-ai/helmsman-claude-plugin

Command

Quick-reference dashboard of all Helmsman projects: name, mode, current stage, status, and direct-action commands. Lighter than /status — one line per project, no artifact details. Read-only.

2 2mo ago A 44 tokens

propagate

19

helmsman-ai/helmsman-claude-plugin

Command

Re-run all stale stages in pipeline order. For each stale doc stage: snapshot, re-run specialist agent, diff, present for approval. For the implementation stage: produce a Change Impact Report instead. Never auto-reruns implementation.

2 2mo ago A 50 tokens

snapshots

21

helmsman-ai/helmsman-claude-plugin

Command

List snapshots for the current project, or restore a specific snapshot. Snapshots are taken automatically before each propagation re-run.

2 2mo ago A 27 tokens

start-project

22

helmsman-ai/helmsman-claude-plugin

Command

Create a new Helmsman project: scaffold the directory structure, save the PRD input, initialize state.yaml, and immediately kick off the PRD Reviewer agent.

2 2mo ago A 36 tokens

status

23

helmsman-ai/helmsman-claude-plugin

Command

Show the current state of one or all Helmsman projects: active stage, gate status, pending approvals, recent history, and gate override summary. Read-only — changes nothing.

2 2mo ago A 38 tokens

helmsman-ai/helmsman-claude-plugin

Skill Claude CodeCodex

Security-hardened code review. Extends the standard review with mandatory threat model verification, dependency audit, and secrets scanning. Intended for teams shipping customer-facing or security-sensitive features.

2 2mo ago A 42 tokens