Driftless banner
aakashjangidme aakashjangidme

Driftless

AI community

Description

AI-native SDLC outer-loop CLI for coding agents — manages work lifecycle: Created → Specifying → Planning → Implementing → Verifying → Review → Delivery → Done

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

![Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen.svg?logo=codecov) ![Tests](https://img.shields.io/badge/pass-143%20tests-brightgreen.svg?logo=github-actions) ![Release](https://img.shields.io/github/v/release/aakashjangidme/driftless?logo=github) ![License](https://img.shields.io/badge/license-MIT-blue.svg) ![Python](https://img.shields.io/badge/python-3.12+-blue.svg?logo=python) ![GitHub stars](https://img.shields.io/github/stars/aakashjangidme/driftless?style=social&label=Stars) ![Built for AI agents](https://img.shields.io/badge/built%20for-Claude%20Code-orange?logo=claude)

Driftless — AI-Native SDLC CLI for Coding Agents

**Driftless** is a local-first CLI that provides an **outer-loop SDLC workflow layer** around [OpenSpec](https://openspec.sh)'s **inner-loop specification workflow**. It is designed for **coding agents** like **Claude Code** and **Cursor** to manage engineering work across the full lifecycle: from idea to specification, planning, implementation, verification, review, delivery, and completion.

Table of Contents


Installation

From GitHub (latest release)

uv tool install git+https://github.com/aakashjangidme/driftless.git

From local directory

uv tool install .

To update or reinstall:

uv tool install --force .

Editable install (development)

uv tool install --editable .

Quick Start

driftless init
driftless work create ""
driftless change create 
driftless verify
driftless review
driftless finish

Features

  • Work lifecycle managementCREATED → SPECIFYING → PLANNING → IMPLEMENTING → VERIFYING → REVIEW → DELIVERY → DONE
  • **O