Get full project context including tasks, learnings, and decisions. Use at session start or when needing complete project state.
Retrieves complete project context including tasks, learnings, and decisions.
/plugin marketplace add iheanyi/tasuku/plugin install iheanyi-tasuku-plugins-tasuku@iheanyi/tasukuLoad the complete project context including all tasks, learnings, and decisions.
tk context show # Full context as JSON
tk context show --format yaml # Full context as YAML
The context contains:
/contextLoad living docs context for a topic into the current conversation. Use before implementation to get relevant specs, ADRs, and architecture docs. Keywords - context, load context, get context, living docs context, inject context.