Tasks
Markdown files with YAML frontmatter — the core unit of work in aitasks.
What each building block of the framework is and why it exists. For how to use them, see Workflows, Skills, and Commands.
The files and structures that make up the framework’s primary state.
The building blocks that shape how skills and code agents behave.
How tasks move through the system and how the repository is laid out.
./ait git wrapper that routes to them.ait ide turns tmux into a navigable agentic IDE around the monitor TUI.Markdown files with YAML frontmatter — the core unit of work in aitasks.
The implementation contract written and approved before a task is coded.
How a complex task is decomposed into siblings that share planning context.
How related tasks are merged into a single primary task.
Structured prompts that drive batched, repeatable code review.
Pre-answered workflow questions that switch a skill from interactive to automated.
How user satisfaction ratings accumulate into per-model, per-operation reliability scores.
How each task records which code agent and model implemented it.
How concurrent agents avoid stepping on each other’s tasks.
The status transitions a task moves through from creation to archival.
The dedicated branches that hold task data, locks, and IDs, and the ./ait git wrapper that routes to them.
How ait ide turns tmux into a navigable agentic IDE around the monitor TUI.
How archived tasks and plans become long-term, queryable context for future agent sessions.