Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub flight505/dincoder-plugin --plugin dincoderHow this command is triggered — by the user, by Claude, or both
Slash command
/dincoder:nextThe summary Claude sees in its command listing — used to decide when to auto-load this command
Display the highest-priority, unblocked tasks that are ready to work on now.
## Workflow
1. **Filter for Next Tasks**:
- Run `tasks_filter` with:
- `preset: "next"`
- `limit: 5`
- `sortBy: "priority"`
2. **Display Each Task**:
- **Task ID**: [e.g., T042]
- **Description**: [one-liner]
- **Metadata**:
- Phase: [phase]
- Type: [type]
- Priority: [high/medium/low]
- Effort: [hours]
- **Why Ready**: No blocking dependencies
3. **Recommend Starting Point**:
- Analyze priorities
- Consider current phase
- Suggest which task to start f.../pickupLists ready tasks by priority, recommends or accepts task-id, shows details/context/learnings, then starts the task.
/figure-out-what-to-work-onSuggests the highest-priority unblocked task to work on next using P0-P4 order, checking blockers, questions, and dependencies first.
/list-tasksLists tasks filtered by intelligently parsed natural language arguments for status, priority, IDs, subtasks, tree view, blocked status, and combinations like 'pending high' or '1-5'.
/pm-nextShows next N (default 3, max 10) highest-priority unblocked PENDING tasks for a project, with scores, research status, HITL flags, and suggestions to run /pm:work.
/readyLists unblocked issues ready for work, showing ID, title, priority, and type. Prompts to claim one and start work atomically via claim tool.
/nextRetrieves next task by priority and initiates strict TDD workflow: implement, check, done. Accepts [task_id] and flags like --check, --dry-run, --json, --quiet.
Share bugs, ideas, or general feedback.
Display the highest-priority, unblocked tasks that are ready to work on now.
Filter for Next Tasks:
tasks_filter with:
preset: "next"limit: 5sortBy: "priority"Display Each Task:
Recommend Starting Point:
Offer Details: