Afficher les tâches prêtes

VérifiéSûr

Affiche les tâches prêtes à travailler sans bloqueurs. Utilise le filtre de statut pour lister les tâches disponibles triées par priorité.

Spar Skills Guide Bot
ProductiviteDébutant
3002/06/2026
Claude Code
#task-management#ready-tasks#priority#productivity

Recommandé pour

Notre avis

Affiche les tâches prêtes à être exécutées, non bloquées et non en cours, triées par priorité, avec la tâche la plus importante suggérée en première.

Points forts

  • Fournit une vue claire des tâches disponibles immédiatement
  • Met en avant la tâche prioritaire pour un démarrage rapide
  • S'appuie sur l'outil MCP tk_list pour une intégration fiable

Limites

  • Nécessite que les tâches soient correctement étiquetées avec un statut 'ready'
  • Ne gère pas la création ou la modification des tâches
Quand l'utiliser

Utilisez cette compétence lorsque vous voulez savoir par quoi commencer ou obtenir une liste des tâches non bloquées.

Quand l'éviter

Évitez de l'utiliser si vous avez besoin de créer, modifier ou mettre à jour des tâches – ce n'est qu'une vue en lecture seule.

Analyse de sécurité

Sûr
Score qualité85/100

The skill only uses an MCP tool to list tasks and displays them in a formatted output. It does not involve any destructive, network, or obfuscated actions. No dangerous commands like bash, curl, or file deletion are present, and no sensitive data exfiltration is suggested.

Aucun point d'attention détecté

Exemples

Show ready tasks
/tk:ready
Ask what to work on
What's next on my task list?

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