Skip to content

chore(claude): add /nxt slash command to report next tracker item - #43

Merged
officialCodeWork merged 1 commit into
mainfrom
chore/claude-commands-nxt
May 23, 2026
Merged

chore(claude): add /nxt slash command to report next tracker item#43
officialCodeWork merged 1 commit into
mainfrom
chore/claude-commands-nxt

Conversation

@officialCodeWork

Copy link
Copy Markdown
Owner

Summary

  • Adds .claude/commands/nxt.md — a project-scoped slash command that reads TRACKER.md and reports the next actionable step.
  • Output includes step number + title, phase, suggested branch name, dependency status, key deliverables, and any linked ADRs.
  • The command is read-only: it does not create branches, files, or PRs — it just reports so you can decide whether to start.

Why

Every session begins with "what's next?" against TRACKER.md. Typing /nxt shortcuts that lookup and keeps the answer consistent (same fields every time) without burning model time re-deriving the format.

Notes for reviewers

  • Lives under .claude/commands/ so it's checked in and available to teammates running Claude Code in this repo.
  • No code changes, no CI impact — only a new markdown command definition.

Documentation

No docs/ update — this is tooling for the Claude Code workflow, not a product/API change. The command file itself is self-documenting via its frontmatter description and body.

Test plan

  • Run /nxt in a fresh Claude Code session inside this repo and confirm it reports Phase 1 Step 1.1a as the next item.
  • Confirm /nxt does not modify any files or create branches.

🤖 Generated with Claude Code

Reads TRACKER.md and reports the next actionable step (number, title,
phase, suggested branch, dependencies, deliverables, linked ADRs)
without starting any work. Lives under .claude/commands/ so it's
checked in and shared with teammates.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@officialCodeWork
officialCodeWork merged commit 778b652 into main May 23, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant