Our review
Dumps the full Tasuku context (tasks, learnings, decisions, notes) for agent consumption to understand the project state.
Strengths
- Provides a structured, scannable overview of the project
- Highlights in-progress, blocked, and priority tasks
- Includes recent decisions and learned rules
Limitations
- Requires the tk_context MCP tool to be set up
- Can be large for very busy projects
- Archived tasks are skipped unless explicitly requested
At the start of a session to quickly reorient yourself with the project state.
When only partial or specific information is needed (a targeted query is better).
Security analysis
SafeThe 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.
No concerns found
Examples
Can you show me the full Tasuku context including all tasks, learnings, decisions, and notes?/tk:contextname: 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
- Use the
tk_contextMCP tool to get the full.tasuku.jsonstate - Present the information in a structured, scannable format
- 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
Task Prioritizer
Productivity
Prioritizes your tasks using Eisenhower, ICE, and RICE frameworks.
Weekly Status Report Generator
Productivity
Generate structured and concise weekly status reports.
Daily Standup Report
Productivity
Generates structured and concise daily standup reports.