Command
Register a known code-agent model in models .json, optionally promote it to default across config/seed/DEFAULTAGENTSTRING.
an agentic IDE in your terminal, markdown tasks with YAML frontmatter, git-native, zero infrastructure. Works with Claude Code, OpenCode, and Codex CLI.
Command
Register a known code-agent model in models .json, optionally promote it to default across config/seed/DEFAULTAGENTSTRING.
Command
Audit and port aitask skill wrappers across code-agent trees, plus helper-script whitelist coverage.
Command
Generate a changelog entry by analyzing commits and archived plans since the last release.
Command
Contribute local aitasks framework changes back to the upstream repository by opening structured GitHub issues.
Command
Analyze a contribution issue, find related issues, and import as grouped or single task.
Command
Create a new AI task file with automatic numbering and proper metadata.
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.