get_big_picture
View all tasks in your stack, including completed ones, with full work context. Identify the current task marked ‘YOU ARE HERE’ and track progress towards a zen state when no tasks remain.
Instructions
See ALL tasks in your task stack (including completed ones). Shows full work context as a living document. Marks current task with 'YOU ARE HERE'. Indicates zen state when no tasks exist OR all tasks are completed.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
format | No | Output format | text |
Input Schema (JSON Schema)
{
"properties": {
"format": {
"default": "text",
"description": "Output format",
"enum": [
"text",
"json"
],
"type": "string"
}
},
"type": "object"
}