You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- a **PR breakdown overview table** (scope, ontology bump, primary surfaces, tests, dependency order) — `Primary surfaces` is a short qualitative hint (modules or concerns), not a file count or LoC budget
45
45
- per-PR sections with:
46
46
- file-by-file changes
47
47
- named tests (verbatim test function names where possible)
@@ -72,7 +72,7 @@ Depends on: <dependency or "none">.
72
72
- <principle 2>
73
73
74
74
## PR breakdown - overview
75
-
| PR | Scope | Ontology bump |Files touched (approx)| Test buckets | Independent of |
75
+
| PR | Scope | Ontology bump |Primary surfaces| Test buckets | Independent of |
- copy-paste `Prompt` block with strict scope contract
47
47
@@ -52,7 +52,7 @@ Each PR prompt must include all of:
52
52
-**Out of scope (do NOT touch)** list mirroring plan boundaries
53
53
-**Deliverables** numbered and testable
54
54
-**`## Tests to run (iteration loop)`** — pytest **file** subset for fast local iteration (see below); must appear **after Deliverables and before the full Tests section**
55
-
-**Tests** command and expected result format for the full or plan-required run (counts only if known)
55
+
-**Tests** command and expected signals (pass/fail, skips, fixtures); avoid hard totals that go stale across branches
56
56
-**Sentinel checks** (`rg` patterns) where scope enforcement is critical
57
57
-**Manual evidence** commands when plan requires runtime proof
58
58
-**Definition of Done** checklist with PR title + branch convention
@@ -84,7 +84,6 @@ This heading must stay verbatim so reviewers (and the repo **`pr-review`** skill
84
84
**Branch:**`feat/<topic>` off `<base>`.
85
85
**Base:**`<base branch or predecessor PR branch>`.
Copy file name to clipboardExpand all lines: .cursor/skills/plan-prompts/reference.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Use this when converting `PLAN-*` into `CURSOR-PROMPTS-*`.
5
5
## Core quality bar
6
6
7
7
1. Prompt is self-contained and executable by another agent.
8
-
2. Scope is locked to one PR section only.
8
+
2. Scope stays within one PR section only.
9
9
3. Out-of-scope is explicit and enforceable.
10
10
4. Deliverables are concrete and numbered.
11
11
5.**Iteration subset** (`## Tests to run (iteration loop)`) lists `tests/test_*.py` bullets with one-line rationales (or UC15 docs-only line) between Deliverables and Tests.
0 commit comments