@open-agent-toolkit/cli 0.1.10 → 0.1.11
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/assets/public-package-versions.json +4 -4
- package/assets/skills/oat-pjm-review-backlog/SKILL.md +52 -8
- package/assets/skills/oat-pjm-review-backlog/references/backlog-review-template.md +4 -2
- package/assets/skills/oat-pjm-review-backlog/references/priority-alignment-template.md +86 -0
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: oat-pjm-review-backlog
|
|
3
|
-
version: 1.
|
|
3
|
+
version: 1.2.0
|
|
4
4
|
description: Use when prioritizing the file-backed repo backlog or evaluating roadmap alignment. Produces value-effort ratings, dependency mapping, and execution recommendations.
|
|
5
5
|
argument-hint: '[backlog-root] [--roadmap=<path>] [--output=<path>]'
|
|
6
6
|
disable-model-invocation: true
|
|
@@ -48,11 +48,12 @@ When executing this skill, provide lightweight progress feedback so the user can
|
|
|
48
48
|
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
49
49
|
|
|
50
50
|
- Before multi-step work, print short step indicators, e.g.:
|
|
51
|
-
- `[1/
|
|
52
|
-
- `[2/
|
|
53
|
-
- `[3/
|
|
54
|
-
- `[4/
|
|
55
|
-
- `[5/
|
|
51
|
+
- `[1/6] Resolving backlog inputs…`
|
|
52
|
+
- `[2/6] Cataloging backlog items…`
|
|
53
|
+
- `[3/6] Reading codebase context…`
|
|
54
|
+
- `[4/6] Writing review document…`
|
|
55
|
+
- `[5/6] Summarizing recommendations…`
|
|
56
|
+
- `[6/6] (Optional) Priority-alignment walkthrough…` — only print after the operator accepts the offer in Step 9
|
|
56
57
|
|
|
57
58
|
## Arguments
|
|
58
59
|
|
|
@@ -60,7 +61,8 @@ Parse from `$ARGUMENTS`:
|
|
|
60
61
|
|
|
61
62
|
- **backlog-root**: (optional) Path to the backlog root directory. Defaults to `.oat/repo/reference/backlog/`.
|
|
62
63
|
- **--roadmap=\<path\>**: (optional) Path to a roadmap document for alignment analysis.
|
|
63
|
-
- **--output=\<path\>**: (optional) Where to write the review. Defaults to `.oat/repo/reviews/backlog-and-roadmap-review.md`.
|
|
64
|
+
- **--output=\<path\>**: (optional) Where to write the living review. Defaults to `.oat/repo/reference/backlog/reviews/backlog-and-roadmap-review.md`.
|
|
65
|
+
- **--archive-dated**: (optional) Also write a dated snapshot alongside the living review at `.oat/repo/reference/backlog/reviews/backlog-and-roadmap-review-YYYY-MM-DD.md`. Default: off.
|
|
64
66
|
|
|
65
67
|
## Process
|
|
66
68
|
|
|
@@ -85,7 +87,12 @@ Parse from `$ARGUMENTS`:
|
|
|
85
87
|
**Output path:**
|
|
86
88
|
|
|
87
89
|
1. If `--output` is provided, use it directly.
|
|
88
|
-
2. Otherwise, default to `.oat/repo/reviews/backlog-and-roadmap-review.md
|
|
90
|
+
2. Otherwise, default to `.oat/repo/reference/backlog/reviews/backlog-and-roadmap-review.md` (the living, single-file review co-located with the backlog).
|
|
91
|
+
3. If the `backlog/reviews/` directory does not exist yet, create it before writing. Do not fall back to `.oat/repo/reviews/` — backlog review artifacts now live under the file-backed backlog, not the repo-wide reviews directory.
|
|
92
|
+
|
|
93
|
+
**Dated snapshot (optional):**
|
|
94
|
+
|
|
95
|
+
If `--archive-dated` is passed, also write a copy to `.oat/repo/reference/backlog/reviews/backlog-and-roadmap-review-YYYY-MM-DD.md` in the **same directory** as the living review. Do not write dated snapshots to `.oat/repo/reviews/`.
|
|
89
96
|
|
|
90
97
|
### Step 2: Read and Catalog Backlog Items
|
|
91
98
|
|
|
@@ -165,6 +172,8 @@ If a roadmap was provided:
|
|
|
165
172
|
|
|
166
173
|
Use the template at `.agents/skills/oat-pjm-review-backlog/references/backlog-review-template.md`.
|
|
167
174
|
|
|
175
|
+
Write the **living** review to the resolved output path (default `.oat/repo/reference/backlog/reviews/backlog-and-roadmap-review.md`). If `--archive-dated` was passed, also write a dated snapshot alongside it (`backlog-and-roadmap-review-YYYY-MM-DD.md` in the same directory). Never split living and dated outputs across different directories — they must live together under `backlog/reviews/`.
|
|
176
|
+
|
|
168
177
|
Ensure:
|
|
169
178
|
|
|
170
179
|
- Every active backlog item file appears in the item catalog
|
|
@@ -183,6 +192,39 @@ After writing the review, provide:
|
|
|
183
192
|
|
|
184
193
|
When listing specific items in this summary, follow the **Reference Format Convention** above — every backlog item must appear as `` `bl-XXXX` (human-readable title) `` (or the bold-with-em-dash variant in tables). Do not emit bare IDs.
|
|
185
194
|
|
|
195
|
+
### Step 9: Offer Priority Alignment Walkthrough (Optional, Collaborative)
|
|
196
|
+
|
|
197
|
+
The full review answers "what's in the backlog and how is each item rated." Operators still have to mentally extract "what should I actually do next, and in what order, with what parallelism." `priority-alignment.md` is the one-page execution companion that makes that extraction explicit.
|
|
198
|
+
|
|
199
|
+
This step is **optional** and **collaborative** — it requires operator context (recent ships, capacity, calendar, ongoing initiatives) that the skill alone does not have. Do not produce or refresh `priority-alignment.md` without operator participation.
|
|
200
|
+
|
|
201
|
+
**Decision: should we run the walkthrough?**
|
|
202
|
+
|
|
203
|
+
After the summary, ask the operator:
|
|
204
|
+
|
|
205
|
+
> Want to walk through the review together and produce a one-page execution view at `backlog/reviews/priority-alignment.md`? It captures phased order, parallelism, and a recommended kickoff stack — a faster reference than the full review.
|
|
206
|
+
|
|
207
|
+
If `.oat/repo/reference/backlog/reviews/priority-alignment.md` already exists, frame it as an **update** to the existing document rather than a fresh create. Read the existing file first so the walkthrough builds on it.
|
|
208
|
+
|
|
209
|
+
If the operator declines, stop after the summary. Do not silently write or modify `priority-alignment.md`.
|
|
210
|
+
|
|
211
|
+
**If the operator accepts, run the walkthrough:**
|
|
212
|
+
|
|
213
|
+
1. **Propose a phase breakdown** based on the review's quadrants and dependency graph:
|
|
214
|
+
- "Finishing / in flight" — items already started or in code review
|
|
215
|
+
- One or more execution phases that group items by initiative, parallel lane, or sequencing constraint
|
|
216
|
+
- Surface the natural parallelism boundaries from Step 5 as parallel tracks within a phase
|
|
217
|
+
2. **Solicit operator context** that the review alone cannot capture:
|
|
218
|
+
- What just shipped or changed since the last alignment? (Goes in the **Status** line and **Changelog**.)
|
|
219
|
+
- What's the operator's capacity / appetite for parallel work this cycle?
|
|
220
|
+
- Are there calendar constraints (freezes, releases, time off) that affect ordering?
|
|
221
|
+
- Does the operator want an optional axis like "planning investment" or "design effort" as a column? (Some repos find this useful; many don't. Default: omit unless operator opts in.)
|
|
222
|
+
3. **Iterate on phase names, ordering, and the kickoff stack** until the operator is satisfied. Phase names should reflect the repo's actual initiatives, not generic placeholders.
|
|
223
|
+
4. **Write or update** `.oat/repo/reference/backlog/reviews/priority-alignment.md` using the template at `.agents/skills/oat-pjm-review-backlog/references/priority-alignment-template.md`. Add a new Changelog entry summarizing what shifted in this pass.
|
|
224
|
+
5. **Confirm the result** with the operator: file path, top-of-doc Status line, and the kickoff stack.
|
|
225
|
+
|
|
226
|
+
When referencing backlog items inside the priority-alignment doc, the **Reference Format Convention** still applies — link to the item file and pair the ID with a human-readable title.
|
|
227
|
+
|
|
186
228
|
## Success Criteria
|
|
187
229
|
|
|
188
230
|
- Every active backlog item file has a value-effort rating with rationale
|
|
@@ -190,4 +232,6 @@ When listing specific items in this summary, follow the **Reference Format Conve
|
|
|
190
232
|
- Parallel lanes and execution waves are actionable
|
|
191
233
|
- Roadmap alignment gaps are surfaced when roadmap input is present
|
|
192
234
|
- Output document follows the review template structure
|
|
235
|
+
- Living review is written to `.oat/repo/reference/backlog/reviews/backlog-and-roadmap-review.md` (unless `--output` is explicitly overridden); dated snapshots, when emitted, live in the same `backlog/reviews/` directory and never under `.oat/repo/reviews/`
|
|
236
|
+
- The operator is offered (but never forced into) a collaborative walkthrough that produces or updates `backlog/reviews/priority-alignment.md`; if the operator accepts, the file is written using the priority-alignment template and includes a Changelog entry for this pass; if the operator declines, no file is created or modified
|
|
193
237
|
- Every user-facing reference to a backlog item pairs the ID with a human-readable title (per the Reference Format Convention)
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
# Backlog & Roadmap Review
|
|
2
2
|
|
|
3
3
|
**Date:** {YYYY-MM-DD}
|
|
4
|
-
**Scope:** {Description of what was reviewed, e.g., "All items
|
|
5
|
-
**Roadmap:** {Path to roadmap if included, or "N/A"}
|
|
4
|
+
**Scope:** {Description of what was reviewed, e.g., "All active items under `.oat/repo/reference/backlog/items/`"}
|
|
5
|
+
**Roadmap:** {Path to roadmap if included, e.g. `.oat/repo/reference/roadmap.md`, or "N/A"}
|
|
6
6
|
**Purpose:** Prioritize by value/effort, surface dependencies, and recommend an execution sequence
|
|
7
7
|
|
|
8
|
+
> If a one-page execution companion exists in this directory, see [`priority-alignment.md`](./priority-alignment.md) — produced via the optional walkthrough at the end of `oat-pjm-review-backlog`. It is the short, ordered "what to do next" view of this full review.
|
|
9
|
+
|
|
8
10
|
---
|
|
9
11
|
|
|
10
12
|
## 1. Executive Summary
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
# Backlog Priority Alignment
|
|
2
|
+
|
|
3
|
+
**Date:** {YYYY-MM-DD}
|
|
4
|
+
**Status:** {Active|Stale} — {one-line snapshot of what just shipped or shifted since the previous alignment, e.g. "Post-PR #XX ship of feature Y; new high-priority item Z promoted"}.
|
|
5
|
+
|
|
6
|
+
One-page execution guide: recommended order, scope, parallelism, and (optionally) planning investment. For the full value/effort catalog, dependency graph, and quadrant tables, see [backlog-and-roadmap-review.md](./backlog-and-roadmap-review.md).
|
|
7
|
+
|
|
8
|
+
> This document is produced or refreshed via the optional walkthrough at the end of `oat-pjm-review-backlog`. It is **not** auto-generated — phase shape, parallelism, and the kickoff stack reflect operator judgment captured during the walkthrough.
|
|
9
|
+
|
|
10
|
+
## Related sources
|
|
11
|
+
|
|
12
|
+
| Document | Role |
|
|
13
|
+
| ---------------------------------------------------------------- | --------------------------------------------------------------------- |
|
|
14
|
+
| [roadmap.md](../../roadmap.md) | Authoritative Now / Next / Later execution order |
|
|
15
|
+
| [current-state.md](../../current-state.md) | Shipped capabilities and selected active backlog (if maintained) |
|
|
16
|
+
| [backlog/index.md](../index.md) | Curated overview + generated item table |
|
|
17
|
+
| [backlog/items/](../items/) | Executable backlog records (one file per item) |
|
|
18
|
+
| [backlog-and-roadmap-review.md](./backlog-and-roadmap-review.md) | Full `oat-pjm-review-backlog` artifact (catalog, dependencies, waves) |
|
|
19
|
+
| Dated snapshots | `backlog-and-roadmap-review-YYYY-MM-DD.md` in this directory |
|
|
20
|
+
|
|
21
|
+
<!--
|
|
22
|
+
Optional axis: some teams find a "planning investment" or "design effort" column
|
|
23
|
+
useful — it separates discovery/design time from total build time. If you use it,
|
|
24
|
+
define the term inline here so readers don't have to guess. Example:
|
|
25
|
+
|
|
26
|
+
> **Planning investment** = discovery/design likely needed *before* implementation
|
|
27
|
+
> pays off — not total build time.
|
|
28
|
+
|
|
29
|
+
If the team doesn't find it useful, omit the column entirely.
|
|
30
|
+
-->
|
|
31
|
+
|
|
32
|
+
---
|
|
33
|
+
|
|
34
|
+
## Finishing / in flight
|
|
35
|
+
|
|
36
|
+
Items already started, in code review, or otherwise mid-flight. Close these out before — or alongside — the next phase.
|
|
37
|
+
|
|
38
|
+
| Item | Scope | Notes |
|
|
39
|
+
| ------------------------------------------------ | ---------- | -------------------------------------------- |
|
|
40
|
+
| [Item title](../items/{filename}.md) (`bl-XXXX`) | {S/M/L/XL} | {Status, blocker if any, next concrete step} |
|
|
41
|
+
|
|
42
|
+
---
|
|
43
|
+
|
|
44
|
+
<!-- Repeat one section per execution phase. Use repo-specific phase names —
|
|
45
|
+
organize by initiative, parallel lane, or sequencing constraint, not by
|
|
46
|
+
generic "Phase 1 / Phase 2". The point of named phases is that operators
|
|
47
|
+
can talk about them ("the synthesis phase", "the docs IA push"). -->
|
|
48
|
+
|
|
49
|
+
## Phase {N} — {Repo-specific name}
|
|
50
|
+
|
|
51
|
+
{One short paragraph: what this phase represents, how many tracks can run in parallel inside it, any kickoff constraints (e.g. "weekly pair is one combined kickoff").}
|
|
52
|
+
|
|
53
|
+
| Item | Scope | {Optional column} | Parallel with | Notes |
|
|
54
|
+
| ------------------------------------------------ | ---------- | ----------------- | -------------------- | --------------------------------------- |
|
|
55
|
+
| [Item title](../items/{filename}.md) (`bl-XXXX`) | {S/M/L/XL} | {Low/Med/High} | `bl-YYYY`, `bl-ZZZZ` | {One-line context — gotchas, decisions} |
|
|
56
|
+
|
|
57
|
+
---
|
|
58
|
+
|
|
59
|
+
## Parallelism cheat sheet
|
|
60
|
+
|
|
61
|
+
Quick lookup for "can I start X while Y is in flight?"
|
|
62
|
+
|
|
63
|
+
| Can run together | Keep sequential |
|
|
64
|
+
| --------------------- | -------------------------- |
|
|
65
|
+
| `bl-XXXX` ∥ `bl-YYYY` | `bl-AAAA` before `bl-BBBB` |
|
|
66
|
+
| {…} | {…} |
|
|
67
|
+
|
|
68
|
+
---
|
|
69
|
+
|
|
70
|
+
## Suggested next kickoff stack
|
|
71
|
+
|
|
72
|
+
Three concrete actions for the next development cycle. Not a ranked list of everything — just what to do _first_.
|
|
73
|
+
|
|
74
|
+
1. **{Close|Kick off|Defer}** [`bl-XXXX`](../items/{filename}.md) — {one-line reason: why now, what it unblocks}
|
|
75
|
+
2. **{Close|Kick off|Defer}** [`bl-YYYY`](../items/{filename}.md) — {one-line reason}
|
|
76
|
+
3. **{Close|Kick off|Defer}** [`bl-ZZZZ`](../items/{filename}.md) — {one-line reason}
|
|
77
|
+
|
|
78
|
+
---
|
|
79
|
+
|
|
80
|
+
## Changelog
|
|
81
|
+
|
|
82
|
+
Append a new row each time this file is refreshed via the `oat-pjm-review-backlog` walkthrough. Keep entries short — what shifted and why.
|
|
83
|
+
|
|
84
|
+
| Date | Update |
|
|
85
|
+
| ------------ | ---------------------------------------------------------------------------------- |
|
|
86
|
+
| {YYYY-MM-DD} | {What changed this pass: promotions/demotions, new high-pri items, phase reshapes} |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-agent-toolkit/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.11",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Open Agent Toolkit CLI",
|
|
6
6
|
"homepage": "https://github.com/voxmedia/open-agent-toolkit/tree/main/packages/cli",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"ora": "^9.0.0",
|
|
34
34
|
"yaml": "2.8.2",
|
|
35
35
|
"zod": "^3.25.76",
|
|
36
|
-
"@open-agent-toolkit/control-plane": "0.1.
|
|
36
|
+
"@open-agent-toolkit/control-plane": "0.1.11"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/node": "^22.10.0",
|