Skip to content

AI-Native Development OS

Operating System for AI-Assisted Development

AI-Native Development OS

A workflow layer that gives your AI coding agent explicit context, skills, tasks, and review criteria — instead of starting from scratch every session.

$ npm install -g @donihadimas/aios
aios init Setup aios adopt Context aios next Tasks aios kit Review
~/my-project
$ aios next

context: .aios/config.json exists
docs:   docs/product/prd.md ready
tasks:  docs/tasks/ has 3 open tasks

 Recommended: T2 — Implement auth module

$ cat .aios/config.json
{
  "mode": "full",
  "docsRoot": "docs",
  "skillDelivery": "native"
}

$ ls docs/tasks/
T1-implement-schema.md
T2-implement-auth.md
T3-add-tests.md
Apache 2.0 Licensed
Published on npm
Open Source on GitHub
TypeScript Ready

How AIOS Works

A repeatable loop from idea to reviewed implementation.

1

Setup

Install AIOS, create or adopt a project.

aios init my-project
2

Product Vision

Agent interviews you and fills the vision doc.

product-discovery
3

PRD

Generate a PRD with testable acceptance criteria.

prd-generator
4

Architecture

Design architecture and record decisions.

architecture-design
5

Tasks

Break work into small, verifiable tasks.

task-breakdown
6

Implement

Build one task at a time with tests.

task-implementation
7

Review

Review the diff against acceptance criteria.

code-review
8

Next

Ask what to do next, then repeat from step 5.

aios next

Choose Your Path

Start a new project, adopt an existing one, or just ask what to do next.