skills/next/SKILL.md
Find pending work in secondary locations. Triggers on "what's next?", "any pending work?", or when no pending work exists in already-loaded context. Checks shelf, todo.md, ROADMAP.md.
npx skillsauth add ddaanet/agent-core nextInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Check secondary locations (shelf, todo.md, ROADMAP.md) for pending work after confirming no work exists in primary context.
By the time this skill loads, the agent has already checked context (CLAUDE.md, session.md) and found no pending work. This skill checks additional locations:
List and read files in agents/shelf/:
status: incompleteIf actual pending work found: Report it and STOP. If no pending work: Continue to step 2.
Read agents/todo.md:
If actual pending work found: Report it and STOP. If no pending work: Continue to step 3.
Read agents/ROADMAP.md:
If actual pending work found: Report it and STOP. If no pending work: Continue to step 4.
If all checks complete with no pending work found:
When pending work is found, provide:
Example response:
Found pending work in agents/shelf/auth-refactor-session.md:
**Auth middleware migration** (status: incomplete):
- Convert session-based auth to JWT
- Update 3 route handlers
Next action: Resume auth refactor from shelved session.
development
Verify a Python function against its intended behavior by writing an icontract contract and checking it with `edify check` (CrossHair), repairing in a loop. Triggers on "formalize", "verify this function", "add a contract and check it", or after writing a function whose correctness matters. The in-context agent holds intent and asks the user when behavior is ambiguous; CrossHair owns the deduction.
tools
Manage git worktrees for parallel task execution. Triggers on "create a worktree", "set up parallel work", "merge a worktree", "branch off a task", or uses the `wt`, `wt merge`, or `wt-rm` shortcuts. Worktree lifecycle: creation, focused sessions, merge ceremony, cleanup, parallel task setup.
testing
Recall behavioral knowledge from project decisions. Triggers on "when to do X", situational patterns, or decision content for recognized situations. Invoke with "/when <trigger>".
tools
Sync edify fragments and portable justfile to match the current plugin version. Detects user-edited files and warns instead of overwriting. Use --force to overwrite conflicts.