Sago banner
duriantaco duriantaco

Sago

Documentation community

Description

You describe what you want in markdown, sago generates a plan

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

Sago

Sago - AI project planning and orchestration

Sago: The project planner for AI coding agents

You describe the project in markdown. Sago generates and maintains the plan. Your coding agent (Claude Code, Codex, Cursor, Aider, etc.) builds it.

![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg) ![Skylos](https://img.shields.io/badge/Skylos-PR%20Guard-2f80ed?style=flat&logo=github&logoColor=white) ![Dead Code Free](https://img.shields.io/badge/Dead_Code-Free-brightgreen?logo=moleculer&logoColor=white)


What sago does

Sago is a **planning and control-plane tool**, not a coding agent. It turns your project idea into a structured, verified plan, tracks progress across phases, and then gets out of the way so a real coding agent can do the building.

You → sago init → sago plan → coding agent builds Phase 1 → sago replan → coding agent builds Phase 2 → ...

**Why?** AI coding agents (Claude Code, Codex, Cursor, etc.) are excellent at writing code but bad at planning entire projects from scratch. They lose track of requirements, skip steps, and produce inconsistent architectures. Sago owns the spec, plan, and phase gates so the coding agent can focus on writing code.

Sago does not execute project tasks itself. The intended workflow is:

  • Sago defines the work (PROJECT.md, REQUIREMENTS.md, PLAN.md)
  • Sago reads repo-local agent context (IMPORTANT.md, AGENTS.md, SKILLS.md, CLAUDE.md, .cursorrules) when present
  • Your coding agent executes the work
  • Sago records state, reviews completed phases, and updates the plan

Table of contents