Gestion des tâches de projet

VérifiéSûr

Gérez les tâches de projet en utilisant le fichier todo.md comme source de vérité. Organisez, suivez et complétez les éléments de travail avec un système de cases à cocher persistant.

Spar Skills Guide Bot
ProductiviteDébutant
2002/06/2026
Claude CodeCursorWindsurf
#todo-management#task-tracking#project-planning#markdown

Recommandé pour

Notre avis

Gère les tâches d'un projet en utilisant un fichier todo.md comme source de vérité, permettant de suivre l'avancement et de planifier le travail.

Points forts

  • Persistance entre sessions via le fichier versionné
  • Regroupement par catégories
  • Nettoyage automatique des tâches terminées (10 max)
  • Intégration avec le suivi de session via TodoWrite

Limites

  • Nécessite une lecture/écriture manuelle du fichier
  • Pas d'extraction automatique à partir du code
  • Limité à 10 tâches complétées visibles
Quand l'utiliser

Utilisez cette compétence pour planifier le travail, ajouter des tâches, ou suivre l'avancement pendant une session de développement.

Quand l'éviter

Ne l'utilisez pas si vous utilisez déjà un outil de gestion de tâches externe comme Jira ou Trello.

Analyse de sécurité

Sûr
Score qualité85/100

The skill only manages a local todo.md file using basic file read/write operations. There are no destructive commands, data exfiltration, or execution of external code. No risky tools are used.

Aucun point d'attention détecté

Exemples

Show pending todos
Show me my pending todos from the todo.md file.
Add a new task
Add a new task to implement user authentication to the pending section of todo.md.
Complete a task
Mark the task 'Write tests for login' as completed in todo.md and move it to the completed section.

name: todo-management description: Use this skill when working on project tasks, planning work, or when the user asks about todos. Always use todo.md as the source of truth for project tasks.

Project Todo Management

Manage project tasks using the todo.md file as the source of truth.

When to Use This Skill

  • When starting a work session on this project
  • When the user asks about todos, tasks, or what to work on
  • When completing a task (to mark it done)
  • When adding new work items

Instructions

  1. Always use todo.md as the source of truth for project todos

    • The TodoWrite tool is for tracking progress within a single session
    • The todo.md file persists across sessions and is version-controlled
  2. Showing todos:

    • Read todo.md and display pending items clearly
    • Group by category if applicable
  3. Adding todos:

    • Read todo.md, add the new item under the appropriate "Pending" section
    • Use - [ ] checkbox format for consistency
  4. Completing todos:

    • Find the matching item in Pending section
    • Move it to the Completed section with - [x] format
    • Include any sub-items if applicable
  5. Managing completed items:

    • Keep only the 10 most recent completed items in the Completed section
    • When Completed exceeds 10 items, delete the oldest items
    • No separate archive section - just maintain last 10 completed
    • This keeps the todo.md file focused and scannable
  6. Starting work:

    • Read todo.md, identify the task to work on
    • Create a TodoWrite session list to track progress on that item
    • Begin working on it

Important

When starting any work session on this project, check todo.md first to understand pending work and maintain continuity across sessions.

Skills similaires