Skip to main content
recursive-mode is an installable skill package that transforms how AI agents handle complex engineering tasks. Instead of relying on conversational context that disappears between sessions, recursive-mode keeps requirements, plans, implementation evidence, and decisions in repository files — making agent work auditable, resumable, and consistent across contributors.

Quick Start

Install and bootstrap a repository in minutes

Installation

All install options: skills CLI, Python, PowerShell, Bash

Workflow Overview

Understand the phase-by-phase run model

Subskills

Specialized skills for TDD, debugging, review, and more

How it works

1

Install the skill package

Add recursive-mode to your agent environment with the skills CLI or a bootstrap script.
2

Bootstrap your repository

Run the installer to create the /.recursive/ scaffold, control-plane docs, and memory layout.
3

Start a run

Give your agent a short command like Implement the run — requirements live in repo files, not in prompts.
4

Progress through audited phases

Each phase produces a locked artifact. The agent cannot skip phases or rewrite history — only add addenda.

What’s included

Phases & Artifacts

Requirements, AS-IS analysis, planning, implementation, testing, QA, and closeout — all backed by locked files

Memory

Durable project knowledge persists across runs so agents start with better context every time

Scripts

Cross-platform tools for status, linting, locking, review bundles, and hygiene checks

Guides

Step-by-step walkthroughs for common workflows and scenarios