shapeup-sdlc-plugin: Instructions file for Claude Code

CLAUDE.md

shapeup-sdlc-plugin CLAUDE.md is an instructions file for Claude Code from nguyenvanphituoc/shapeup-sdlc-plugin. It costs 872 tokens per session, scanned A, original, MIT.

Development instructions for the Shape Up SDLC Claude Code plugin, including its shipped harness document, commands, tests, validation, and design constraints. SDLC means the software development life cycle.

In plain words
What is it for?
Use them when editing the plugin, running its structural tests, validating it, loading a local copy, or regenerating its demonstration asset.
Why use it?
They keep changes compatible with the plugin's zero-dependency design and ensure its product documentation, tests, and validation remain aligned.

Instructions file for Claude Code

Written for Claude Code: Claude Code plugin machinery. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions Claude Code.

This is nguyenvanphituoc/shapeup-sdlc-plugin's own configuration. It tells Claude Code how to work on shapeup-sdlc-plugin itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything shapeup-sdlc-plugin configures →

Reuse

Borrowing it

Nothing to install: this file belongs to nguyenvanphituoc/shapeup-sdlc-plugin. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/nguyenvanphituoc/shapeup-sdlc-plugin/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/nguyenvanphituoc/shapeup-sdlc-plugin

Made for: Claude Code.

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 shapeup-sdlc-plugin CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/nguyenvanphituoc/shapeup-sdlc-plugin/claude-md.svg)](https://agentmods.dev/instructions/nguyenvanphituoc/shapeup-sdlc-plugin/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/nguyenvanphituoc/shapeup-sdlc-plugin/claude-md"><img src="https://agentmods.dev/badge/instructions/nguyenvanphituoc/shapeup-sdlc-plugin/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 872 This file is loaded in full into every session.
When invoked 872 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00872 $0.00872
Opus 5 $0.00436 $0.00436
Sonnet 5 $0.00174 $0.00174
Haiku 4.5 $0.00087 $0.00087

Measured 7d ago against content hash b92246486e55, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

shapeup-sdlc-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 7d 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 · 65 lines

How it starts

The opening of the file, as written. The whole thing — 65 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.

@AGENTS.md


Above the rule: the shipped harness doc. Below: guidance for developing this repo.

What this repo is

A Claude Code plugin (shapeup-sdlc). AGENTS.md is a shipped product artifactbin/init.mjs splices its <!-- HARNESS_START -->…<!-- HARNESS_END --> block into consumer projects. Editing it is a product change: speak in skills/commands/options, never .mjs paths.

Commands

  • npm test — Tier-0 structural suite (tests/structural/); zero deps, no install step.
  • claude plugin validate . --strict (and the same for ./.claude-plugin/marketplace.json) — CI parity.
  • claude --plugin-dir . — load the working copy without installing.
  • npm run demo — regenerates docs/assets/demo-gate.svg by running the real gate hook; never hand-edit the SVG.

Rules that prevent breakage

  • Zero dependencies is load-bearing: executable code is plain Node ESM (.mjs), node: builtins only, no network calls anywhere.
  • Hooks fail open, never closed, unless the bad state is positively proven (hooks/sandbox-guard.mjs is the reference implementation).
  • A version bump touches both package.json and .claude-plugin/plugin.json; release CI fails on mismatch.
  • A new worker skill takes 3 steps: SKILL.md → declare fields in skills/tech-lead/schemas/domain.schema.json → teach harness compile and harness reduce ingest. Step 1 alone yields a skill the orchestrator can't dispatch.
  • tools/ is repo-only and never ships; what ships is the files allowlist in package.json.
  • Commit subjects: type(scope): lowercase declarative.

Keeping the docs and the plugin honest

This repo is both a product and its own blueprint, and the two drift apart silently — a doc saying "11 workers" over a 10-member enum reads perfectly. Two standing rules:

  • Derive facts from artifacts, never from prose. Enums come from skills/tech-lead/schemas/domain.schema.json, counts from the filesystem, and hook behavior from executing the hook against a fixture. A doc, a glossary and a screenshot can all agree with each other and all be wrong; reading any one of them just confirms the others.
  • Nothing in the shipped set may reference something the user did not receive. No benchmark results, internal defect IDs (HD-00x), migration stage names, audit codenames, or paths into docs/, tests/, tools/, evals/. Keep the operative rationale, drop the evidence: a comment should explain why the code is shaped that way without citing an artifact the reader cannot open.

Read the full file on GitHub · 65 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. 7d ago First seen · 65 lines · 872 tokens per session scan A b92246486e55

Subscribe to this mod's changes

shapeup-sdlc-plugin CLAUDE.md is an instructions file published in the GitHub repository nguyenvanphituoc/shapeup-sdlc-plugin (2 stars, last pushed 3d ago), licensed MIT. It adds 872 tokens to every session, about $0.0044 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-31.

Related

Other instructions, from other repositories

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,182 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens