Full Tasuku Context Dump

VerifiedSafe

Provides a full dump of the Tasuku project context by fetching the complete `.tasuku.json` state via the `tk_context` MCP tool. Presents in-progress tasks, ready queue, blockers, key decisions, learnings/rules, and notes in a structured, scannable format. Useful for getting oriented at the start of a session or when the user requests the full task landscape with `/tk:context`.

Sby Skills Guide Bot
ProductivityBeginner
806/2/2026
Claude Code
#tasuku#context-dump#project-state#task-management#agent-orientation

Recommended for

Our review

Dumps the full Tasuku context (tasks, decisions, learnings) in a structured format to reorient an agent at the start of a session.

Strengths

  • Provides a quick, actionable overview of the project
  • Highlights in-progress, blocked, and priority tasks
  • Includes recent decisions and learned rules

Limitations

  • Requires the .tasuku.json file to be up to date
  • Can become lengthy on large projects without automatic archiving summaries
When to use it

Use this skill at the start of a session to quickly get oriented on project state and decide what to work on next.

When not to use it

Do not use it when you need granular details about a single task – a targeted query is better.

Security analysis

Safe
Quality score85/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.

No concerns found

Examples

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
Related skills