From 1b1
Walk through items 1-by-1 (findings, tasks, issues, TODOs). Triggers: "one by one" | "walk through" | "1b1" | "process each item" | "review one by one" | "go through each" | "handle them one at a time" | "step through".
npx claudepluginhub roxabi/roxabi-plugins --plugin 1b1This skill is limited to using the following tools:
Let:
Interactively triage pending todos: approve with P1-P3 priority (mark ready), skip (delete), or customize. Tracks progress and provides final summary for code review findings.
Lists open issues from local planning files and GitHub, filters by area, selects one to work on, loads context, and routes to actions. Handles todo-to-issue migration.
Manages file-based todo tracking in todos/ directory: creates todos from feedback/findings, updates status/dependencies, triages items, integrates with slash commands and code reviews.
Share bugs, ideas, or general feedback.
Let: ι := single item from the list Ι := full list of items to process D := [] — deferred items accumulator
Walk through Ι from conversation one at a time. ∀ ι: brief context → ask decision → execute.
Scan conversation for most recent list (review findings, plan tasks, GitHub issues, TODOs, any enumerated list).
Argument ∃ (e.g. /1b1 review findings) → narrow to matching list.
| Condition | Action |
|---|---|
| Ι ∄ | → DP(B) |
| Multiple lists ∃ | → DP(A) |
ι references file → read relevant lines + surrounding context. ι references issue → gh issue view. Trace root cause — ¬stop at symptom.
Root cause first: before presenting options, understand why ι exists. Read code, check history, follow references. Analysis must be grounded in evidence, ¬speculation.
── Item {N}/{|Ι|}: {title} ──
Summary: {what the item is and its root cause — 2-3 lines}
Benefit: {what improves if we act on it}
Tradeoff: {cost, risk, or complexity of acting}
Recommendation: {Fix now | Defer | Skip | Reject} — {1-line rationale}
→ DP(A) Options adapted to ι type. Always include Skip.
| Item type | Options |
|---|---|
| Code findings | Fix now · Reject (invalid) · Skip · Defer (valid, not urgent) |
| Tasks / plan items | Do it · Skip · Modify · Remove |
| Issues / TODOs | Act on it · Skip · Defer |
| Generic | Act · Skip · Defer |
| Decision | Behavior |
|---|---|
| Fix / Do it / Act | Perform action, show brief confirmation |
| Reject | Acknowledge invalid, discard, continue |
| Skip | Next ι silently |
| Defer | Append to D, continue |
| Modify | → DP(B)for changes → execute modified |
| Remove | Acknowledge, continue |
── 1b1 Complete ──
Processed: {|Ι|} items
Acted on: {count}
Rejected: {count}
Skipped: {count}
Deferred: {count}
Removed: {count}
Deferred items:
1. {title}
2. {title}
D ≠ ∅ → → DP(A) Process deferred now | Done.
| Scenario | Behavior |
|---|---|
| Ι ∄ | → DP(B)what to walk through |
| Multiple lists ∃ | → DP(A) |
| User stops mid-way | End early, show summary of processed |
| ι references files | Read relevant sections before brief |
| ι already resolved | Note in brief, ask user to confirm skip |
| |Ι| = 1 | Still brief + ask — ¬skip flow |
$ARGUMENTS