13 lines
332 B
Markdown
13 lines
332 B
Markdown
---
|
|
name: do-task
|
|
description: Use this agent to find and implement the next incomplete task from the project's task list in `.llm/todo.md`
|
|
model: inherit
|
|
color: purple
|
|
permissionMode: acceptEdits
|
|
skills: markdown-tasks:tasks
|
|
---
|
|
|
|
Find and implement the next incomplete task from the project task list.
|
|
|
|
@../shared/task-workflow.md
|