scrumrun 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CORE.md +381 -0
- package/DECISIONS.md +212 -0
- package/README.md +123 -0
- package/SPEC.md +324 -0
- package/bin/claude-install.js +147 -0
- package/bin/scrumrun.js +1194 -0
- package/package.json +48 -0
- package/templates/codex/prompts/sc-agent.md +14 -0
- package/templates/codex/prompts/sc-backlog.md +13 -0
- package/templates/codex/prompts/sc-challenge.md +57 -0
- package/templates/codex/prompts/sc-config.md +18 -0
- package/templates/codex/prompts/sc-context.md +24 -0
- package/templates/codex/prompts/sc-decisions.md +8 -0
- package/templates/codex/prompts/sc-feature.md +16 -0
- package/templates/codex/prompts/sc-fix.md +21 -0
- package/templates/codex/prompts/sc-goal.md +14 -0
- package/templates/codex/prompts/sc-golden.md +14 -0
- package/templates/codex/prompts/sc-help.md +12 -0
- package/templates/codex/prompts/sc-init.md +14 -0
- package/templates/codex/prompts/sc-intake.md +22 -0
- package/templates/codex/prompts/sc-know.md +75 -0
- package/templates/codex/prompts/sc-map.md +13 -0
- package/templates/codex/prompts/sc-review.md +13 -0
- package/templates/codex/prompts/sc-sprint.md +28 -0
- package/templates/codex/prompts/sc-study.md +23 -0
- package/templates/codex/prompts/sc-uninstall.md +14 -0
- package/templates/codex/prompts/sc-update.md +6 -0
- package/templates/codex/prompts/sc-vault.md +27 -0
- package/templates/codex/skills/scrumrun/SKILL.md +412 -0
- package/templates/opencode/commands/sc-agent.md +14 -0
- package/templates/opencode/commands/sc-backlog.md +13 -0
- package/templates/opencode/commands/sc-challenge.md +57 -0
- package/templates/opencode/commands/sc-config.md +18 -0
- package/templates/opencode/commands/sc-context.md +24 -0
- package/templates/opencode/commands/sc-decisions.md +8 -0
- package/templates/opencode/commands/sc-feature.md +16 -0
- package/templates/opencode/commands/sc-fix.md +21 -0
- package/templates/opencode/commands/sc-goal.md +14 -0
- package/templates/opencode/commands/sc-golden.md +14 -0
- package/templates/opencode/commands/sc-help.md +12 -0
- package/templates/opencode/commands/sc-init.md +14 -0
- package/templates/opencode/commands/sc-intake.md +22 -0
- package/templates/opencode/commands/sc-know.md +75 -0
- package/templates/opencode/commands/sc-map.md +13 -0
- package/templates/opencode/commands/sc-review.md +13 -0
- package/templates/opencode/commands/sc-sprint.md +28 -0
- package/templates/opencode/commands/sc-study.md +23 -0
- package/templates/opencode/commands/sc-uninstall.md +14 -0
- package/templates/opencode/commands/sc-update.md +6 -0
- package/templates/opencode/commands/sc-vault.md +27 -0
- package/templates/opencode/skills/scrumrun/SKILL.md +412 -0
- package/templates/project/.scrumrun/agents.md +36 -0
- package/templates/project/.scrumrun/backlog.md +7 -0
- package/templates/project/.scrumrun/config.md +13 -0
- package/templates/project/.scrumrun/context.md +61 -0
- package/templates/project/.scrumrun/features/.gitkeep +1 -0
- package/templates/project/.scrumrun/goals/main/decisions.md +9 -0
- package/templates/project/.scrumrun/goals/main/history.md +51 -0
- package/templates/project/.scrumrun/goals/main/sprint.md +54 -0
- package/templates/project/.scrumrun/golden-rules.md +9 -0
- package/templates/project/.scrumrun/knowledge.md +15 -0
- package/templates/project/.scrumrun/map.md +20 -0
- package/templates/project/.scrumrun/project.md +26 -0
- package/templates/project/.scrumrun/reviews/.gitkeep +1 -0
- package/templates/project/.scrumrun/runbook.md +101 -0
- package/templates/project/.scrumrun/token-policy.md +43 -0
- package/templates/project/AGENTS.md +59 -0
|
@@ -0,0 +1,412 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: scrumrun
|
|
3
|
+
description: Use when initializing ScrumRun projects, planning main goals or isolated features, running or auditing sprints, checking status, resolving decisions, managing golden rules/config/map/review agents, or performing code reviews.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# ScrumRun Method
|
|
7
|
+
|
|
8
|
+
Use this skill for ScrumRun commands and workflows.
|
|
9
|
+
|
|
10
|
+
If a project contains `.scrumrun/core.md` or an `AGENTS.md` that says the project uses ScrumRun, ScrumRun is mandatory project methodology. Follow it even when the user does not explicitly mention ScrumRun in the task.
|
|
11
|
+
|
|
12
|
+
ScrumRun separates project rules, the main goal, and isolated feature lanes. A feature lane is isolated from the main goal history, but it still respects project rules, architecture, map, review agents, and safety requirements.
|
|
13
|
+
|
|
14
|
+
ScrumRun provides controlled autonomy: autonomy to investigate and recommend, guardrails to act. Never confuse a confident classification with permission to create records or modify application code.
|
|
15
|
+
|
|
16
|
+
## Command Shape
|
|
17
|
+
|
|
18
|
+
Commands are consolidated by noun; the action is a flag. A bare base command (no flag) lists the available actions for that group and stops without guessing. Every long flag has a short alias.
|
|
19
|
+
|
|
20
|
+
```text
|
|
21
|
+
/sc-sprint --run Sprint 01 (long flag)
|
|
22
|
+
/sc-sprint -r Sprint 01 (short alias)
|
|
23
|
+
/sc-sprint (no flag -> list this group's actions)
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
## Canonical Action Grammar
|
|
27
|
+
|
|
28
|
+
Use the same long flag for the same semantic action across every command:
|
|
29
|
+
|
|
30
|
+
- `--add`: create or append a collection item;
|
|
31
|
+
- `--set`: define or replace a singleton value;
|
|
32
|
+
- `--update`: change an existing resource without replacing its identity;
|
|
33
|
+
- `--remove`: delete a resource;
|
|
34
|
+
- `--list`: list resources;
|
|
35
|
+
- `--show`: display one resource or current state;
|
|
36
|
+
- `--run`: execute approved work;
|
|
37
|
+
- `--audit`: verify work;
|
|
38
|
+
- `--approve` / `--reject`: resolve pending proposals.
|
|
39
|
+
|
|
40
|
+
Accept legacy `--new`, bare knowledge topics, and positional `approve`/`reject` for compatibility, but always generate and recommend canonical long flags. Historical short aliases may conflict, so never reinterpret them silently; prefer long flags in instructions and handoffs.
|
|
41
|
+
|
|
42
|
+
## Automatic Intake Protocol
|
|
43
|
+
|
|
44
|
+
When ScrumRun is initialized and `Interaction Mode` is not `strict`, automatically run intake when the user describes a fix, feature, refactor, investigation, risk, or product idea in natural language, even if no `/sc-*` command was named. Explicit `/sc-intake` invokes the same protocol.
|
|
45
|
+
|
|
46
|
+
1. Determine desired outcome, urgency, scope, risk, uncertainty, and relationship to the main goal.
|
|
47
|
+
2. Read the minimum canonical context and relevant history required for reliable classification. Relevant history is mandatory.
|
|
48
|
+
3. Recommend exactly one route: quick task, knowledge/discovery, main sprint, corrective fix, backlog, isolated feature lane, or reject/defer.
|
|
49
|
+
4. In `guided` mode, explain the recommendation and provide at most two useful alternatives.
|
|
50
|
+
5. Apply `Interaction Mode`, `Execution Approval`, and `Quick Tasks` from `.scrumrun/config.md`.
|
|
51
|
+
6. Ask one clear approval question when the configured policy requires it; otherwise state which configured policy authorizes the transition.
|
|
52
|
+
|
|
53
|
+
Intake is read-only. Do not create planning records, modify application code, or execute work during intake. An ambiguous acknowledgement is not execution approval.
|
|
54
|
+
|
|
55
|
+
## File Layout
|
|
56
|
+
|
|
57
|
+
Preferred v2 layout:
|
|
58
|
+
|
|
59
|
+
```text
|
|
60
|
+
AGENTS.md
|
|
61
|
+
.scrumrun/
|
|
62
|
+
core.md
|
|
63
|
+
config.md
|
|
64
|
+
token-policy.md
|
|
65
|
+
context.md
|
|
66
|
+
golden-rules.md
|
|
67
|
+
map.md
|
|
68
|
+
agents.md
|
|
69
|
+
runbook.md
|
|
70
|
+
project.md
|
|
71
|
+
backlog.md
|
|
72
|
+
knowledge.md
|
|
73
|
+
vault.local.md
|
|
74
|
+
goals/
|
|
75
|
+
main/
|
|
76
|
+
sprint.md
|
|
77
|
+
history.md
|
|
78
|
+
decisions.md
|
|
79
|
+
features/
|
|
80
|
+
<feature>/
|
|
81
|
+
feature.md
|
|
82
|
+
sprint.md
|
|
83
|
+
history.md
|
|
84
|
+
decisions.md
|
|
85
|
+
reviews/
|
|
86
|
+
```
|
|
87
|
+
|
|
88
|
+
## Priority Rules
|
|
89
|
+
|
|
90
|
+
1. Read `.scrumrun/core.md` before all ScrumRun planning, execution, auditing, and review work.
|
|
91
|
+
2. Read `.scrumrun/golden-rules.md` before all ScrumRun planning, execution, auditing, and review work.
|
|
92
|
+
3. Golden rules are absolute. If a golden rule conflicts with any other instruction, the golden rule wins.
|
|
93
|
+
4. Read `.scrumrun/config.md` after golden rules and apply project preferences, especially response language.
|
|
94
|
+
5. Read `.scrumrun/token-policy.md` and `.scrumrun/context.md` early to reduce unnecessary reads. `context.md` is a snapshot, not truth.
|
|
95
|
+
6. Read `.scrumrun/map.md` before broad discovery work, repeated searches, or architecture questions.
|
|
96
|
+
7. Read `.scrumrun/project.md` and `.scrumrun/knowledge.md` before challenge intake, sprint creation, sprint execution, and feature planning. Only `Approved Knowledge` is planning truth.
|
|
97
|
+
8. Read `AGENTS.md` and `.scrumrun/runbook.md` before the backlog, sprint plan, or feature lane when executing or auditing work.
|
|
98
|
+
9. Read the relevant backlog, sprint plan, feature lane, review agents, history, and decisions before execution.
|
|
99
|
+
10. Keep main goal history and feature lane history separate.
|
|
100
|
+
|
|
101
|
+
If `.scrumrun/golden-rules.md` does not exist, remind the user they can initialize ScrumRun with `/sc-init` or add rules with `/sc-golden --add`.
|
|
102
|
+
|
|
103
|
+
If `.scrumrun/config.md` does not exist, default to English and remind the user they can set language with `/sc-config --lang`.
|
|
104
|
+
|
|
105
|
+
If `.scrumrun/map.md` does not exist or appears stale, say so and suggest `/sc-map --build`.
|
|
106
|
+
|
|
107
|
+
## Core Sprint Protocol
|
|
108
|
+
|
|
109
|
+
Every sprint follows:
|
|
110
|
+
|
|
111
|
+
1. Entenda
|
|
112
|
+
2. Avalie Impactos
|
|
113
|
+
3. Tire Duvidas
|
|
114
|
+
4. Execute
|
|
115
|
+
5. Teste
|
|
116
|
+
|
|
117
|
+
## Safety Rules
|
|
118
|
+
|
|
119
|
+
- Never modify read-only source paths.
|
|
120
|
+
- Never commit real secrets.
|
|
121
|
+
- Never copy `.scrumrun/vault.local.md` values into committed files, sprint history, reviews, knowledge, backlog, or normal summaries.
|
|
122
|
+
- Runtime values must come from env/config.
|
|
123
|
+
- External providers require current official docs before implementation.
|
|
124
|
+
- Keep work scoped to one requested sprint.
|
|
125
|
+
- Update the relevant history file at the end of a sprint.
|
|
126
|
+
- Update `.scrumrun/context.md` after study, challenge intake, sprint planning, sprint execution, review, or important knowledge/decision changes.
|
|
127
|
+
- Never let `.scrumrun/context.md` override golden rules, approved knowledge, history, decisions, or source code.
|
|
128
|
+
|
|
129
|
+
## `/sc-init`
|
|
130
|
+
|
|
131
|
+
Initialize ScrumRun in the current project.
|
|
132
|
+
|
|
133
|
+
Modes:
|
|
134
|
+
|
|
135
|
+
- default / `--local` (`-l`): recommended for existing projects. Create `AGENTS.md` and `.scrumrun/`, add both to `.git/info/exclude`, and keep ScrumRun out of commits.
|
|
136
|
+
- `--shared` (`-s`): recommended for teams that want ScrumRun files committed. Create `.scrumrun/` and `AGENTS.md` as versionable project files.
|
|
137
|
+
- `--no-agent-hint` (`-n`): with `--local`, skip `AGENTS.md` and create only `.scrumrun/`.
|
|
138
|
+
|
|
139
|
+
Rules:
|
|
140
|
+
|
|
141
|
+
1. Inspect the current directory.
|
|
142
|
+
2. For mature or existing projects, recommend `scrumrun init` or `scrumrun init --local`.
|
|
143
|
+
3. If `AGENTS.md` or `.scrumrun/` files already exist, do not overwrite silently. Ask whether to merge, preserve, or replace unless `--force` was explicitly used at the CLI level.
|
|
144
|
+
4. Create or update the `.scrumrun/` control files.
|
|
145
|
+
5. Ask whether there is a read-only source project that must never be touched.
|
|
146
|
+
6. Ask for stack, project goal, and first implementation priority if not discoverable.
|
|
147
|
+
7. Do not create application code unless explicitly requested.
|
|
148
|
+
|
|
149
|
+
## `/sc-uninstall`
|
|
150
|
+
|
|
151
|
+
Remove ScrumRun from the current project.
|
|
152
|
+
|
|
153
|
+
Default behavior is conservative:
|
|
154
|
+
|
|
155
|
+
- remove `.scrumrun/` and `AGENTS.md` entries from `.git/info/exclude`;
|
|
156
|
+
- show what would be removed;
|
|
157
|
+
- do not delete project files.
|
|
158
|
+
|
|
159
|
+
With `--force` (`-f`):
|
|
160
|
+
|
|
161
|
+
- remove `.scrumrun/`;
|
|
162
|
+
- remove `AGENTS.md` only if it is recognized as ScrumRun-generated;
|
|
163
|
+
- never remove application code or unrelated project files.
|
|
164
|
+
|
|
165
|
+
## `/sc-study`
|
|
166
|
+
|
|
167
|
+
Read ScrumRun control files and inspect the repository deeply enough to produce a complete operational understanding. This command is expected to be used repeatedly in legacy projects and must be robust.
|
|
168
|
+
|
|
169
|
+
Include:
|
|
170
|
+
|
|
171
|
+
- project purpose and stack;
|
|
172
|
+
- frameworks, package managers, runtime versions, and local commands;
|
|
173
|
+
- architecture, entry points, routing, controllers, services, jobs, and important modules;
|
|
174
|
+
- auth, authorization, roles, permissions, policies, guards, and access boundaries;
|
|
175
|
+
- data model, migrations, seeds, storage, queues, caches, and external state;
|
|
176
|
+
- env/config requirements, secret handling, third-party integrations, and webhooks;
|
|
177
|
+
- deployment/infrastructure clues, CI, test strategy, and observability;
|
|
178
|
+
- golden rules;
|
|
179
|
+
- main goal status;
|
|
180
|
+
- feature lanes;
|
|
181
|
+
- sprint backlog candidates;
|
|
182
|
+
- approved knowledge, pending knowledge proposals, and rejected assumptions;
|
|
183
|
+
- review agents;
|
|
184
|
+
- open decisions and risks;
|
|
185
|
+
- legacy risks, security concerns, performance hotspots, brittle areas, unknowns, and next backlog candidates.
|
|
186
|
+
|
|
187
|
+
Prefer precise file references over generic statements. If an area cannot be verified from the repo, say it is unknown and explain what evidence is missing. Do not modify files. When recommending sprints, present them as backlog candidates unless the user explicitly asks to create or run a sprint.
|
|
188
|
+
|
|
189
|
+
## `/sc-help`
|
|
190
|
+
|
|
191
|
+
Show ScrumRun commands grouped by workflow.
|
|
192
|
+
|
|
193
|
+
If a command or topic is provided, focus on that topic and include examples. Read `.scrumrun/config.md` if it exists to honor the response language. Do not modify files.
|
|
194
|
+
|
|
195
|
+
## `/sc-intake`
|
|
196
|
+
|
|
197
|
+
Explicitly invoke Automatic Intake Protocol for the supplied natural-language request. This is primarily a fallback for clients that do not activate ScrumRun automatically. Return the classification, recommendation, evidence, risks or unknowns, useful alternatives allowed by the interaction mode, and one approval question. Do not modify files or create operational records.
|
|
198
|
+
|
|
199
|
+
## `/sc-vault`
|
|
200
|
+
|
|
201
|
+
Manage `.scrumrun/vault.local.md`, a plaintext local development vault for dev-only credentials and test values.
|
|
202
|
+
|
|
203
|
+
This is not encrypted storage and must never be treated as a production secret manager.
|
|
204
|
+
|
|
205
|
+
Actions:
|
|
206
|
+
|
|
207
|
+
- `/sc-vault <name:value> --add` or `/sc-vault --add <name:value>`: add a local value.
|
|
208
|
+
- `/sc-vault --list` (`-l`): list ids and names with values redacted.
|
|
209
|
+
- `/sc-vault --show` (`-s`) `<id|name>`: reveal exactly one requested local value.
|
|
210
|
+
- `/sc-vault --remove` (`-r`) `<id|name>`: remove one local value.
|
|
211
|
+
- `/sc-vault --path`: show the vault file path.
|
|
212
|
+
|
|
213
|
+
Rules:
|
|
214
|
+
|
|
215
|
+
1. Store values only in `.scrumrun/vault.local.md`.
|
|
216
|
+
2. Ensure `.scrumrun/vault.local.md` is in `.git/info/exclude` when Git is present.
|
|
217
|
+
3. Never write vault values into `.scrumrun/knowledge.md`, `.scrumrun/backlog.md`, sprint history, decisions, reviews, commits, logs, or ordinary responses.
|
|
218
|
+
4. `/sc-study`, `/sc-challenge`, `/sc-sprint`, and reviews may mention that vault entries exist, but must not print their values.
|
|
219
|
+
5. Use vault values only when the user explicitly asks for a local development credential or a command requires it.
|
|
220
|
+
6. Do not modify application code.
|
|
221
|
+
|
|
222
|
+
## `/sc-know`
|
|
223
|
+
|
|
224
|
+
Manage `.scrumrun/knowledge.md`, the approved project knowledge base used before challenge intake and sprint planning. Each entry uses a stable id in the form `K-NNN` (for example `K-001`).
|
|
225
|
+
|
|
226
|
+
Use this when the user wants the agent to understand a specific topic, flow, rule, module, business behavior, integration, permission model, or legacy constraint before creating sprints.
|
|
227
|
+
|
|
228
|
+
Modes:
|
|
229
|
+
|
|
230
|
+
- `/sc-know --add <topic>` (`--new` and a bare topic are legacy aliases): investigate and create a pending knowledge proposal with the next `K-NNN` id.
|
|
231
|
+
- `/sc-know --add <topic> --deep` (`-d`): same, plus a code map with key functions or symbols, `file:line` references, entry points, call sites, and relevant types or storage.
|
|
232
|
+
- `/sc-know K-<id> --edit [text]` (`-e`): rewrite an existing entry under the same id; with no text, reuse its current topic and re-investigate; combine with `-d` to rewrite it deeply. The result is pending and must be re-approved.
|
|
233
|
+
- `/sc-know K-<id> --rename "title"` (`-rn`): change only the entry's title; the `K-NNN` id is permanent and never changes.
|
|
234
|
+
- `/sc-know K-<id> --insight <text>` (`-i`): append a dated reasoning to an existing entry without rewriting it or changing its status; insights accumulate as advisory context, not verified planning truth.
|
|
235
|
+
- `/sc-know K-<id> --remove` (`-r`, or `--delete`): delete that knowledge entry from whichever section it is in.
|
|
236
|
+
- `/sc-know K-<id> --resume` (`-s`): render that entry as a clean, readable summary (read-only); with no id, summarize the whole base.
|
|
237
|
+
- `/sc-know --approve K-<id>`: move a pending proposal into `Approved Knowledge` only with explicit user approval.
|
|
238
|
+
- `/sc-know --reject K-<id>`: move a pending proposal into `Rejected Proposals`.
|
|
239
|
+
- `/sc-know --list`: show approved, pending, and rejected knowledge.
|
|
240
|
+
|
|
241
|
+
Rules:
|
|
242
|
+
|
|
243
|
+
1. Read `.scrumrun/golden-rules.md`, `.scrumrun/config.md`, `.scrumrun/map.md`, `.scrumrun/project.md`, `.scrumrun/knowledge.md`, relevant history files, and source files needed to verify the topic.
|
|
244
|
+
2. New knowledge starts as a pending proposal, not approved truth.
|
|
245
|
+
3. Each proposal must include its `K-NNN` id, title, user insight, verified facts with file references, assumptions, uncertainty, risks if wrong, affected modules, and suggested future use. With `--deep`, also include a code map: key functions or symbols with `file:line` references, entry points, call sites, and relevant types or storage. Function and symbol names are the stable anchor; line numbers are point-in-time.
|
|
246
|
+
4. Only `Approved Knowledge` can influence `/sc-challenge`, `/sc-sprint --add`, `/sc-sprint --run`, and feature planning.
|
|
247
|
+
5. Pending proposals are unapproved context. Rejected proposals must not be used for planning except to avoid repeating a known bad assumption.
|
|
248
|
+
6. Editing an approved entry returns it to pending for re-approval; never silently keep edited content as approved.
|
|
249
|
+
7. Do not change application code, create sprints, add backlog items, or update sprint history.
|
|
250
|
+
|
|
251
|
+
## `/sc-challenge`
|
|
252
|
+
|
|
253
|
+
Analyze a user challenge after `/sc-study` and recommend the safest ScrumRun path. This command is read-only by default.
|
|
254
|
+
|
|
255
|
+
Use it when the user describes a desired change, problem, feature, refactor, risk, or product idea and wants to know whether it should become a sprint, backlog item, isolated feature lane, discovery task, or be rejected/deferred.
|
|
256
|
+
|
|
257
|
+
Read, when present:
|
|
258
|
+
|
|
259
|
+
1. `AGENTS.md`;
|
|
260
|
+
2. `.scrumrun/golden-rules.md`;
|
|
261
|
+
3. `.scrumrun/config.md`;
|
|
262
|
+
4. `.scrumrun/map.md`;
|
|
263
|
+
5. `.scrumrun/project.md`;
|
|
264
|
+
6. `.scrumrun/knowledge.md`;
|
|
265
|
+
7. `.scrumrun/backlog.md`;
|
|
266
|
+
8. `.scrumrun/goals/main/sprint.md`;
|
|
267
|
+
9. `.scrumrun/goals/main/history.md`;
|
|
268
|
+
10. `.scrumrun/goals/main/decisions.md`;
|
|
269
|
+
11. `.scrumrun/features/*/feature.md`;
|
|
270
|
+
12. `.scrumrun/features/*/sprint.md`;
|
|
271
|
+
13. `.scrumrun/features/*/history.md`;
|
|
272
|
+
14. `.scrumrun/features/*/decisions.md`;
|
|
273
|
+
15. relevant source files needed to verify the challenge.
|
|
274
|
+
|
|
275
|
+
History reading is mandatory when any history file exists. Use it to detect repeated work, failed attempts, blockers, partial implementations, regressions, and completed related sprints.
|
|
276
|
+
|
|
277
|
+
Inspect affected areas deeply enough to understand product behavior, stack, architecture, entry points, auth, permissions, roles, data model, env/config, integrations, tests, deployment clues, observability, and operational risk.
|
|
278
|
+
|
|
279
|
+
Return challenge understanding, approved knowledge used, evidence with file references, history findings, impact analysis, risks, unknowns, options, recommendation, and the suggested next command. Valid recommendations include:
|
|
280
|
+
|
|
281
|
+
- create a small sprint;
|
|
282
|
+
- add to backlog;
|
|
283
|
+
- create an isolated feature lane;
|
|
284
|
+
- run discovery first;
|
|
285
|
+
- reject or defer because it conflicts with architecture, safety, product direction, or missing information.
|
|
286
|
+
|
|
287
|
+
Do not create backlog items, sprint plans, feature lanes, code changes, commits, tests, or history entries unless the user explicitly asks in a follow-up command.
|
|
288
|
+
|
|
289
|
+
## `/sc-goal`
|
|
290
|
+
|
|
291
|
+
Manage project goal lanes. A bare `/sc-goal` lists the actions below.
|
|
292
|
+
|
|
293
|
+
- `--set` (`--new`, `-n` legacy aliases) `<goal>`: plan or replace the main project goal in `.scrumrun/goals/main/sprint.md`. Read `AGENTS.md`, `.scrumrun/golden-rules.md`, `.scrumrun/config.md`, `.scrumrun/map.md`, `.scrumrun/project.md`, `.scrumrun/knowledge.md`, `.scrumrun/agents.md`, and `.scrumrun/goals/main/history.md`; use only `Approved Knowledge`. Detect the stack first, then ask blocking architecture questions (stack, architecture style, auth, hosting/infrastructure, external services, testing strategy, monitoring/logging) before writing the plan. Update `.scrumrun/project.md`, the main sprint plan, and `.scrumrun/goals/main/decisions.md`. Do not implement code. If config says `Sprint Automation: backlog` or `bypass`, treat suggested sprints as backlog candidates and do not generate or run plans automatically unless the user asks for `/sc-sprint --add` or `/sc-backlog --add`.
|
|
294
|
+
- `--show` (`-s`) `[focus]`: show `.scrumrun/project.md`, the main sprint plan, history, and decisions in a concise status view. Do not modify files.
|
|
295
|
+
- `--list` (`-l`) `[filter]`: list goal lanes under `.scrumrun/goals/`; the default lane is `main`. Do not modify files.
|
|
296
|
+
|
|
297
|
+
## `/sc-feature`
|
|
298
|
+
|
|
299
|
+
Manage isolated feature lanes outside the main goal history. A bare `/sc-feature` lists the actions below.
|
|
300
|
+
|
|
301
|
+
- `--add` (`--new`, `-n` legacy aliases) `<description>`: create a lane under `.scrumrun/features/<slug>/` with `feature.md`, `sprint.md`, `history.md`, and `decisions.md`. Infer a lowercase slug; if it already exists, ask whether to show, revise, or use a different slug. The brief includes name, reason, scope, out of scope, dependencies, risks, and assumptions; the sprint plan includes per-sprint goal, scope, deliverables, acceptance criteria, dependencies, suggested verification, and review checkpoints. Never modify the main sprint plan or main history.
|
|
302
|
+
- `--list` (`-l`) `[filter]`: list lanes with status, next sprint, blockers, and open decisions. Do not modify files.
|
|
303
|
+
- `--show` (`-s`) `<slug>`: read one lane's four files and show a concise status view. Do not modify files.
|
|
304
|
+
- `--run` (`-r`) `<slug> <sprint>`: run one lane sprint. Read global ScrumRun files and the lane files, check feature history first; if the sprint is completed, partial, or blocked, stop and ask. Otherwise follow the sprint protocol, run review agents, and update only the feature lane history. Never update main goal history.
|
|
305
|
+
- `--audit` (`-a`) `<slug> <sprint>`: audit a lane sprint from current file state; verify acceptance criteria, tests, env/config handling, and safety rules; report findings by severity. Do not modify code unless explicitly requested.
|
|
306
|
+
|
|
307
|
+
## `/sc-sprint`
|
|
308
|
+
|
|
309
|
+
Manage main-goal sprints. A bare `/sc-sprint` lists the actions below. Use only `Approved Knowledge` before planning or execution.
|
|
310
|
+
|
|
311
|
+
Important: `sprint.md` is the planned catalog; `history.md` is the executed truth. Sprint execution status (completed, partial, blocked, pending) is determined solely from `history.md`. Never infer status from `sprint.md` alone. Every status query must cross-reference both files.
|
|
312
|
+
|
|
313
|
+
- `--add` (`--new`, `-n` legacy aliases) `[*] <name>`: create a main-goal sprint in `.scrumrun/goals/main/sprint.md`; prefix the name with `*` to mark priority; assign the next sprint number; add goal, scope, acceptance criteria, dependencies, suggested verification, and review checkpoints.
|
|
314
|
+
- `--list` (`-l`): summarize main-goal sprint status from the sprint plan and history. Do not modify files.
|
|
315
|
+
- `--status` (`-st`) `[id]`: read the main sprint plan and history, then output only a compact Markdown table with exactly `Sprint | Breve descricao | Status`. With an id, show only that sprint; without an id, show one row per sprint. Use brief title/goal descriptions and emoji statuses: `✅ feito`, `🚧 parcial`, `⛔ bloqueado`, or `⏳ pendente`. Do not add surrounding narrative. Do not modify files.
|
|
316
|
+
- `--show` (`-s`) `<id>`: show the sprint with a prominent plain-language Goal section, scope, acceptance criteria, priority, status, and history entry. Do not modify files.
|
|
317
|
+
- `--rename` (`-rn`) `<id> "name"`: rename only the sprint's descriptive label; keep its number/id (history and backlog reference the number), and note "renamed from X to Y" in history.
|
|
318
|
+
- `--run` (`-r`) `<id>`: run one main-goal sprint. If the arguments include `--backlog` (`-k`) or `--to-backlog`, add the sprint to `.scrumrun/backlog.md` and stop without executing. Otherwise read `AGENTS.md`, golden-rules, config, map, project, knowledge, runbook, main goal files, agents, history, and decisions; if the sprint already has status completed, partial, or blocked, stop and ask whether to audit, rerun/fix, resume, or move on; follow Entenda -> Avalie Impactos -> Tire Duvidas -> Execute -> Teste; run every agent; fix findings before completing; update main history.
|
|
319
|
+
- `--audit` (`-a`) `<id>`: audit a main-goal sprint from current file state; report findings by severity. Do not modify code unless explicitly requested.
|
|
320
|
+
- `--fix` (`-f`) `<id>`: corrective pass. First ask what went wrong and wait; then, on confirmation, create an executable corrective child sprint `Sprint <id>.M` (dotted, e.g. `02.1`) linked to the parent, leaving the parent intact and marked as patched. Record it in history, capture the lesson in `.scrumrun/knowledge.md` (pending proposal or insight, never auto-approved — ask to approve), and log any decision. Run it with `/sc-sprint --run <id>.M`; a fix of a fix is a sibling `<id>.M+1`. Also register the fix in `.scrumrun/fixes.md` as `F-NNN` linked to both `<id>` and `<id>.M`. Do not change application code.
|
|
321
|
+
- `--commit-message` (`-cm`) `<id>`: return a single, succinct commit message for what that sprint delivered — one short line, imperative, lowercase, no trailing period, as few characters as possible. Read-only; output only the message and never stage, commit, or modify files.
|
|
322
|
+
- `--discuss` (`-d`) `<id>`: explore the user's concern about the approach, propose 2-3 alternatives with trade-offs, ask for preference before changes, and log the discussion in main history.
|
|
323
|
+
- `--bypass` (`-b`) `[context]`: set `.scrumrun/config.md` to `Sprint Automation: backlog` for legacy or hand-managed projects so suggested sprints become backlog candidates until the user chooses what to run. Keep other preferences intact, note the change in `.scrumrun/project.md` or `.scrumrun/goals/main/decisions.md`, and prefer `/sc-backlog --add` and `/sc-backlog --list`.
|
|
324
|
+
|
|
325
|
+
## `/sc-backlog`
|
|
326
|
+
|
|
327
|
+
Manage the sprint backlog in `.scrumrun/backlog.md`. A bare `/sc-backlog` lists the actions below.
|
|
328
|
+
|
|
329
|
+
- `--add` (`-a`) `<sprint number or name>`: add a sprint candidate without executing it. Read golden-rules, config, the main sprint plan, main history, and the backlog. Treat the sprint as a candidate; if it exists in the plan, copy its title or focus; otherwise add the label as a manual candidate with details pending. Never run implementation, agents, tests, or audits; never change sprint status; if it already exists, report instead of duplicating.
|
|
330
|
+
- `--list` (`-l`) `[filter]`: list candidates, each with matching sprint details when discoverable, current history status if any, and the exact `/sc-sprint --run ...` command needed to run it. Do not modify files.
|
|
331
|
+
|
|
332
|
+
## `/sc-agent`
|
|
333
|
+
|
|
334
|
+
Manage review agents in `.scrumrun/agents.md`. A bare `/sc-agent` lists the actions below.
|
|
335
|
+
|
|
336
|
+
- `--add` (`-a`): ask for agent name, role, run order, checks, and optional technology focus, then append the agent.
|
|
337
|
+
- `--list` (`-l`): list configured agents and explain their roles and checkpoints. Do not modify files.
|
|
338
|
+
- `--run` (`-r`) `<sprint>`: run all review agents, or one numbered agent, against the requested sprint, and update the relevant history with results.
|
|
339
|
+
|
|
340
|
+
## `/sc-review`
|
|
341
|
+
|
|
342
|
+
Run a review. A bare `/sc-review` lists the actions below.
|
|
343
|
+
|
|
344
|
+
- `--code` (`-c`) `[focus]`: review the whole codebase and save a timestamped report under `.scrumrun/reviews/YYYY-MM-DD-HHMMSS-code-review.md`. Findings ordered by severity with file/line references. Do not modify code unless explicitly requested.
|
|
345
|
+
- `--file` (`-f`) `<path:start_end>`: review only the requested file range in the format `path/to/file.ext:line_start_line_end`. Do not modify code unless explicitly requested.
|
|
346
|
+
|
|
347
|
+
## `/sc-golden`
|
|
348
|
+
|
|
349
|
+
Manage golden rules in `.scrumrun/golden-rules.md`; they have absolute priority. A bare `/sc-golden` lists the actions below.
|
|
350
|
+
|
|
351
|
+
- `--add` (`-a`) `<rule>`: append a new numbered rule (create the file if missing) and display the updated list.
|
|
352
|
+
- `--list` (`-l`): read and list the rules. Do not modify files.
|
|
353
|
+
- `--remove` (`-r`) `<number>`: remove rule number N and display the updated list.
|
|
354
|
+
|
|
355
|
+
## `/sc-config`
|
|
356
|
+
|
|
357
|
+
Manage preferences in `.scrumrun/config.md`. A bare `/sc-config` lists the actions below.
|
|
358
|
+
|
|
359
|
+
- `--show` (`-s`): read and display config, including `Language` and `Sprint Automation` (valid values include `backlog` and legacy `bypass`).
|
|
360
|
+
- `--lang` (`-l`) `<language>`: set `Language: <language>` for all ScrumRun responses; preserve unrelated preferences.
|
|
361
|
+
- `--interaction` (`-i`) `<guided|concise|autonomous-planning|strict>`: control automatic intake response style; `strict` disables automatic intake.
|
|
362
|
+
- `--approval` (`-a`) `<always|implementation-only>`: require approval before all operational records and implementation, or only before application changes.
|
|
363
|
+
- `--quick-tasks` (`-q`) `<ask|allow|backlog>`: ask before low-risk quick tasks, permit them after classification, or park them in backlog.
|
|
364
|
+
|
|
365
|
+
## `/sc-map`
|
|
366
|
+
|
|
367
|
+
Manage the project map in `.scrumrun/map.md`. A bare `/sc-map` lists the actions below.
|
|
368
|
+
|
|
369
|
+
- `--build` (`-b`): inspect the project and update the map with top-level folders, important paths, modules, tooling, config files, routes, and data/storage files. Do not include secrets.
|
|
370
|
+
- `--view` (`-v`): show a concise project structure view from the map and current folders. Do not modify files.
|
|
371
|
+
|
|
372
|
+
## `/sc-context`
|
|
373
|
+
|
|
374
|
+
Manage `.scrumrun/context.md`, the token-safe project snapshot, and `.scrumrun/token-policy.md`, the context economy rules. A bare `/sc-context` lists the actions below.
|
|
375
|
+
|
|
376
|
+
- `--build` (`-b`): fully rebuild `.scrumrun/context.md`. Read canonical ScrumRun files and inspect only targeted source areas needed to produce a short, accurate snapshot. Include current focus, must-read files, read-if-needed files, current decisions, risks, map pointers, and staleness triggers. Never include vault values. Mark uncertainty explicitly.
|
|
377
|
+
- `--update` (`-u`) `[reason]`: update only the affected sections after study, challenge intake, sprint creation, sprint execution, review, map changes, knowledge approval/rejection, or decision changes. Do not rewrite unrelated sections.
|
|
378
|
+
- `--show` (`-s`): show the current `.scrumrun/context.md` snapshot. Do not modify files.
|
|
379
|
+
- `--clear` (`-c`): reset `.scrumrun/context.md` to a stale placeholder that tells future agents to rebuild it. Do not delete canonical files.
|
|
380
|
+
- `--policy` (`-p`): show `.scrumrun/token-policy.md` and explain how token economy should apply to the current task. Do not modify files.
|
|
381
|
+
|
|
382
|
+
Rules:
|
|
383
|
+
|
|
384
|
+
1. `context.md` is never planning truth.
|
|
385
|
+
2. If `context.md` conflicts with golden rules, approved knowledge, history, decisions, or source code, the canonical source wins.
|
|
386
|
+
3. Token economy must never skip safety, relevant history, or uncertainty checks.
|
|
387
|
+
|
|
388
|
+
## `/sc-decisions`
|
|
389
|
+
|
|
390
|
+
Resolve pending decisions, questions, risks, and follow-ups one at a time.
|
|
391
|
+
|
|
392
|
+
Default scope is the main goal:
|
|
393
|
+
|
|
394
|
+
- `.scrumrun/goals/main/history.md`
|
|
395
|
+
- `.scrumrun/goals/main/decisions.md`
|
|
396
|
+
|
|
397
|
+
If a feature is specified, use that feature lane's `history.md` and `decisions.md`.
|
|
398
|
+
|
|
399
|
+
Update the relevant decisions/history file with each resolution.
|
|
400
|
+
|
|
401
|
+
## `/sc-fix`
|
|
402
|
+
|
|
403
|
+
Manage `.scrumrun/fixes.md`, the chronological fix log used to detect recurring issues. Each entry uses a stable id `F-NNN` (e.g. `F-001`). A bare `/sc-fix` lists the actions below.
|
|
404
|
+
|
|
405
|
+
- `--add` (`-a`) `"description"`: register a new fix entry, stamped with today's date. Say what broke and what was done; optionally reference the sprint or `K-NNN`.
|
|
406
|
+
- `--list` (`-l`): list all entries, most recent first (compact: id, date, first line).
|
|
407
|
+
- `--show` (`-s`) `<id>`: show the full details of one `F-NNN` entry.
|
|
408
|
+
- `--insight` (`-i`) `<id>`: scan the fix entry and log for recurring patterns; if found, propose a pending knowledge proposal or insight on a related `K-NNN`.
|
|
409
|
+
|
|
410
|
+
When `/sc-sprint --fix` creates a corrective child sprint, it automatically registers an entry in `.scrumrun/fixes.md` linking the parent and child sprint ids. Day-to-day fixes should use `sc-fix --add`.
|
|
411
|
+
|
|
412
|
+
Do not modify application code.
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# Review Agents - {{PROJECT_NAME}}
|
|
2
|
+
|
|
3
|
+
Review agents run after sprint execution and before a sprint is marked completed.
|
|
4
|
+
|
|
5
|
+
## 1. Code Review
|
|
6
|
+
|
|
7
|
+
Role: Review syntax, implementation patterns, performance, maintainability, and linting.
|
|
8
|
+
|
|
9
|
+
Checks:
|
|
10
|
+
|
|
11
|
+
- Changed files are scoped to the sprint.
|
|
12
|
+
- Code follows existing project patterns.
|
|
13
|
+
- No obvious correctness, performance, or maintainability regressions.
|
|
14
|
+
- Lint/type/test commands relevant to the change were run or explicitly explained.
|
|
15
|
+
|
|
16
|
+
## 2. QA
|
|
17
|
+
|
|
18
|
+
Role: Validate acceptance criteria, tests, edge cases, and user-facing behavior.
|
|
19
|
+
|
|
20
|
+
Checks:
|
|
21
|
+
|
|
22
|
+
- Acceptance criteria are satisfied.
|
|
23
|
+
- Important edge cases are covered.
|
|
24
|
+
- Tests or manual verification match the sprint risk.
|
|
25
|
+
- User-facing states are considered when relevant.
|
|
26
|
+
|
|
27
|
+
## 3. Architecture
|
|
28
|
+
|
|
29
|
+
Role: Review design decisions, data flow, security posture, and ScrumRun rules.
|
|
30
|
+
|
|
31
|
+
Checks:
|
|
32
|
+
|
|
33
|
+
- Golden rules were followed.
|
|
34
|
+
- Runtime values come from env/config.
|
|
35
|
+
- No secrets were committed.
|
|
36
|
+
- Data model, API, integration, and dependency choices fit the project architecture.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# ScrumRun Config - {{PROJECT_NAME}}
|
|
2
|
+
|
|
3
|
+
Language: English
|
|
4
|
+
Interaction Mode: guided
|
|
5
|
+
Execution Approval: always
|
|
6
|
+
Quick Tasks: ask
|
|
7
|
+
|
|
8
|
+
## Preferences
|
|
9
|
+
|
|
10
|
+
- Keep sprint summaries concise and actionable.
|
|
11
|
+
- Ask only blocking questions before implementation.
|
|
12
|
+
- Preserve main goal history and feature lane history separately.
|
|
13
|
+
Sprint Automation: backlog
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
# ScrumRun Context Snapshot - {{PROJECT_NAME}}
|
|
2
|
+
|
|
3
|
+
This file is a token-safe snapshot. It helps agents decide what to read next, but it is not a source of truth.
|
|
4
|
+
|
|
5
|
+
Canonical sources remain `golden-rules.md`, `config.md`, `project.md`, `knowledge.md`, `runbook.md`, sprint/feature plans, history, decisions, and source code.
|
|
6
|
+
|
|
7
|
+
Last updated: {{DATE}}
|
|
8
|
+
Updated by: init
|
|
9
|
+
Confidence: initial placeholder
|
|
10
|
+
|
|
11
|
+
## Current Focus
|
|
12
|
+
|
|
13
|
+
- Main goal: pending.
|
|
14
|
+
- Active sprint: pending.
|
|
15
|
+
- Active feature lane: none.
|
|
16
|
+
- Current challenge: none.
|
|
17
|
+
|
|
18
|
+
## Must Read For Current Work
|
|
19
|
+
|
|
20
|
+
- `AGENTS.md`
|
|
21
|
+
- `.scrumrun/core.md`
|
|
22
|
+
- `.scrumrun/golden-rules.md`
|
|
23
|
+
- `.scrumrun/config.md`
|
|
24
|
+
- `.scrumrun/token-policy.md`
|
|
25
|
+
- `.scrumrun/map.md`
|
|
26
|
+
- `.scrumrun/project.md`
|
|
27
|
+
- `.scrumrun/knowledge.md`
|
|
28
|
+
- `.scrumrun/runbook.md`
|
|
29
|
+
|
|
30
|
+
## Read Only If Needed
|
|
31
|
+
|
|
32
|
+
- Full historical reviews under `.scrumrun/reviews/`
|
|
33
|
+
- Full old sprint history unrelated to the current lane
|
|
34
|
+
- Large generated files, build outputs, dependency folders, and logs
|
|
35
|
+
|
|
36
|
+
## Current Decisions
|
|
37
|
+
|
|
38
|
+
- Pending: none.
|
|
39
|
+
|
|
40
|
+
## Current Risks
|
|
41
|
+
|
|
42
|
+
- Do not treat this snapshot as canonical truth.
|
|
43
|
+
- Do not use pending knowledge as approved planning truth.
|
|
44
|
+
- Never print or copy `.scrumrun/vault.local.md` values.
|
|
45
|
+
|
|
46
|
+
## Current Map Pointers
|
|
47
|
+
|
|
48
|
+
- Pending: run `/sc-map --build` or `/sc-context --build`.
|
|
49
|
+
|
|
50
|
+
## Staleness Triggers
|
|
51
|
+
|
|
52
|
+
Refresh this snapshot after:
|
|
53
|
+
|
|
54
|
+
- `/sc-study`
|
|
55
|
+
- `/sc-goal --new`
|
|
56
|
+
- `/sc-feature --new`
|
|
57
|
+
- `/sc-sprint --new`
|
|
58
|
+
- `/sc-sprint --run`
|
|
59
|
+
- `/sc-sprint --fix`
|
|
60
|
+
- `/sc-review --code`
|
|
61
|
+
- major changes to `knowledge.md`, `project.md`, `map.md`, `history.md`, or `decisions.md`
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
# Main Goal History - {{PROJECT_NAME}}
|
|
2
|
+
|
|
3
|
+
## Permanent Rules
|
|
4
|
+
|
|
5
|
+
- Before executing any main-goal sprint, read `.scrumrun/golden-rules.md`, `.scrumrun/config.md`, `.scrumrun/map.md`, and this file for prior status.
|
|
6
|
+
- `Status: completed.` means do not rerun silently; ask whether to audit, rerun/fix, or continue.
|
|
7
|
+
- `Status: partial.` means ask whether to resume, audit, or move on.
|
|
8
|
+
- `Status: blocked.` means read the blocker and ask whether it is resolved.
|
|
9
|
+
- Never commit real secrets.
|
|
10
|
+
- Use env/config for runtime-specific values.
|
|
11
|
+
- Update this file at the end of each main-goal sprint.
|
|
12
|
+
|
|
13
|
+
## Change Log
|
|
14
|
+
|
|
15
|
+
### {{DATE}} - ScrumRun initialized
|
|
16
|
+
|
|
17
|
+
Status: completed.
|
|
18
|
+
|
|
19
|
+
Summary:
|
|
20
|
+
|
|
21
|
+
- Added ScrumRun project files.
|
|
22
|
+
- No application code was created by this initialization.
|
|
23
|
+
|
|
24
|
+
Files changed:
|
|
25
|
+
|
|
26
|
+
- `AGENTS.md`
|
|
27
|
+
- `.scrumrun/config.md`
|
|
28
|
+
- `.scrumrun/golden-rules.md`
|
|
29
|
+
- `.scrumrun/map.md`
|
|
30
|
+
- `.scrumrun/agents.md`
|
|
31
|
+
- `.scrumrun/runbook.md`
|
|
32
|
+
- `.scrumrun/project.md`
|
|
33
|
+
- `.scrumrun/goals/main/sprint.md`
|
|
34
|
+
- `.scrumrun/goals/main/history.md`
|
|
35
|
+
- `.scrumrun/goals/main/decisions.md`
|
|
36
|
+
|
|
37
|
+
Tests/verification:
|
|
38
|
+
|
|
39
|
+
- Not applicable for methodology initialization.
|
|
40
|
+
|
|
41
|
+
Decisions:
|
|
42
|
+
|
|
43
|
+
- Pending: none.
|
|
44
|
+
|
|
45
|
+
Open questions:
|
|
46
|
+
|
|
47
|
+
- Pending: none.
|
|
48
|
+
|
|
49
|
+
Risks/follow-ups:
|
|
50
|
+
|
|
51
|
+
- Sprint 00 should confirm project-specific stack, safety boundaries, and sprint list before implementation.
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# Main Goal Sprint Plan - {{PROJECT_NAME}}
|
|
2
|
+
|
|
3
|
+
Created: {{DATE}}
|
|
4
|
+
|
|
5
|
+
## Global Rules
|
|
6
|
+
|
|
7
|
+
- Execute one sprint at a time.
|
|
8
|
+
- Read `.scrumrun/golden-rules.md`, `.scrumrun/config.md`, and `.scrumrun/map.md` before executing any sprint.
|
|
9
|
+
- Check `.scrumrun/goals/main/history.md` before executing any main-goal sprint.
|
|
10
|
+
- If the sprint is already `completed`, ask whether to audit, rerun/fix, or continue.
|
|
11
|
+
- If the sprint is `partial` or `blocked`, ask whether to resume, audit, or move on.
|
|
12
|
+
- Follow: Entenda -> Avalie Impactos -> Tire Duvidas -> Execute -> Teste.
|
|
13
|
+
- Never commit real secrets.
|
|
14
|
+
- Use env/config for runtime-specific values.
|
|
15
|
+
- Update `.scrumrun/goals/main/history.md` at the end of every main-goal sprint.
|
|
16
|
+
|
|
17
|
+
## Sprint 00 - Governance and Planning
|
|
18
|
+
|
|
19
|
+
**Goal:** The project has clear rules, boundaries, and a step-by-step plan. Everyone knows what to build and in which order.
|
|
20
|
+
|
|
21
|
+
**Scope:**
|
|
22
|
+
|
|
23
|
+
- Confirm project goal.
|
|
24
|
+
- Confirm stack.
|
|
25
|
+
- Confirm whether there is a read-only source project.
|
|
26
|
+
- Confirm env/secrets policy.
|
|
27
|
+
- Create or refine sprint list.
|
|
28
|
+
- Create initial history handoff.
|
|
29
|
+
|
|
30
|
+
**Acceptance:**
|
|
31
|
+
|
|
32
|
+
- The project has `AGENTS.md` and the `.scrumrun/` control files.
|
|
33
|
+
- The next sprint is clear.
|
|
34
|
+
- No application code is created unless explicitly requested.
|
|
35
|
+
|
|
36
|
+
## Sprint 01 - Project Foundation
|
|
37
|
+
|
|
38
|
+
**Goal:** Anyone can open this project and run it locally with a single command. The foundation is ready for the first real feature.
|
|
39
|
+
|
|
40
|
+
**Scope:**
|
|
41
|
+
|
|
42
|
+
- Define project setup.
|
|
43
|
+
- Add minimal toolchain.
|
|
44
|
+
- Add smoke verification.
|
|
45
|
+
- Document commands.
|
|
46
|
+
|
|
47
|
+
**Acceptance:**
|
|
48
|
+
|
|
49
|
+
- The project can be bootstrapped or verified locally.
|
|
50
|
+
- `.scrumrun/goals/main/history.md` records commands and results.
|
|
51
|
+
|
|
52
|
+
## Add More Sprints
|
|
53
|
+
|
|
54
|
+
Use `/scr-goal --new` for the main project direction, `/scr-feature --new` for isolated feature lanes, or `/scr-sprint --new` for one additional main-goal sprint.
|