Task definitions providing specific instructions for AI agents to complete.
Each subdirectory contains a CUE package defining a task with objectives and steps.
tasks/<domain>/<name>/
├── task.cue
├── task.md
└── cue.mod/module.cue
- confluence/doc/read - Read and summarise a Confluence document
- confluence/doc/tree - Render a Confluence space as a tree
- cwd/agents-md/create - Create
AGENTS.md - cwd/agents-md/update - Update
AGENTS.md - cwd/dotagents/role/create - Create a role file under
./.agents/ - cwd/readme/create - Create a
README.md - cwd/readme/update - Update a
README.md
- design/review - Review a design document
- git/conflict/resolve - Resolve a git merge conflict
- git/ignore/generate - Generate a
.gitignore
- github/issue/triage - Triage GitHub issues
- gitlab/pipeline/review - Review a GitLab CI pipeline
- golang/debug - Debug a Go program
- golang/refactor - Refactor Go code
- golang/release/github-homebrew - Release a Go project to GitHub and Homebrew
- jira/item/backlog/review - Review backlog items
- jira/item/blocked/review - Review blocked items
- jira/item/comment/git-commit - Add git-commit references as Jira comments
- jira/item/read - Read and summarise a Jira item
- jira/item/research - Research a Jira item
- jira/item/review - Review a single Jira item
- ticket/begin - Begin working on the current ticket document
- ticket/create - Create a ticket document
- ticket/decompose - Decompose an accepted design into ticket documents
- ticket/review - Review a ticket document
- tk/next/build - Using tk, build the next available ticket
- tk/id/continue - Using tk, continue this ticket
- tk/id/review - Using tk, review this ticket document
- tk/board/reorder - Using tk, fix the sequence of the board
- tk/board/groom - Using tk, groom the board
- review/architecture - Architecture review
- review/comments - Code-comment review
- review/concurrency - Concurrency review
- review/correctness - Correctness review
- review/css - CSS review
- review/dependency - Dependency review
- review/documentation - Documentation review
- review/duplication - Duplication review
- review/error-handling - Error-handling review
- review/git-diff - Review the current git diff
- review/holistic - Holistic review
- review/multi-agent/orchestrator - Orchestrate a multi-agent review
- review/observability - Observability review
- review/performance - Performance review
- review/pre-commit - Pre-commit review
- review/random-file - Review a random file
- review/readability - Readability review
- review/security - Security review
- review/standards - Standards review
- review/test-coverage - Test-coverage review
- review/testing - Testing review
- start/module/author - Create or update any agent, role, context, or task module