Skip to content

Add next-tasks skill (backlog assessment + NEXT_TASKS.md maintenance)#234

Merged
realmarcin merged 1 commit into
mainfrom
feat/next-tasks-skill
Jul 21, 2026
Merged

Add next-tasks skill (backlog assessment + NEXT_TASKS.md maintenance)#234
realmarcin merged 1 commit into
mainfrom
feat/next-tasks-skill

Conversation

@realmarcin

Copy link
Copy Markdown
Contributor

Adds a next-tasks skill (invocable as /next-tasks) that codifies the
backlog-assessment workflow run repeatedly this session.

Why

Answering "next tasks" well means reconciling NEXT_TASKS.md against reality
first
— the file drifts: pending items get shipped in PRs, whole new threads
(e.g. the causal-graph curation capability) never get logged, and some items are
upstream-blocked and will never be actionable here. Reading the file verbatim
gives a stale, misleading answer.

What the skill does

  1. Reconcile every pending/in-progress claim against merged PRs, the git
    log, and open PRs/issues — and spot-check that referenced slots/recipes still
    exist.
  2. Classify each item: DONE (ship it out), PENDING & actionable, IN PROGRESS
    (has an open PR/branch), or UPSTREAM-BLOCKED (keep, but never recommend).
  3. Surface a short prioritized menu with a clear top recommendation.
  4. Maintain NEXT_TASKS.md every invocation — mark done items with PR +
    date, log new threads with cold-start context, bump Last reconciled:, flag
    cross-Mech divergence.
  5. Pick it up (only on request) and hand off to the right curation skill.

Notes

  • category: workflow; no script, no network, no DB — pure read + reason +
    maintain.
  • Frontmatter validated (parses as YAML); skills aren't gated by tests. Tracked
    via git add -f like the sibling skills (.claude/ is otherwise gitignored).
    Most skills invoke directly as /<name>, so no .claude/commands/ wrapper is
    needed.

🤖 Generated with Claude Code

Codifies the workflow for answering "what's next?" accurately: reconcile
NEXT_TASKS.md against what actually shipped (merged PRs, git log, open
issues/PRs) before relaying it, classify each item as done / pending-
actionable / in-progress / upstream-blocked, surface a short prioritized
menu with a recommendation, and keep NEXT_TASKS.md honest (mark done items
with PR + date, log new threads, bump the reconcile date, flag cross-Mech
sync). Invocable as /next-tasks.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 21, 2026 02:40

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@realmarcin
realmarcin merged commit 77eab38 into main Jul 21, 2026
@realmarcin
realmarcin deleted the feat/next-tasks-skill branch July 21, 2026 02:40
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.

2 participants