Skip to content
VAC34 edited this page Jul 26, 2026 · 17 revisions

saipen

saipen is a cross-agent continuity protocol and project management system. It lets any AI agent pick up exactly where another left off, with zero context loss.

Quick links

  • Phases — comprehensive phase reference
  • Scenarios — common workflow walkthroughs
  • Tutorials — step-by-step guides
  • Use-Cases — real-world usage patterns
  • SubSaipen — sub-agent roles (saiwiki, saihunt, saitranslate, saipython)
  • Getting Started — setup guide
  • RFC — full protocol constitution
  • BOOT — cold-start kernel
  • STYLE — communication voice guide
  • GUIDE — user guide
  • SPEC — technical specification
  • CONFORMANCE — behavioral spec

Core concept

A persistent .saipen/ directory at the project root stores all state (STATE.md), board (BOARD.md), log (LOG.md), and phase progress. Any agent with filesystem access reads this directory and continues work without asking "what were we doing?"

Key features:

  • Agent-agnostic — works with Claude, Gemini, Codex, Aider, any agent that reads markdown files
  • Portable — pure markdown, zero dependencies, one directory
  • Phase-driven — structured workflow: PLAN -> SCOUT -> BUILD -> VERIFY -> REVIEW -> SHIP -> DONE
  • Goal mode — multi-wave execution with ticket caps for focused sprints
  • SubSaipen — delegatable sub-agents with read-only sandboxed roles
  • Multi-platform — Linux, macOS, Windows (PowerShell + bash bootstrap)

Version

v7.82.0full changelog

License

MIT — zero dependencies, pure markdown

Clone this wiki locally