project

A project rulebook for agent-sdd-kit, a toolkit that applies specification-driven development (SDD) to software projects. SDD breaks work into a proposal, requirements, design, task list, implementation, review, and testing.

In plain words
What is it for?
Use it to guide OpenSpec commands, manage change folders, check progress, and follow the project's required development workflow.
Why use it?
It gives the coding agent a consistent process and explains which commands and files belong to each stage. This reduces confusion about how changes should be planned, built, and completed.

Cursor rule for Cursor

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 rules/erionrb/agent-sdd-kit/project
Clone the repo
git clone --depth 1 https://github.com/erionrb/agent-sdd-kit

Made for: Cursor.

Per session 732 This file is loaded in full into every session.
When invoked 732 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.00732 $0.00732
Opus 5 $0.00366 $0.00366
Sonnet 5 $0.00146 $0.00146
Haiku 4.5 $0.00073 $0.00073

Measured yesterday against content hash 5e49804aee87, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

project 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 yesterday.

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.

.cursor/rules/project.mdc · 70 lines

How it starts

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

agent-sdd-kit

This is agent-sdd-kit — an open source SDD AI workflow toolkit and canonical setup provider for applying the SDD methodology to real software repositories. It is not a product codebase; it is the tooling, training, prompt, and setup layer reused across projects.

Workflow

All development in this repo follows the SDD cycle via OpenSpec CLI (v1.3.1):

Idea → proposal.md (what/why) → specs.md → design.md (how) → tasks.md (steps) → implement → review → QA

Key commands

Command What it does
/opsx-propose Propose a new change — create it and generate all artifacts in one step
/opsx-apply Implement tasks from an existing change
/opsx-explore Explore / think through a problem before proposing
/opsx-archive Archive a completed change into main specs

CLI equivalents:

openspec new change <name>         # scaffold a new change
openspec status --change <name>    # check artifact completion
openspec list                      # list all active changes
openspec instructions apply --change <name> --json  # get implementation instructions

Changes live in openspec/changes/<name>/ with .openspec.yaml and artifact files (proposal.md, specs.md, design.md, tasks.md).

The active schema is spec-driven: proposal → specs → design → tasks. Config is at openspec/config.yaml.

Structure

.claude/skills/         OpenSpec skills for Claude Code (opsx: propose, apply, explore, archive)
.cursor/rules/          Project context for Cursor (this file)
.cursor/commands/       OpenSpec slash commands for Cursor (opsx-propose, apply, explore, archive)
docs/training/path/     8-step SDD learning path (start at README.md)
openspec/               OpenSpec project root (config + future changes/)
memory/                 Persistent memory for agent sessions

What's missing (build these next)

The framework is partially set up. The docs/training/path/08-whats-next.md file has the full action checklist. Short version:

Read the full file on GitHub · 70 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. yesterday First seen · 70 lines · 732 tokens per session scan A 5e49804aee87

Subscribe to this mod's changes

project is a cursor rule published in the GitHub repository erionrb/agent-sdd-kit (3 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 732 tokens to every session, about $0.0037 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.