Skip to content

The Method

Lytos defines the framework in which AI coding agents operate, rather than trying to make them play roles. The method has five pillars, each materialised as a folder of plain markdown in your repository. Every pillar answers a specific question an agent has when it opens your project.

PillarFolderWhat it tells the agent
Manifestmanifest.mdWho we are, what we’re building, and what principles guide our decisions
Skillsskills/How to perform recurring tasks — code review, testing, deployment, etc. — in the agentskills.io open format
Rulesrules/The non-negotiable quality criteria the agent must respect before handing back code
Issue boardissue-board/The kanban flow, with every issue a markdown file whose YAML frontmatter is the source of truth
Memorymemory/What the team has learned — architectural decisions, patterns, past bugs — so sessions don’t start blank
OrchestratorA light coordination model for multi-issue sprints — who picks up what, how dependencies are respected, when to merge
Sub-agentsHow Lytos handles the sub-agent question — the short answer is: one well-contextualised agent usually beats a cast of personas

Lytos doesn’t replace your AI assistant — it configures your project so any compatible tool reads the same context. Compatibility lists the current integrations: Claude Code, Cursor, Codex, with Copilot, Gemini CLI and Windsurf coming next.

  • If you’re new to the method, read the Manifest first — it’s the entry point every session opens.
  • If you want to understand the “why”, the Philosophy section covers the design principles.
  • If you want to try it on a project right now, Quick Start runs you through lyt init in two minutes.