Command
Analyze tasks landed since the last release and create one documentation task covering website docs gaps.
Command
Analyze tasks landed since the last release and create one documentation task covering website docs gaps.
Command
Explain files in the project: functionality, usage examples, and code evolution history traced through aitasks.
Command
Explore the codebase interactively, then create a task for implementation.
Command
Identify and merge related tasks into a single task, then optionally execute it.
Command
Procedure-backed verifier for the docsupdated gate — inspects a task's change, updates the project's documentation per the configured doc-update spec (confirming with the user), and records the gate result. Run by the attended agent (task-workflow / aitask-resume), not the headless engine.
Command
Scaffold for authoring a new gate verifier. Documents the orchestrator's verifier contract (positional args, exit codes, sidecar log, ledger append) and provides a copy-me script template.
Command
Learn a new skill from sources — a local file, a URL, a repo file/dir, or a tmux pane (capturing the workflow an agent just ran) — and generate a complete static SKILL.md.
Command
Select the next AI task for implementation from the aitasks/ directory.
Command
Pick and implement a task in remote/non-interactive mode. All decisions from execution profile - no AskUserQuestion calls.
Command
Pick and implement a task on Claude Code Web. Zero interactive prompts. No cross-branch operations — stores task data locally in .aitask-data-updated/.
Command
Create an aitask from a pull request by analyzing PR data and generating a structured task with implementation plan.
Command
Run QA analysis on any task — analyze changes, discover test gaps, run tests, and create follow-up test tasks.