一键导入
review-backlog
Use when prioritizing backlog work or evaluating a roadmap. Produces value-effort ratings, dependency mapping, and execution recommendations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when prioritizing backlog work or evaluating a roadmap. Produces value-effort ratings, dependency mapping, and execution recommendations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run when you need to evaluate agent instruction file coverage, quality, and drift. Produces a severity-rated analysis artifact. Run before oat-agent-instructions-apply to identify what needs improvement.
Run when you need to evaluate documentation structure, navigation, and coverage against the OAT docs app contract. Produces a severity-rated analysis artifact for oat-docs-apply.
Use when the user explicitly asks to continue discovery for an active spec-driven OAT project — e.g. "continue discovery", "run discovery", or confirms a previously offered discovery step. Do NOT auto-invoke for new ideas or quick-mode projects. Gathers requirements and context before spec/design.
Use when you have an external markdown plan to execute with OAT. Preserves the source plan and normalizes it into canonical plan.md format.
Use when design.md is complete and executable implementation tasks are needed. Breaks design into bite-sized TDD tasks in canonical plan.md format.
Use when authoring or mutating plan.md in any OAT workflow. Defines canonical format invariants — stable task IDs, required sections, review table rules, and resume guardrails.
| name | review-backlog |
| version | 1.2.1 |
| description | Use when prioritizing backlog work or evaluating a roadmap. Produces value-effort ratings, dependency mapping, and execution recommendations. |
| argument-hint | [backlog-path] [--roadmap=<path>] [--output=<path>] |
| disable-model-invocation | true |
| allowed-tools | Read, Write, Glob, Grep, Bash(git:*), AskUserQuestion, Task |
| user-invocable | true |
Deprecated: Use
oat-pjm-review-backloginstead.
Analyze a backlog document to produce a structured review with value/effort ratings, dependency graph, parallel work lanes, and a recommended execution sequence. Optionally cross-references a roadmap to identify alignment gaps.
Parse from $ARGUMENTS:
reviews/ directory of the backlog.Backlog document:
backlog-path is provided, use it directly..oat/repo/reference/backlog.mdbacklog.md in the repo rootdocs/backlog.mdRoadmap document (optional):
--roadmap is provided, use it directly..oat/repo/reference/roadmap.mdroadmap.md in the repo rootdocs/roadmap.mdOutput path:
--output is provided, use it directly.reviews/ directory co-located with the backlog:
.oat/repo/reference/backlog.md or under .oat/repo/reference/backlog/, output to .oat/repo/reference/backlog/reviews/backlog-and-roadmap-review.md..oat/repo/reviews/ — backlog review artifacts live under the file-backed backlog.reviews/ directory if it doesn't exist.Read the backlog document and extract all items from every section (Inbox, Planned, In Progress, etc. — skip Done/Deferred).
For each item, capture:
Before rating items, build enough context to assess effort accurately:
Use the Explore agent for broad codebase exploration if needed. Use direct Read/Glob/Grep for targeted lookups.
For each backlog item, assess:
Value (High / Medium / Low):
Effort (High / Medium / Low):
Quadrant (derived from Value + Effort):
Provide a brief rationale for each rating.
For each item, identify:
Render a text-based dependency graph showing the relationships. Use arrows to indicate direction:
B01 ──▶ B08 (hard)
B02 - -▶ B08 (soft)
Group items into independent work streams (lanes) that can be tackled concurrently without conflicts:
For each lane:
Organize items into waves — groups of work that can be started together:
For each wave:
Order waves so that:
If a roadmap document was provided:
Use the template at .agents/skills/review-backlog/references/backlog-review-template.md as the structure for the output document.
Fill in all sections with the analysis from Steps 2-8. Ensure:
Write the document to the output path determined in Step 1.
After writing the review, provide a brief summary: