Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .claude/commands/nxt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
description: Check TRACKER.md and report the next item to work on
---

Read `TRACKER.md` in the project root and report the next item to work on.

Do this only:

1. Read `TRACKER.md`.
2. Identify the next actionable step — use the `Next action:` line near the top, cross-checked against the first row whose Status is `⏳` (Not Started) and whose dependencies (if listed in the Branch column, e.g. `1.1a`) are already `✅`.
3. Output a concise report:
- **Step**: number + title
- **Phase**: phase number + title
- **Branch**: suggested branch name following `build/phase-{N}/step-{N}.{M}-{slug}` convention
- **Dependencies**: list any prerequisite steps and whether they're done
- **Key deliverables**: bullet list from the tracker row
- **Linked ADRs / docs**: if mentioned in the row

Do not start the work. Do not create branches, files, or PRs. Just report.
Loading