shipspec-claude-code-plugin CLAUDE.md

shipspec-claude-code-plugin CLAUDE.md is an instructions file for coding agents from jsegov/shipspec-claude-code-plugin. It costs 1,978 tokens per session, scanned A, original, MIT.

Instructions for ShipSpec, a Claude Code plugin for planning and implementing software features through structured requirements, designs, tasks, and acceptance checks. A PRD describes what a feature should do, while an SDD describes how it should be built.

In plain words
What is it for?
Gathering requirements, making technical designs, breaking features into tasks, implementing them, and verifying acceptance criteria.
Why use it?
They turn vague feature requests into an ordered plan with checks that can be used to confirm the implementation is correct.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/jsegov/shipspec-claude-code-plugin/claude-md
Clone the repo
git clone --depth 1 https://github.com/jsegov/shipspec-claude-code-plugin

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for shipspec-claude-code-plugin CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/jsegov/shipspec-claude-code-plugin/claude-md.svg)](https://agentmods.dev/instructions/jsegov/shipspec-claude-code-plugin/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/jsegov/shipspec-claude-code-plugin/claude-md"><img src="https://agentmods.dev/badge/instructions/jsegov/shipspec-claude-code-plugin/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,978 This file is loaded in full into every session.
When invoked 1,978 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.01978 $0.01978
Opus 5 $0.00989 $0.00989
Sonnet 5 $0.00396 $0.00396
Haiku 4.5 $0.00198 $0.00198

Measured 3d ago against content hash 2e15bf17f919, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

shipspec-claude-code-plugin CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 218 lines

How it starts

The opening of the file, as written. The whole thing — 218 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Project Overview

ShipSpec is a Claude Code plugin for spec-driven feature development. It replaces vague plans with structured PRDs (Product Requirements Documents), SDDs (Software Design Documents), and ordered tasks with acceptance criteria.

Plugin Architecture

shipspec/
├── commands/           # User-invocable slash commands
│   ├── feature-planning.md    # 7-phase planning workflow
│   ├── implement-task.md      # Single task implementation with verification
│   ├── implement-feature.md   # Full feature implementation loop
│   ├── cancel-task-loop.md    # Cancel active task retry loop
│   └── cancel-feature-retry.md
├── agents/             # Specialized subagents (Task tool invocations)
│   ├── prd-gatherer.md        # Requirements elicitation
│   ├── design-architect.md    # Technical design decisions
│   ├── task-planner.md        # Task decomposition
│   ├── task-manager.md        # TASKS.json parsing/validation/status updates
│   ├── task-verifier.md       # Acceptance criteria verification
│   └── planning-validator.md  # PRD/SDD alignment checking
├── skills/             # Reusable skill templates (invoked via skill loader)
│   ├── prd-template/          # PRD structure and patterns
│   ├── sdd-template/          # Atlassian 8-section SDD format
│   ├── codebase-context/      # Tech stack extraction
│   ├── agent-prompts/         # Task prompt generation
│   ├── research/              # Web/doc research patterns
│   └── task-loop-verify/      # Loop verification skill
├── hooks/              # Stop hooks for Ralph Loop methodology
│   ├── hooks.json             # Hook registration
│   ├── task-loop-hook.sh      # Per-task auto-retry
│   ├── feature-retry-hook.sh  # Feature-wide task retry
│   └── planning-refine-hook.sh # Large task refinement
└── .claude-plugin/     # Plugin metadata
    └── plugin.json

Key Workflows

Feature Planning (/feature-planning)

7-phase workflow: Description → Setup → Requirements Gathering → PRD Generation → Technical Decisions → SDD Generation → Task Generation

Read the full file on GitHub · 218 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 218 lines · 1,978 tokens per session scan A 2e15bf17f919

Subscribe to this mod's changes

shipspec-claude-code-plugin CLAUDE.md is an instructions file published in the GitHub repository jsegov/shipspec-claude-code-plugin (20 stars, last pushed 7mo ago), licensed MIT. It adds 1,978 tokens to every session, about $0.0099 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.