ait-usage

Plan and track multi-step coding tasks with an SQLite-backed issue tracker.

1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/ohnotnow/agentic-stuff --skill ait-usage
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ait-usage
Source: https://github.com/ohnotnow/agentic-stuff/tree/main/skills/ait
Command: npx skills add https://github.com/ohnotnow/agentic-stuff --skill ait-usage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AIT-usage provides a local-first issue tracker designed for coding agents to plan work, manage multi-step tasks, model dependencies, coordinate across agents, and recover after session loss.

Core Features & Use Cases

  • Local-first, SQLite-backed issue tracking for cross-session work.
  • Supports initiative > epic > task hierarchy, ready state, and dependency management.
  • Use cases: planning new features, tracking progress across agents, resuming work after disconnections.

Quick Start

Create your first epic with ait and start tracking tasks across sessions.

Frequently Asked Questions about ait-usage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track coding tasks across multiple agent sessions?▼

You can track coding tasks across multiple agent sessions by using a local-first issue tracker backed by SQLite. It allows you to plan work, manage dependencies, and resume work after session disconnections.

What is the best way to manage dependencies between multi-step coding tasks?▼

The best way to manage dependencies between multi-step coding tasks is using a local-first issue tracker. It supports an initiative, epic, and task hierarchy to model dependencies and coordinate work among multiple agents.

How do I resume coding agent work after a session loss?▼

To resume coding agent work after a session loss, use a local-first SQLite-backed issue tracker. It maintains task states, notes, and dependencies locally so agents can recover and continue precisely where they stopped.

Do I need SQLite to coordinate coding agents locally?▼

Yes, you need SQLite to coordinate coding agents locally because the issue tracker requires an SQLite-backed database to store task hierarchies, dependencies, and notes for cross-session coordination.

Can I organize coding tasks into epics and initiatives for multiple agents?▼

Yes, you can organize coding tasks into epics and initiatives for multiple agents. The tracker supports an initiative, epic, and task hierarchy with commands to view, create, update, and close tasks.