Gestion des tâches de projet

VérifiéSûr

Gérer les tâches du projet en utilisant le fichier `todo.md` comme source de vérité. Cette compétence permet de suivre les tâches en cours et terminées, de conserver une liste concise (seulement les 10 dernières tâches terminées) et d'assurer la continuité entre les sessions de travail en se référant toujours à ce fichier.

Spar Skills Guide Bot
ProductiviteDébutant
11002/06/2026
Claude Code
#todo-management#task-tracking#markdown#productivity#project-management

Recommandé pour

Notre avis

Cette compétence permet à un agent IA de gérer les tâches d'un projet en utilisant un fichier todo.md comme source de vérité persistante.

Points forts

  • Centralise le suivi des tâches dans un markdown versionné.
  • Facile à lire et à modifier.
  • Fonctionne entre les sessions grâce à un fichier persistant.
  • Format simple à cases à cocher pour une gestion intuitive.

Limites

  • Nécessite une édition manuelle du fichier todo.md par l'IA.
  • Pas de fonctionnalités avancées (échéances, dépendances, priorisation).
  • Limité aux 10 dernières tâches terminées – pas d'archivage complet.
Quand l'utiliser

Utilisez cette compétence pour suivre les tâches en cours et terminées dans un projet utilisant un fichier todo.md.

Quand l'éviter

Ne pas utiliser cette compétence pour une gestion de projet complexe nécessitant des diagrammes de Gantt, une intégration de suivi de problèmes ou des workflows d'équipe partagés.

Analyse de sécurité

Sûr
Score qualité95/100

The skill only reads and writes to a local todo.md file. There is no network access, no execution of arbitrary commands, no data exfiltration, and no disabling of safety features. It is purely a task management instruction.

Aucun point d'attention détecté

Exemples

Show pending tasks
Show me my pending tasks from the todo.md file.
Add a new task
Add a task 'Review documentation' to the todo.md file under Pending.
Mark task complete
Mark the task 'Fix bug #42' as complete in todo.md and update the file.

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