Install
$ agentstack add skill-choral-io-choral-skills-next-task-selection ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Next Task Selection
Runtime Context
Before acting, resolve ` using the runtime bootstrap rules, then read /.workflow/runtime.md and /.workflow/manifest.yml`; do not assume non-default workflow paths or default ids.
Use this skill to recommend the next accepted delivery task from /planning/KANBAN.md. This skill is read-only by default.
Workflow
- Resolve the current member id using
/.workflow/runtime.md. - Read
ResponsibilitiesandFocus Areasfrom/members/.mdwhen present; readAvailabilityonly when the user asks for capacity-aware selection. - Read local workspace instructions only when the user asks for automatic start, personal execution preferences, or a member-personal recommendation. Use it only as a preference signal.
- Read
/planning/KANBAN.md. - Read
/.workflow/rules/delivery.md. - Read
/.workflow/schemas/tasks.md. - Prefer
Readycards overBacklogcards. - Open each candidate's linked task item.
- Exclude localized files, local-only notes, archived notes, cards in
Blocked, and tasks with unresolvedblocked_byentries. - Partition eligible candidates by assignment:
- tasks where
assigneesincludes the current member id - tasks with missing or empty
assignees - tasks assigned only to other members
- Build a lightweight dependency view from
blocked_byandrelated_to; derive downstream unlock potential by reverse-looking up tasks blocked by each candidate. - Score candidates with the selection table in
references/scoring.md. - Recommend one next task from the first non-empty partition.
- Report blockers, missing metadata, any
Readycard that still has unresolved blockers, and any task that looks ready but is not inReady.
Normalize member and group wikilinks in owners, assignees, and reviewers before matching. For example, [[Gavroche]] and [[Gavroche|Display Name]] both match id Gavroche.
Selection Rules
- Select only accepted Kanban cards from
/planning/KANBAN.md. - Do not recommend loose task items from
/tasks/*.mdthat are not linked from a Kanban card. - If the user asks to rank task items, backlog candidates, or work not yet on the Kanban board, route to
delivery-planninginstead of selecting it for implementation. - Do not start implementation unless the user explicitly asks.
- Do not move cards; use
kanban-maintenanceafter maintainer approval. - Treat
blocked_byas a hard blocker unless all referenced tasks areDoneor the blocker is documented as resolved. - Treat a
Readycard with unresolvedblocked_byorreadiness: blockedas a board/task consistency problem, not as an eligible candidate. - Treat group assignees as team-pool assignment rather than assignment to the current member.
- Treat
ownersas durable responsibility, not current assignment. - Do not let member profile sections or local workspace instructions override task metadata, dependencies, readiness, approval, safety, or review rules.
- For source stability, assignment partitions, downstream value, and status-column details, read
references/selection-rules.md.
Auto-Start Rules
- If the user explicitly says the Agent may automatically start, the Agent may start the recommended task from
assigned-to-current-memberorunassignedaccording to the user's stated mode. - Tasks in
assigned-to-othersalways require a second explicit user confirmation before starting, even when the user allowed automatic start. - Automatic start is allowed only when the selected task has
readiness: ready, no unresolvedblocked_byentries, observable acceptance criteria, committed and remote-synced source material when a default remote exists, and no conflict with current dirty worktree changes. - Automatic start must stop if the task appears to require secrets, private customer data, or private personal information.
- If automatic start is allowed and the selected card must move to
Doing, propose or apply the move only under the approval rules inkanban-maintenance. - If the user's automatic-start permission is ambiguous, recommend the task and ask before starting implementation.
Output
- Recommended next task with source link.
- Short rationale.
- Candidate score table.
- Assignment partition used:
assigned-to-current-member,unassigned, orassigned-to-others. - Auto-start decision:
started,needs confirmation, orrecommendation only. - Blocked or metadata-problem tasks.
- Suggested board move, if any, as a proposal only.
- Source stability status:
verified,needs verification, ornot ready.
References
- For scoring and metadata examples, read
references/scoring.md. - For detailed selection, source stability, and auto-start rules, read
references/selection-rules.md.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: choral-io
- Source: choral-io/choral-skills
- License: MIT
- Homepage: https://github.com/choral-io/choral-skills
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.