Dump de contexte Tasuku complet

VérifiéSûr

Fournit une vue d'ensemble complète du projet Tasuku en extrayant l'état complet via l'outil MCP tk_context. Présente les tâches en cours, les files d'attente, les blocages, les décisions récentes, les apprentissages et les notes dans un format structuré et facile à scanner. Idéal pour s'orienter rapidement en début de session ou lorsque l'utilisateur demande le contexte global.

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

Recommandé pour

Notre avis

Fournit un vidage structuré de l'intégralité du contexte Tasuku (tâches, décisions, apprentissages) pour réorienter un agent au début d'une session.

Points forts

  • Donne une vue d'ensemble rapide et actionnable du projet
  • 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 le fichier .tasuku.json soit à jour
  • Peut devenir volumineux sur les grands projets sans résumé automatique des tâches archivées
Quand l'utiliser

Utilisez cette compétence au début d'une session pour vous replonger rapidement dans l'état du projet et savoir quoi faire ensuite.

Quand l'éviter

Ne l'utilisez pas si vous avez besoin d'informations très granulaires sur une seule tâche – préférez alors une requête ciblée.

Analyse de sécurité

Sûr
Score qualité85/100

The skill only reads project state via an MCP tool and formats it for display. There are no destructive actions, network calls, or execution of arbitrary code.

Aucun point d'attention détecté

Exemples

Full context dump via shortcut
/tk:context
Request project state
Give me the full project context with all tasks, blockers, and recent decisions.
Understand task landscape
What is the current state of all tasks? Show me what's in progress, what's blocked, and any important notes.

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