@chris1807/claude-kit 2.1.39 → 2.1.41
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/README.md
CHANGED
|
@@ -28,7 +28,7 @@ Every session Claude learns from your feedback and gets better at helping you sp
|
|
|
28
28
|
| **Global Agents** | 10 | `~/.claude/agents/` (your machine, all projects) | backend, frontend, legacy (Lucee/CFML), mockup, reviewer, test-runner, build-validator, lint-checker, azure-ops, security-auditor |
|
|
29
29
|
| **Project Agents** | 2 | `.claude/agents/` (in the project) | deployer, db-admin |
|
|
30
30
|
| **Hooks** | 9 | `.claude/hooks/` (in the project) | Secret blocker, sensitive data blocker (Bash + MCP + output), protected files, auto-format, test suggestions, UAT reminder, self-improve |
|
|
31
|
-
| **Slash Commands** |
|
|
31
|
+
| **Slash Commands** | 23 | `.claude/commands/` (in the project) | `/implement`, `/review`, `/deep-review`, `/resolve-feedback`, `/fix-review`, `/deploy`, `/create-release`, `/deploy-release`, `/add-to-release`, `/cherry-pick`, `/promote`, `/rollback`, `/status`, `/plan-backlog`, `/plan-sprint`, `/quote-backlog`, `/cleanup-branches`, `/close-orphan-tasks`, `/quote`, `/explain` |
|
|
32
32
|
| **MCP Servers** | Up to 6 | `.mcp.json` (in the project) | **Azure DevOps** (work items, repos, pipelines, wiki), Playwright, MongoDB/SQL/Postgres, Teams, Stripe, Azure CLI |
|
|
33
33
|
| **Workflow Template** | 1 | Appended to `CLAUDE.md` | Documents the full development process |
|
|
34
34
|
| **Settings** | 1 | `.claude/settings.json` (in the project) | Registers all hooks and MCP servers |
|
|
@@ -255,6 +255,7 @@ Kit operations that benefit from ultracode when it's on:
|
|
|
255
255
|
|-----------|--------------|
|
|
256
256
|
| `/plan-backlog` | one agent per Dev Ready story — analyze, point, and propose tasks in parallel |
|
|
257
257
|
| `/plan-sprint` | one agent per sprint item — analyze and propose tasks in parallel |
|
|
258
|
+
| `/quote-backlog` | one agent per Design Approved item — completeness review, duplicate check, estimate in parallel |
|
|
258
259
|
| Backlog / board audits | one agent per work item — find stale, mislabeled, orphaned, or unestimated items |
|
|
259
260
|
| Multi-file or cross-layer review | one agent per file/dimension, then adversarial verify before reporting |
|
|
260
261
|
| Repo-wide sweeps (rename, dependency bump, pattern migration) | one agent per site, worktree-isolated |
|
|
@@ -648,7 +649,8 @@ Claude reviews for:
|
|
|
648
649
|
| `/status` | `/status release 24` | Check status of a release, pipeline, work item, or environment |
|
|
649
650
|
| `/plan-backlog` | `/plan-backlog [project]` | Sweep backlog for Dev Ready stories with points and no tasks → propose one child task with hours per story |
|
|
650
651
|
| `/plan-sprint` | `/plan-sprint [project]` | Sweep the current sprint for stories/bugs with no child tasks → propose one child task with hours per item |
|
|
651
|
-
| `/quote` | `/quote
|
|
652
|
+
| `/quote-backlog` | `/quote-backlog [project]` | Sweep backlog for Design Approved items without points → review completeness, check for duplicates, propose points + creator comments (10 at a time, approval-gated) |
|
|
653
|
+
| `/quote` | `/quote AB#1234` | Estimate a work item in story points (senior-calibrated Fibonacci rubric) |
|
|
652
654
|
| `/explain` | `/explain AB#1234` | Summarize and explain a work item in plain language |
|
|
653
655
|
| `/cleanup-branches` | `/cleanup-branches` | Delete merged feature/work branches |
|
|
654
656
|
| `/close-orphan-tasks` | `/close-orphan-tasks --dry-run` | Close open Tasks whose parent is Ready to Deploy / Deployed / Closed |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chris1807/claude-kit",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.41",
|
|
4
4
|
"description": "Claude Code starter kit for Azure DevOps teams — agents, hooks, MCP servers, slash commands, and end-to-end work item → PR → release → deploy workflow automation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -132,7 +132,7 @@ Severity describes user impact; Priority describes scheduling urgency. They are
|
|
|
132
132
|
|
|
133
133
|
### Title Prefix
|
|
134
134
|
|
|
135
|
-
The title MUST start with one of the product prefixes from the project's CLAUDE.md (e.g. `COM`, `CDA`, `PAY`, `AUD`, `SER`, `PSSF`, `TPS`). If the project CLAUDE.md does not define a prefix table, ask the user which prefix to use before drafting. Format is `PREFIX - Title Here`.
|
|
135
|
+
The title MUST start with one of the product prefixes from the project's CLAUDE.md (e.g. `COM`, `CDA`, `PAY`, `AUD`, `SER`, `PSSF`, `TPS`, `MTG`). If the project CLAUDE.md does not define a prefix table, ask the user which prefix to use before drafting. Format is `PREFIX - Title Here`.
|
|
136
136
|
|
|
137
137
|
### Approval
|
|
138
138
|
|
|
@@ -175,7 +175,7 @@ Before prompting, attempt to detect the default Azure DevOps project from CLAUDE
|
|
|
175
175
|
|
|
176
176
|
1. **Project CLAUDE.md** — read `<current-repo>/CLAUDE.md`. Look for an explicit `project: <name>` declaration, a "Work items live in **<Project Name>**" sentence, or a `## Pipeline Configuration` table with project references.
|
|
177
177
|
2. **Parent CLAUDE.md** — read `<parent-dir>/CLAUDE.md` (e.g. `~/Projects/CLAUDE.md`). Look for the same patterns. The CSI parent CLAUDE.md, for example, declares: "Work items for both **COMPASS** and **CSI Pay** live in the **CSI Development** Azure DevOps project."
|
|
178
|
-
3. **Prefix mapping** — if the title prefix chosen in Step 3 is in a known mapping (e.g. `COM`, `CDA`, `PAY` → `CSI Development`), use that.
|
|
178
|
+
3. **Prefix mapping** — if the title prefix chosen in Step 3 is in a known mapping (e.g. `COM`, `CDA`, `PAY`, `MTG` → `CSI Development`), use that.
|
|
179
179
|
|
|
180
180
|
If a default is found, present it pre-selected:
|
|
181
181
|
|
|
@@ -0,0 +1,225 @@
|
|
|
1
|
+
Sweep an Azure DevOps backlog for Design Approved stories without Story Points, review each for completeness and duplicate implementation, then — after user approval — set points and leave feedback comments for the item's creator. Usage: `/quote-backlog [project]`
|
|
2
|
+
|
|
3
|
+
This command walks the **backlog** of a chosen Azure DevOps project, finds user stories and bugs in **Design Approved** state that **have no Story Points yet**, and for each one:
|
|
4
|
+
|
|
5
|
+
1. **Reviews the work item for completeness** — description, acceptance criteria, title prefix, design links.
|
|
6
|
+
2. **Checks whether the work is already implemented** — in the codebase, in commits, or under another ticket.
|
|
7
|
+
3. **Looks at the code when it makes sense** — to validate the described approach and suggest changes.
|
|
8
|
+
4. **Proposes a story point estimate** — using the same senior-calibrated rubric as `/quote`.
|
|
9
|
+
5. **Drafts a comment for the item's creator** when issues are found.
|
|
10
|
+
|
|
11
|
+
**Hard batch limit: 10 items per run.** If more qualify, process the first 10 (by backlog rank) and report how many remain.
|
|
12
|
+
|
|
13
|
+
**Nothing is written to Azure DevOps — no points, no comments — until the user has seen the full batch and approved.** This command never modifies code, never changes work item state, and never reassigns items.
|
|
14
|
+
|
|
15
|
+
Treat `$ARGUMENTS` as an optional project name (e.g. `/quote-backlog CSI Development`). If provided, skip the project prompt in Step 1.
|
|
16
|
+
|
|
17
|
+
## Step 1: Choose the Azure DevOps Project
|
|
18
|
+
|
|
19
|
+
### Detect the default project
|
|
20
|
+
|
|
21
|
+
Before prompting, attempt to detect the default Azure DevOps project from CLAUDE.md, in this order:
|
|
22
|
+
|
|
23
|
+
1. **Project CLAUDE.md** — read `<current-repo>/CLAUDE.md`. Look for an explicit `project: <name>` declaration, a "Work items live in **<Project Name>**" sentence, or a `## Pipeline Configuration` table with project references.
|
|
24
|
+
2. **Parent CLAUDE.md** — read `<parent-dir>/CLAUDE.md` (e.g. `~/Projects/CLAUDE.md`). Look for the same patterns. The CSI parent CLAUDE.md, for example, declares: "Work items for both **COMPASS** and **CSI Pay** live in the **CSI Development** Azure DevOps project."
|
|
25
|
+
|
|
26
|
+
If a default is found, present it pre-selected:
|
|
27
|
+
|
|
28
|
+
```
|
|
29
|
+
Which Azure DevOps project should I sweep?
|
|
30
|
+
|
|
31
|
+
Default: {detected project} ← press enter to accept
|
|
32
|
+
|
|
33
|
+
Or specify a different project name, or "list" to see all projects.
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
If the user types `list`, call `mcp__azure-devops__core_list_projects` and present the names, then re-prompt. **Wait for the user's response.** Validate the chosen project name exists (call `core_list_projects` if uncertain).
|
|
37
|
+
|
|
38
|
+
## Step 2: Query the Backlog
|
|
39
|
+
|
|
40
|
+
Run a WIQL query via `mcp__azure-devops__wit_query_by_wiql` to find candidate items. "Backlog" means items at the **root iteration path** (not assigned to any sprint).
|
|
41
|
+
|
|
42
|
+
```sql
|
|
43
|
+
SELECT [System.Id], [System.Title], [System.State],
|
|
44
|
+
[System.WorkItemType], [System.IterationPath],
|
|
45
|
+
[Microsoft.VSTS.Scheduling.StoryPoints], [System.Tags],
|
|
46
|
+
[System.CreatedBy]
|
|
47
|
+
FROM WorkItems
|
|
48
|
+
WHERE [System.TeamProject] = '{project}'
|
|
49
|
+
AND [System.WorkItemType] IN ('User Story', 'Bug')
|
|
50
|
+
AND [System.State] = 'Design Approved'
|
|
51
|
+
AND [Microsoft.VSTS.Scheduling.StoryPoints] = ''
|
|
52
|
+
AND [System.IterationPath] = '{project}'
|
|
53
|
+
ORDER BY [Microsoft.VSTS.Common.StackRank] ASC
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
> The `[System.IterationPath] = '{project}'` clause restricts results to the **root** iteration — items not yet placed in a sprint. If a project uses a different convention (e.g. an explicit "Backlog" iteration), ask the user to confirm before proceeding.
|
|
57
|
+
>
|
|
58
|
+
> If the server rejects the empty-value comparison on Story Points, drop that clause, fetch the results, and filter out already-pointed items client-side.
|
|
59
|
+
|
|
60
|
+
**Take at most the first 10 items** (backlog-rank order). If the query returned more, note the overflow — it goes in the Step 4 header and the final summary.
|
|
61
|
+
|
|
62
|
+
If the query returns zero items, report:
|
|
63
|
+
|
|
64
|
+
```
|
|
65
|
+
No Design Approved items without Story Points were found on the backlog of {project}.
|
|
66
|
+
Nothing to quote.
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
and stop.
|
|
70
|
+
|
|
71
|
+
## Step 3: Analyze Each Item (max 10)
|
|
72
|
+
|
|
73
|
+
For each item in the batch, do all of 3a–3e before presenting anything. Collect results; **do not write to Azure DevOps during this step.**
|
|
74
|
+
|
|
75
|
+
### 3a. Fetch the full work item
|
|
76
|
+
|
|
77
|
+
Fetch with `mcp__azure-devops__wit_get_work_item` expanding `relations`. Capture: title, type, description, acceptance criteria, tags, `System.CreatedBy` (display name + unique name — needed for the comment draft), child items, and any linked PRs, commits, or branches.
|
|
78
|
+
|
|
79
|
+
### 3b. Completeness review
|
|
80
|
+
|
|
81
|
+
Score the item against this checklist:
|
|
82
|
+
|
|
83
|
+
| Check | What "complete" looks like |
|
|
84
|
+
|-------|---------------------------|
|
|
85
|
+
| **Title prefix** | Follows the project's `PREFIX - Title` convention (e.g. `COM -`, `PAY -`) |
|
|
86
|
+
| **Description** | States what is being built and why — not just a one-line restatement of the title |
|
|
87
|
+
| **Acceptance criteria** | Present, testable, unambiguous. Each AC could become a UAT step |
|
|
88
|
+
| **Design artifacts** | For UI work: a mockup, screenshot, or design link is attached or referenced (the item is Design Approved — the design should be findable) |
|
|
89
|
+
| **Scope** | Small enough to point (would land at ≤ 21); no hidden second feature buried in the AC |
|
|
90
|
+
| **Dependencies** | External dependencies or blockers are named, not implied |
|
|
91
|
+
|
|
92
|
+
Classify the item:
|
|
93
|
+
|
|
94
|
+
- **Complete** — estimable as written.
|
|
95
|
+
- **Minor gaps** — estimable, but the creator should clarify something (list the gaps).
|
|
96
|
+
- **Blocking gaps** — not estimable; missing AC, contradictory description, or unclear scope. No points will be proposed for this item.
|
|
97
|
+
|
|
98
|
+
### 3c. Duplicate / already-implemented check
|
|
99
|
+
|
|
100
|
+
Look for evidence the work already exists:
|
|
101
|
+
|
|
102
|
+
1. **Other tickets** — `mcp__azure-devops__search_workitem` with the item's key phrases. Flag closed or active items that describe the same functionality.
|
|
103
|
+
2. **The codebase** — `mcp__azure-devops__search_code` (and, if the current repo is the target codebase, local Grep) for the feature the item describes: endpoint names, component names, field names from the AC.
|
|
104
|
+
3. **Commits** — `mcp__azure-devops__repo_search_commits` for commit messages referencing the same feature or a `AB#` link to a related ticket.
|
|
105
|
+
4. **The item's own links** — existing PR/commit relations on the item itself are the strongest signal.
|
|
106
|
+
|
|
107
|
+
If the work appears already implemented, record **where** (ticket ID, PR, or file paths) — this goes in the comment draft, and no points are proposed until the creator confirms the item is still needed.
|
|
108
|
+
|
|
109
|
+
### 3d. Look at the code (when it makes sense)
|
|
110
|
+
|
|
111
|
+
If the target codebase is the current repo (or locally available) and the item describes concrete technical work, spend a short pass in the code:
|
|
112
|
+
|
|
113
|
+
- Confirm the described approach fits the existing architecture and patterns.
|
|
114
|
+
- Note anything that changes the estimate — e.g. the field already exists, a reusable component covers half the AC, or a migration will be needed that the item doesn't mention.
|
|
115
|
+
- If the item prescribes an approach the code contradicts, draft a **suggested change** for the comment (e.g. "the AC says add a new endpoint, but `PaymentsController` already exposes this — suggest extending it instead").
|
|
116
|
+
|
|
117
|
+
This is read-only reconnaissance. Skip it for non-technical items or when the codebase isn't available — say so in the item's analysis rather than guessing.
|
|
118
|
+
|
|
119
|
+
### 3e. Estimate story points
|
|
120
|
+
|
|
121
|
+
Use the **modified Fibonacci scale**: `1, 2, 3, 5, 8, 13, 21`. Anything larger than 21 is flagged as "needs to be split" rather than given a number.
|
|
122
|
+
|
|
123
|
+
> **Assume a senior developer is the implementer.** Don't pad for ramp-up, routine architectural decisions, or familiarity with the stack — that's already priced into the rubric. Only pad for things a senior *cannot* shortcut: genuinely novel work, missing AC, cross-team coordination, or external dependencies. Do not apply a second seniority discount on top of the rubric.
|
|
124
|
+
|
|
125
|
+
| Points | Looks like |
|
|
126
|
+
|--------|-----------|
|
|
127
|
+
| **1** | Trivial change — copy tweak, single config value, one-line fix |
|
|
128
|
+
| **2** | Small, well-understood change in one file or one layer |
|
|
129
|
+
| **3** | A couple of files / one feature slice, some new tests |
|
|
130
|
+
| **5** | Crosses layers, or a new component/endpoint following existing patterns |
|
|
131
|
+
| **8** | Multi-area change with real new logic, migrations, or non-trivial edge cases |
|
|
132
|
+
| **13** | Large feature, several moving parts — likely benefits from being split |
|
|
133
|
+
| **21** | Very large / high uncertainty — should almost certainly be split |
|
|
134
|
+
|
|
135
|
+
Fold in what 3d found — code reconnaissance that shrinks or grows the work changes the number. For items classified **Blocking gaps** or **appears already implemented**, propose **no points** — the comment is the deliverable for those.
|
|
136
|
+
|
|
137
|
+
### 3f. Draft the creator comment (only if issues were found)
|
|
138
|
+
|
|
139
|
+
If 3b–3d surfaced anything — gaps, a duplicate, a suggested approach change — draft a comment addressed to the item's creator (`System.CreatedBy`). Format:
|
|
140
|
+
|
|
141
|
+
```
|
|
142
|
+
@{Creator display name} — reviewed this item while estimating the backlog:
|
|
143
|
+
|
|
144
|
+
{One line per finding, concrete and actionable:}
|
|
145
|
+
- Acceptance criteria don't cover {X} — what should happen when {Y}?
|
|
146
|
+
- This looks already implemented in AB#{id} / PR #{n} ({file or feature}) — can you confirm it's still needed?
|
|
147
|
+
- Suggested approach change: {what the code shows, what to do instead}
|
|
148
|
+
|
|
149
|
+
{Closing line: what's needed to make it estimable, or "Estimated at {n} points assuming {assumption} — correct me if that's wrong."}
|
|
150
|
+
```
|
|
151
|
+
|
|
152
|
+
Keep it professional and brief — findings only, no filler. Items with no issues get **no comment**; don't post "looks good" noise.
|
|
153
|
+
|
|
154
|
+
### Ultracode mode (optional fan-out)
|
|
155
|
+
|
|
156
|
+
Only when **ultracode is on** (a system-reminder confirms it, or the user typed `ultracode`): the analysis in 3a–3f is independent per item, so fan out **one agent per item** with the `Workflow` tool. Each agent does the full 3a–3f pass and returns a structured result (item id, creator, completeness verdict, duplicate findings, code notes, proposed points, draft comment) — use a `schema` so each agent returns validated JSON.
|
|
157
|
+
|
|
158
|
+
**Never fan out Step 4 or Step 5** — presentation, approval, and every write stay sequential in the main loop. If ultracode is off, analyze the batch one item at a time; the output is identical either way.
|
|
159
|
+
|
|
160
|
+
## Step 4: Present the Batch — Approval Gate
|
|
161
|
+
|
|
162
|
+
Show the whole batch **before writing anything**. Start with the summary table:
|
|
163
|
+
|
|
164
|
+
```
|
|
165
|
+
Quote sweep — {project} backlog, Design Approved without Story Points
|
|
166
|
+
Batch: {n} of {total} qualifying items{ — run /quote-backlog again for the next 10}
|
|
167
|
+
|
|
168
|
+
| # | ID | Title | Completeness | Points | Comment |
|
|
169
|
+
|----|----------|----------------------------------------|---------------|--------|---------|
|
|
170
|
+
| 1 | AB#4611 | COM - Payment reminder emails | Complete | 5 | — |
|
|
171
|
+
| 2 | AB#4614 | COM - Bulk close inactive accounts | Minor gaps | 8 | yes |
|
|
172
|
+
| 3 | AB#4617 | PAY - Refund webhook handling | Blocking gaps | — | yes |
|
|
173
|
+
| 4 | AB#4620 | COM - Export audit log | Already done? | — | yes |
|
|
174
|
+
```
|
|
175
|
+
|
|
176
|
+
Then a detail block per item — estimate reasoning (2–3 bullets), completeness findings, duplicate evidence with links/IDs, code notes, and the **full text of any draft comment**. The user must be able to read every word that would be posted.
|
|
177
|
+
|
|
178
|
+
Then ask:
|
|
179
|
+
|
|
180
|
+
```
|
|
181
|
+
Approve? (all / numbers e.g. "1,2,4" / edit N / skip N / cancel)
|
|
182
|
+
```
|
|
183
|
+
|
|
184
|
+
**Wait for the user.**
|
|
185
|
+
|
|
186
|
+
- `all` → apply every proposed write (points and comments) in Step 5
|
|
187
|
+
- `1,2,4` → apply only those items; the rest are recorded as skipped
|
|
188
|
+
- `edit N` → ask what to change on item N (points value or comment text), revise, re-show that item, ask again
|
|
189
|
+
- `skip N` → drop item N, re-ask for the rest
|
|
190
|
+
- `cancel` → stop with **zero changes** to Azure DevOps
|
|
191
|
+
|
|
192
|
+
## Step 5: Apply Approved Changes
|
|
193
|
+
|
|
194
|
+
Only for approved items, in batch order:
|
|
195
|
+
|
|
196
|
+
1. **Set Story Points** (items with a proposed number): update `Microsoft.VSTS.Scheduling.StoryPoints` via `mcp__azure-devops__wit_update_work_item`. Touch no other field — state, assignee, iteration, and tags stay as they are.
|
|
197
|
+
2. **Post the comment** (items with an approved draft): add it with `mcp__azure-devops__wit_add_work_item_comment` (or the server's work-item comment tool). Use the mention syntax the server supports so the creator is notified; otherwise lead with their display name as drafted.
|
|
198
|
+
|
|
199
|
+
If a write fails, report the failure and ask whether to continue with the remaining items or stop.
|
|
200
|
+
|
|
201
|
+
## Step 6: Final Summary
|
|
202
|
+
|
|
203
|
+
```
|
|
204
|
+
## Quote Sweep Complete — {project}
|
|
205
|
+
|
|
206
|
+
Items analyzed: {n} (of {total} qualifying — {remaining} left for the next run)
|
|
207
|
+
✓ Points set: {n_pointed} (total {sum} pts)
|
|
208
|
+
✓ Comments: {n_comments} posted to creators
|
|
209
|
+
⏭ Skipped: {n_skipped} ({reasons: user skipped / blocking gaps / possible duplicate})
|
|
210
|
+
|
|
211
|
+
Pointed items:
|
|
212
|
+
- AB#4611: 5 pts
|
|
213
|
+
- AB#4614: 8 pts (comment posted)
|
|
214
|
+
- ...
|
|
215
|
+
|
|
216
|
+
Flagged for the creator (no points yet):
|
|
217
|
+
- AB#4617: blocking gaps — AC missing failure cases
|
|
218
|
+
- AB#4620: possibly already implemented in AB#4102
|
|
219
|
+
|
|
220
|
+
Next steps:
|
|
221
|
+
/quote-backlog {project} — process the next 10 qualifying items
|
|
222
|
+
/quote AB#{id} — re-estimate a single item after the creator responds
|
|
223
|
+
```
|
|
224
|
+
|
|
225
|
+
Do not change item state, create tasks, or assign items — those are downstream decisions (`/plan-backlog` picks up once items are pointed and Dev Ready).
|
|
@@ -41,6 +41,7 @@ Ultracode is **opt-in**. It is on only when a system-reminder confirms it, when
|
|
|
41
41
|
|-----------|--------------|
|
|
42
42
|
| `/plan-backlog` | one agent per Dev Ready story — analyze, point, and propose tasks in parallel |
|
|
43
43
|
| `/plan-sprint` | one agent per sprint item — analyze and propose tasks in parallel |
|
|
44
|
+
| `/quote-backlog` | one agent per Design Approved item — completeness review, duplicate check, estimate in parallel |
|
|
44
45
|
| Backlog / board audits | one agent per work item — find stale, mislabeled, orphaned, or unestimated items |
|
|
45
46
|
| Multi-file or cross-layer review | one agent per file/dimension, then adversarial verify before reporting |
|
|
46
47
|
| Repo-wide sweeps (rename, dependency bump, pattern migration) | one agent per site, worktree-isolated |
|
|
@@ -51,7 +52,7 @@ Short, single-query operations (`/status`, `/explain`, `/close-orphan-tasks`) do
|
|
|
51
52
|
|
|
52
53
|
**`/implement` uses ultracode scaled to the change** — its code review always fans out (find → adversarially-verify), but exploration and per-AC coverage fan out only for non-trivial / full-stack stories; a one-line config change runs lean. It's the daily driver, so it doesn't blanket-fan-out like `/rework`.
|
|
53
54
|
|
|
54
|
-
**`/plan-backlog
|
|
55
|
+
**`/plan-backlog`, `/plan-sprint`, and `/quote-backlog` use it opt-in** — only when ultracode is on.
|
|
55
56
|
|
|
56
57
|
### Sensitive Data Policy
|
|
57
58
|
|
|
@@ -243,6 +244,7 @@ All deployment and release operations are available as slash commands:
|
|
|
243
244
|
| `/status` | `/status release 24` | Check release, pipeline, or work item status |
|
|
244
245
|
| `/plan-backlog` | `/plan-backlog [project]` | Sweep backlog for Dev Ready stories with points and no tasks → propose child tasks with hours |
|
|
245
246
|
| `/plan-sprint` | `/plan-sprint [project]` | Sweep the current sprint for stories/bugs with no child tasks → propose one child task with hours per item |
|
|
247
|
+
| `/quote-backlog` | `/quote-backlog [project]` | Sweep backlog for Design Approved items without points → review completeness, check for duplicates, propose points + creator comments (10 at a time, approval-gated) |
|
|
246
248
|
| `/cleanup-branches` | `/cleanup-branches` | Delete merged branches |
|
|
247
249
|
| `/close-orphan-tasks` | `/close-orphan-tasks [scope] [--dry-run]` | Close open Tasks whose parent is Ready to Deploy / Deployed / Closed |
|
|
248
250
|
|