RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/.cursorrules/fall-out-bug/sdp_lab

.cursorrules (deprecated)

.cursorrules
.cursorrulesroot

Quality

86/100

Scores the file, not the repository.

Length

342 words

6 headings · 0 code blocks

Repository

0

— · pushed 78 days ago

Last changed

3 days ago

First indexed 3 days ago.
fall-out-bug/sdp_lab/.cursorrulesRawGitHub
1# SDP Cursor Rules
2 
3You are working in a repository that uses Spec-Driven Protocol (SDP).
4SDP is a structured AI-assisted development workflow: explicit scope,
5workstreams, quality gates, evidence, and review before ship.
6 
7## Decision Tree
8 
9- New product or unclear scope:
10 use `@vision`, `@feature`, `@idea`, `@design`
11- Existing codebase analysis:
12 use `@reality` / `@reality-check` for harness review, or the repo-local CLI:
13 `./.sdp/bin/sdp scout ...`, `./.sdp/bin/sdp metrics ...`, `./.sdp/bin/sdp architect ...`
14- Execute scoped work:
15 use `@build` for one workstream, `@oneshot` for end-to-end execution
16- Bugs and regressions:
17 use `@bugfix`, `@hotfix`, `@issue`, `@debug`
18- Review and verification:
19 use `@review`, `@verify-workstream`, `@ci-triage`
20- Release and operations:
21 use `@ship` or `@deploy`
22- Complex decisions:
23 use `@design`, `@review`, or a manual council pass from `docs/reference/FALLBACK_MODE.md`
24- Parallel work:
25 use fallback checklists unless your Cursor runtime has proven subagent dispatch
26 
27## Working Rules
28 
29- Do not change code without an explicit scope: feature, workstream, or bounded bug.
30- Prefer TDD for behavior changes: Red -> Green -> Refactor.
31- Before claiming success, run the relevant build, test, and lint gates.
32- If your harness cannot spawn subagents, follow `docs/reference/FALLBACK_MODE.md`.
33- Canonical command mapping lives in `prompts/commands.yml`.
34- Canonical prompt sources live in:
35 - `prompts/commands/`
36 - `prompts/skills/`
37 - `prompts/agents/`
38 
39## Quality Gates
40 
41| Language | Build | Test | Lint |
42|---|---|---|---|
43| Go | `go build ./...` | `go test ./...` | `go vet ./...` |
44| Python | `pip install .` | `pytest` | `ruff check .` |
45| Node.js | `npm run build` | `npm test` | `npm run lint` |
46| Rust | `cargo build` | `cargo test` | `cargo clippy` |
47| Java | `mvn compile` | `mvn test` | `mvn checkstyle:check` |
48 
49## Start Here
50 
511. Read `AGENTS.md`
522. Read `docs/reference/project-map.md`
533. If you are working without subagents, read `docs/reference/FALLBACK_MODE.md`
544. Use `prompts/commands.yml` when you need the command-to-skill map
55 
56## Critical Constraints
57 
58- No hidden technical debt
59- No silent workaround when root cause is fixable
60- No “done” without verification evidence
61- No stale prompt drift: edit canonical files in `prompts/`
62 

Commands it names

  • go build ./...
  • go test ./...
  • go vet ./...
  • pip install .
  • pytest
  • ruff check .
  • npm run build
  • npm test
  • npm run lint
  • cargo build
  • cargo test
  • cargo clippy
  • mvn compile
  • mvn test
  • mvn checkstyle:check

Sections

  • SDP Cursor Rules
  • Decision Tree
  • Working Rules
  • Quality Gates
  • Start Here
  • Critical Constraints

What it covers

setupbuildtestlint-formatcode-styledo-notagent-behaviour

Stack — with the evidence

go

(1.00)

docker

(0.60)

github-actions

(0.60)

node

(0.50)

javascript

(0.50)

Format

.cursorrules

Cursor's original single-file format, superseded by .cursor/rules/*.mdc. Tracked here precisely because it is dead: how much of the ecosystem is still shipping a deprecated file is a measurable answer, and a large share of the "best cursor rules" pages on the web still teach this format.

What the corpus says about it

Repository

Owner
fall-out-bug
Language
—
License
—
Archived
no

All configs in this repo

Also in fall-out-bug/sdp_lab

Diff this repo’s formats

One repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?

The other instruction files in this repository
RepositoryFormatStackCoversScoreChanged
fall-out-bug/sdp_labcmd/AGENTS.md · 0AGENTS.mdgodocker+1styledependenciesapido-not+155/1003 days ago
fall-out-bug/sdp_labinternal/AGENTS.md · 0AGENTS.mdgodocker+1styledependenciesapido-not+155/1003 days ago
fall-out-bug/sdp_labprompts/skills/AGENTS.md · 0AGENTS.mdgodocker+1dependenciesapido-notagent-behaviour59/1003 days ago
fall-out-bug/sdp_lab.agents/skills/AGENTS.md · 0AGENTS.mdgodocker+1dependenciesapido-notagent-behaviour59/1003 days ago
fall-out-bug/sdp_lab.codex/AGENTS.md · 0AGENTS.mdgodocker+3setupbuildtestlint-format+486/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/beads.mdc · 0Cursor rulesgodocker+1arch40/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/bugfix.mdc · 0Cursor rulesgodocker+1no sections60/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/build.mdc · 0Cursor rulesgodocker+1build29/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/ci-triage.mdc · 0Cursor rulesgodocker+1arch40/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/oneshot.mdc · 0Cursor rulesgodocker+1no sections30/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/codereview.mdc · 0Cursor rulesgodocker+1archgit40/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/debug.mdc · 0Cursor rulesgodocker+1arch40/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/deliver.mdc · 0Cursor rulesgodocker+1no sections39/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/deploy.mdc · 0Cursor rulesgodocker+1deployment54/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/design.mdc · 0Cursor rulesgodocker+1no sections25/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/feature.mdc · 0Cursor rulesgodocker+1arch40/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/hotfix.mdc · 0Cursor rulesgodocker+1git65/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/idea.mdc · 0Cursor rulesgodocker+1no sections25/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/issue.mdc · 0Cursor rulesgodocker+1api25/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/prd.mdc · 0Cursor rulesgodocker+1no sections16/1003 days ago
Diff against cmd/AGENTS.md Diff against internal/AGENTS.md Diff against prompts/skills/AGENTS.md Diff against .agents/skills/AGENTS.md Diff against .codex/AGENTS.md Diff against .cursor/rules/beads.mdc Diff against .cursor/rules/bugfix.mdc Diff against .cursor/rules/build.mdc Diff against .cursor/rules/ci-triage.mdc Diff against .cursor/rules/oneshot.mdc Diff against .cursor/rules/codereview.mdc Diff against .cursor/rules/debug.mdc Diff against .cursor/rules/deliver.mdc Diff against .cursor/rules/deploy.mdc Diff against .cursor/rules/design.mdc Diff against .cursor/rules/feature.mdc Diff against .cursor/rules/hotfix.mdc Diff against .cursor/rules/idea.mdc Diff against .cursor/rules/issue.mdc Diff against .cursor/rules/prd.mdc

Similar configs

Same format, overlapping stack, ranked by quality.

Same format, overlapping stack, ranked by quality
RepositoryFormatStackCoversScoreChanged
SkeneTechnologies/skene-cookbook.cursorrules · 51.cursorrulespythoneslint+3setuptestlint-formatstyle+1196/1002 days ago
paulpham157/paul-s-cursor-rules1/framework_rules/rules/python-llm-ml-workflow-cursorrules-prompt-file/.cursorrules · 28.cursorrulesgithub-actionstestlint-formatstyletypes+480/1003 days ago
storybookjs/storybook.cursorrules · 91k.cursorrulestypescriptjavascript+6teststylearchdo-not+178/1003 days ago
paulpham157/paul-s-cursor-rules1/framework_rules/rules/flutter-riverpod-cursorrules-prompt-file/.cursorrules · 28.cursorrulesgithub-actionsstylearchdo-notagent-behaviour71/1003 days ago
forem/forem.cursorrules · 23k.cursorrulesrubyrails+9teststyletypesdatabase+471/1003 days ago
paulpham157/paul-s-cursor-rules1/framework_rules/rules/angular-novo-elements-cursorrules-prompt-file/.cursorrules · 28.cursorrulesgithub-actionstestlint-formatstylearch+370/1003 days ago
paulpham157/paul-s-cursor-rules1/framework_rules/rules/aspnet-abp-cursorrules-prompt-file/.cursorrules · 28.cursorrulesgithub-actionstestlint-formatstylearch+570/1003 days ago
paulpham157/paul-s-cursor-rules1/framework_rules/rules/nextjs-supabase-shadcn-pwa-cursorrules-prompt-file/.cursorrules · 28.cursorrulesgithub-actionsbuildstylearchdo-not70/1003 days ago
RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack