Dump de contexte Tasuku complet

VérifiéSûr

Récupère l'état complet du projet incluant toutes les tâches, apprentissages et décisions. À utiliser avec /tk:context ou quand l'utilisateur demande une vue d'ensemble.

Spar Skills Guide Bot
ProductiviteDébutant
2002/06/2026
Claude Code
#tasuku#context-dump#task-management#project-state

Recommandé pour

Notre avis

Affiche l'intégralité du contexte Tasuku (tâches, apprentissages, décisions, notes) pour permettre à l'agent de comprendre l'état du projet.

Points forts

  • Donne une vue d'ensemble structurée et exploitable par l'agent
  • Met en évidence les tâches en cours, bloquées et prioritaires
  • Inclut les décisions récentes et les règles apprises

Limites

  • Nécessite que l'outil MCP tk_context soit configuré
  • Peut être volumineux sur des projets très chargés
  • Ignore les tâches archivées sauf demande explicite
Quand l'utiliser

Au début d'une session de travail pour se réorienter rapidement dans le projet.

Quand l'éviter

Quand seules des informations partielles ou spécifiques sont nécessaires (mieux vaut alors une requête ciblée).

Analyse de sécurité

Sûr
Score qualité75/100

The skill only instructs to call an MCP tool to retrieve project state and present it in a structured format. There are no destructive commands, no data exfiltration, and no obfuscation. No external network calls or system modifications are made beyond the intended context retrieval.

Aucun point d'attention détecté

Exemples

Full context request
Can you show me the full Tasuku context including all tasks, learnings, decisions, and notes?
Shortcut trigger
/tk:context

name: tk-context description: Dump full Tasuku context for agent consumption. Use when user says /tk:context or asks for full context, project state, or needs to understand the entire task landscape.

Full Context Dump

Provide complete project context including all tasks, learnings, decisions, and notes.

Instructions

  1. Use the tk_context MCP tool to get the full .tasuku.json state
  2. Present the information in a structured, scannable format
  3. Highlight key items:
    • Tasks currently in progress (what's being worked on)
    • Blocked tasks and their blockers
    • Recent decisions that affect current work
    • Relevant learnings/rules

Output Format

## Current Work
[List in_progress tasks with owner if set]

## Ready Queue
[List ready tasks sorted by priority]

## Blockers
[List blocked tasks and what's blocking them]

## Key Decisions
[Recent or relevant architectural decisions]

## Learnings & Rules
[Important insights, especially any marked as rules]

## Notes
[Any notes attached to active tasks]

Notes

  • This is meant for getting oriented at the start of a session
  • Focus on actionable information
  • Skip archived tasks unless specifically requested
  • If context is large, summarize done tasks as a count
Skills similaires