RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/Cursor rules/danielvm-git/bigpowers

Cursor rule

.cursor/rules/change-request.mdc

Add a new requirement or reorder epics by WSJF against specs/release-plan.yaml and epic capsule directories. Modes Add and Reorder. Use when a new requirement arrives mid-release or the plan needs prioritization.

Cursor rules

Quality

48/100

Scores the file, not the repository.

Length

669 words

15 headings · 0 code blocks

Repository

114

— · pushed 0 days ago

Last changed

3 days ago

First indexed 3 days ago.
danielvm-git/bigpowers/.cursor/rules/change-request.mdcRawGitHub
1---
2description: "Add a new requirement or reorder epics by WSJF against specs/release-plan.yaml and epic capsule directories. Modes Add and Reorder. Use when a new requirement arrives mid-release or the plan needs prioritization."
3alwaysApply: false
4---
5 
6# story: e45s29
7# story: e20s01
8 
9# Change Request
10 
11> **HARD GATE** — `specs/release-plan.yaml` must exist before running either mode. If it doesn't, run `plan-release` first.
12>
13> → verify: `test -f specs/release-plan.yaml`
14 
15Two modes. State which one you want or the skill will ask.
16 
17## Mode A — Add
18 
19Intake a new requirement mid-flight without disrupting work in progress.
20 
211. **Capture**: What is the change? What problem does it solve?
222. **Locate**: Which existing stories in `specs/epics/` does it affect or replace?
233. **Draft**: Add story + `tasks[]` with Gherkin-style AC in epic YAML (each task has `verify`). Tag requirement deltas: `ADDED` / `MODIFIED` / `REMOVED` / `RENAMED` with before/after for non-`ADDED` changes (e45s29).
244. **Place**: Append story under existing epic capsule, or create `specs/epics/eNN-slug.yaml` and register in `release-plan.yaml` `epics[]`.
255. **Score**: Compute WSJF; note if it outranks in-progress work.
26 
27→ verify: `grep -c 'stories:' specs/epics/*/epic.yaml`
28 
29## Mode B — Reorder
30 
31Value-engineering pass over the full release using WSJF.
32 
33See [REFERENCE.md](REFERENCE.md) for the full WSJF scoring rubric.
34 
351. **Score** each epic/story: BV + TC + RR / Job Size.
362. **Re-sort** `release-plan.yaml` `epics[]` and per-epic `wsjf` fields.
373. **Flag cut candidates**: WSJF < 1.5.
384. **Update** `specs/release-plan.yaml` and epic `wsjf` keys with rationale.
395. **Report** the delta.
40 
41→ verify: `grep -c 'wsjf' specs/release-plan.yaml specs/epics/*/epic.yaml`
42 
43## Conversational Mode
44 
45If the user's request is in natural language and does not match the structured format of Mode A or Mode B, enter Conversational Mode to extract the change parameters through interactive dialogue.
46 
47### 5-Step Flow
48 
491. **Capture**: Parse the natural-language request for what, why, and where. Ask at most 3 clarifying questions before drafting.
502. **Locate**: Identify which epic or capability in `specs/epics/` the request affects or replaces.
513. **Draft**: Present a structured draft of the proposed story and tasks for user confirmation.
524. **Score**: Estimate the WSJF score and explain the calculation so the user understands the priority.
535. **Place**: Confirm the final epic placement with the user before writing files.
54 
55## After either mode
56 
57Run `bash scripts/sync-status-from-epics.sh`. Suggest `plan-work` or `build-epic` for the top-ranked unstarted story.
58 
59---
60 
61# WSJF Scoring Reference
62 
63Weighted Shortest Job First: **WSJF = (Business Value + Time Criticality + Risk Reduction) / Job Size**
64 
65All dimensions scored 1–10 using a Fibonacci-like scale: 1, 2, 3, 5, 8, 10.
66 
67## Business Value
68 
69| Score | Meaning |
70|-------|---------|
71| 10 | Core revenue path, legal requirement, blocking launch |
72| 8 | Significant user value, major pain point removed |
73| 5 | Notable improvement, medium user segment affected |
74| 3 | Nice-to-have, minor convenience |
75| 1 | Cosmetic or speculative |
76 
77## Time Criticality
78 
79| Score | Meaning |
80|-------|---------|
81| 10 | Hard deadline (regulatory, contract, launch date) |
82| 8 | Competitive window closing, partner dependency |
83| 5 | Would delay next milestone if deferred |
84| 3 | Flexible, can slip one sprint |
85| 1 | No urgency |
86 
87## Risk Reduction (or Opportunity Enablement)
88 
89| Score | Meaning |
90|-------|---------|
91| 10 | Eliminates critical architectural risk or enables a new capability |
92| 8 | Reduces a known failure mode or unblocks high-value work |
93| 5 | Moderate risk mitigation or enablement |
94| 3 | Low risk reduction |
95| 1 | No risk relevance |
96 
97## Job Size (effort denominator — larger = lower WSJF)
98 
99| Score | Meaning |
100|-------|---------|
101| 1 | Hours |
102| 2 | 1 day |
103| 3 | 2–3 days |
104| 5 | 1 week |
105| 8 | 2 weeks |
106| 10 | 1 month+ |
107 
108## Cut threshold
109 
110Stories with WSJF < 1.5 are cut candidates: high effort, low combined value.
111 
112## Example
113 
114Story: "Add OAuth login"
115- Business Value: 8 (removes major sign-up friction)
116- Time Criticality: 5 (Q3 launch nice, not hard)
117- Risk Reduction: 3 (minor security improvement)
118- Job Size: 5 (one week)
119 
120WSJF = (8 + 5 + 3) / 5 = **3.2** — healthy, implement early.
121 

Sections

  • story: e45s29
  • story: e20s01
  • Change Request
  • Mode A — Add
  • Mode B — Reorder
  • Conversational Mode
  • 5-Step Flow
  • After either mode
  • WSJF Scoring Reference
  • Business Value
  • Time Criticality
  • Risk Reduction (or Opportunity Enablement)
  • Job Size (effort denominator — larger = lower WSJF)
  • Cut threshold
  • Example

Stack — with the evidence

shell

(0.80)

node

(0.70)

react

(0.70)

astro

(0.70)

express

(0.70)

vitest

(0.70)

typescript

(0.60)

javascript

(0.60)

python

(0.60)

github-actions

(0.60)

Format

Cursor rules

The most expressive format here. Many small .mdc files, each with frontmatter declaring when it should load, so a rule about migrations only enters context when a migration is open. Costs the most to maintain and only one editor reads it.

What the corpus says about it

Repository

Owner
danielvm-git
Language
—
License
—
Archived
no

All configs in this repo

Also in danielvm-git/bigpowers

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
danielvm-git/bigpowers.cursor/rules/align-grid.mdc · 114Cursor rulesnodeshell+8lint-formatdo-notagent-behaviour65/1003 days ago
danielvm-git/bigpowers.cursor/rules/assess-impact.mdc · 114Cursor rulesshellnode+8testtesting-strategydeployment66/1003 days ago
danielvm-git/bigpowers.cursor/rules/audit-code.mdc · 114Cursor rulesshellnode+8setuptestlint-formatstyle+466/1003 days ago
danielvm-git/bigpowers.cursor/rules/audit-plan.mdc · 114Cursor rulesnodeshell+8buildteststylegit74/1003 days ago
danielvm-git/bigpowers.cursor/rules/build-epic.mdc · 114Cursor rulesshellnode+8buildgit58/1003 days ago
danielvm-git/bigpowers.cursor/rules/commit-message.mdc · 114Cursor rulesshellnode+8lint-formatstyletypesgit+382/1003 days ago
danielvm-git/bigpowers.cursor/rules/compose-workflow.mdc · 114Cursor rulesshellnode+8styledo-notagent-behaviour65/1003 days ago
danielvm-git/bigpowers.cursor/rules/context7-mcp.mdc · 114Cursor rulesshellnode+8style54/1003 days ago
danielvm-git/bigpowers.cursor/rules/craft-skill.mdc · 114Cursor rulesshellnode+8stylearchgitdo-not69/1003 days ago
danielvm-git/bigpowers.cursor/rules/deepen-architecture.mdc · 114Cursor rulesshellnode+8testtesting-strategydo-not57/1003 days ago
danielvm-git/bigpowers.cursor/rules/define-language.mdc · 114Cursor rulesshellnode+8lint-formatdo-not65/1003 days ago
danielvm-git/bigpowers.cursor/rules/define-success.mdc · 114Cursor rulesshellnode+8no sections4/1003 days ago
danielvm-git/bigpowers.cursor/rules/delegate-task.mdc · 114Cursor rulesshellnode+8git62/1003 days ago
danielvm-git/bigpowers.cursor/rules/deploy.mdc · 114Cursor rulesnodeshell+8setupbuildtestdeployment77/1003 days ago
danielvm-git/bigpowers.cursor/rules/design-interface.mdc · 114Cursor rulesshellnode+8styleagent-behaviour58/1003 days ago
danielvm-git/bigpowers.cursor/rules/develop-tdd.mdc · 114Cursor rulesshellnode+8teststylearchtesting-strategy+585/1003 days ago
danielvm-git/bigpowers.cursor/rules/diagnose-root.mdc · 114Cursor rulesshellnode+8no sections39/1003 days ago
danielvm-git/bigpowers.cursor/rules/diagnose-stall.mdc · 114Cursor rulesshellnode+8no sections44/1003 days ago
danielvm-git/bigpowers.cursor/rules/dispatch-agents.mdc · 114Cursor rulesshellnode+8git54/1003 days ago
danielvm-git/bigpowers.cursor/rules/edit-document.mdc · 114Cursor rulesshellnode+8no sections39/1003 days ago
Diff against .cursor/rules/align-grid.mdc Diff against .cursor/rules/assess-impact.mdc Diff against .cursor/rules/audit-code.mdc Diff against .cursor/rules/audit-plan.mdc Diff against .cursor/rules/build-epic.mdc Diff against .cursor/rules/commit-message.mdc Diff against .cursor/rules/compose-workflow.mdc Diff against .cursor/rules/context7-mcp.mdc Diff against .cursor/rules/craft-skill.mdc Diff against .cursor/rules/deepen-architecture.mdc Diff against .cursor/rules/define-language.mdc Diff against .cursor/rules/define-success.mdc Diff against .cursor/rules/delegate-task.mdc Diff against .cursor/rules/deploy.mdc Diff against .cursor/rules/design-interface.mdc Diff against .cursor/rules/develop-tdd.mdc Diff against .cursor/rules/diagnose-root.mdc Diff against .cursor/rules/diagnose-stall.mdc Diff against .cursor/rules/dispatch-agents.mdc Diff against .cursor/rules/edit-document.mdc

Similar configs

Same format, overlapping stack, ranked by quality.

Same format, overlapping stack, ranked by quality
RepositoryFormatStackCoversScoreChanged
TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 45Cursor rulestypescriptpytest+15testlint-formatstylearch+5100/1003 days ago
hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126Cursor rulesgobun+5setupbuildtestlint-format+6100/1003 days ago
markstev/mark-starter.cursor/rules/frontend.mdc · 0Cursor rulestypescriptturborepo+14setuptestlint-formatstyle+699/1003 days ago
Allymahmoud/case-intake-platform.cursor/rules/frontend.mdc · 0Cursor rulestypescriptturborepo+13setuptestlint-formatstyle+799/1003 days ago
dodgecfr/combatfilms-webapp.cursor/rules/frontend.mdc · 0Cursor rulestypescriptturborepo+15setuptestlint-formatstyle+799/1003 days ago
deifos/clipmira-subtitles.cursor/rules/frontend.mdc · 1Cursor rulestypescriptnextjs+5setuptestlint-formatstyle+799/1003 days ago
TechSquidTV/Hermes.cursor/rules/20-hermes-api-tests.mdc · 45Cursor rulestypescriptpytest+15teststyletesting-strategysecurity+397/1003 days ago
langflow-ai/langflow.cursor/rules/docs_development.mdc · 153kCursor rulespythonnode+16setupbuildtestlint-format+797/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