Afficher les tâches prêtes

VérifiéSûr

Affiche les tâches prêtes à être travaillées, filtrées par statut 'ready' et triées par priorité. Met en évidence la tâche la plus prioritaire comme action suivante suggérée. Utile pour savoir sur quoi travailler ensuite ou quelles tâches sont débloquées.

Spar Skills Guide Bot
ProductiviteDébutant
4002/06/2026
Claude Code
#task-management#ready-tasks#prioritization#tk-ready

Recommandé pour

Notre avis

Affiche les tâches prêtes à être exécutées, triées par priorité, et suggère la tâche la plus importante pour démarrer.

Points forts

  • Filtrage automatique des tâches non bloquées et non en cours
  • Tri par priorité (critique, haute, normale, faible, backlog)
  • Mise en avant claire de la tâche suivante suggérée

Limites

  • Nécessite que les tâches aient été préalablement créées avec des statuts appropriés
  • Ne crée ni ne modifie les tâches, seulement leur affichage
  • La notion de priorité suppose une convention de nommage (0-4)
Quand l'utiliser

Quand vous voulez savoir par quoi commencer ou quelles tâches ne sont pas bloquées.

Quand l'éviter

Quand vous avez besoin de créer ou mettre à jour des tâches, ou d'obtenir une vue d'ensemble de tous les statuts.

Analyse de sécurité

Sûr
Score qualité90/100

The skill only uses a read-only MCP tool to list tasks; no dangerous commands or data exfiltration.

Aucun point d'attention détecté

Exemples

Show ready tasks
/tk:ready
What's next to work on
What tasks are ready to work on?
Unblocked tasks
Show me unblocked tasks sorted by priority.

name: tk-ready description: Show ready-to-work tasks with no blockers. Use when user says /tk:ready or asks what to work on, what's next, available tasks, or unblocked tasks.

Show Ready Tasks

Display tasks that are ready to work on (not blocked, not in progress, not done).

Instructions

  1. Use the tk_list MCP tool with status: "ready" filter
  2. Sort by priority (critical first, then high, normal, low, backlog)
  3. Highlight the top task as the suggested next action
  4. Show task ID, description, and priority level

Output Format

## Ready to Work (X tasks)

**Suggested next:** [highest-priority-task-id] - Description

Other ready tasks:
- [task-id] Description (priority)
- [task-id] Description (priority)

Priority Levels

  • 0 = critical (urgent)
  • 1 = high (important)
  • 2 = normal (default)
  • 3 = low (when time permits)
  • 4 = backlog (future consideration)

Notes

  • If no ready tasks exist, check for blocked tasks and explain what's blocking progress
  • Suggest using tk task start <id> to begin working on a task
Skills similaires