Documentation
README
Queue Task from Conversation
You are helping the user queue a task based on the conversation you just had. The user has been discussing a design, architecture decision, or code change with you, and now wants to queue it as an asynchronous task.
Available Templates
These are the task templates available for use with tsk add -t <template>:
!`tsk template list`
To see the full content of a template, run tsk template show <template>. When a task is created, the {{PROMPT}} placeholder in the template is replaced with whatever you pipe in via heredoc or pass via the -p flag, and any YAML frontmatter is stripped. The result is what gets sent to the agent.
This is the opening of the README. Read the full README on GitHub.