npx claudepluginhub flight505/dincoder-plugin --plugin dincoderDisplay 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.../nextAdvances to the next GSD workflow step by detecting state from STATE.md, ROADMAP.md, and phase directories. Scans prior phases for incompletes, offers resolution options, supports --force.
/nextRetrieves next task by priority and initiates strict TDD workflow: implement, check, done. Accepts [task_id] and flags like --check, --dry-run, --json, --quiet.
/nextDisplays the next project task with related knowledge in Korean, prompts user to start, executes on confirmation using MCP tools, and updates status with progress.
/nextDetermines and executes the next unambiguous operational step in the Alfred dev workflow using Python helper and state files like .claude/alfred-*.json and docs/project/*.md.
/nextReads project state and automatically executes the appropriate next workflow end-to-end, preserving gates, validations, checkpoints, and routing.
/nextFetches the first pending article from SQLite queue sorted by ID, displays details including title, area, subject, queue stats, and start-writing command. Handles empty queue.
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: