> ## Documentation Index
> Fetch the complete documentation index at: https://docs.traycer.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Traycer: Spec-Driven Development

> Build with a spec. Orchestrate your coding agents. Ship with confidence.

**Agents are powerful, but they drift**. They hallucinate APIs, misread intent, and sometimes break what already works. A simple idea or feature request often dissolves into scattered prompts and code churn, leaving developers to clean up after confused agents.

**Traycer** solves this with Spec-Driven Development. Your intent becomes a working spec — a structured plan broken into phases. <Tooltip tip="Cursor, Claude Code, Cline, GitHub Copilot, and others" cta="See all supported agents" href="/integrations/agents">Coding agents</Tooltip> execute against that guide, and Traycer verifies their work, catching gaps and suggesting fixes before they spread.

*The result: less drift, fewer surprises, and code that's production-ready by default.*

## Get Started

<Card title="Quickstart Guide" icon="rocket" href="/quickstart" horizontal>
  Download, install, and create your first Traycer task in minutes.
</Card>

## Core Features

<Columns cols={2}>
  <Card title="Plan Mode" icon="clipboard" href="/tasks/plan">
    **Direct task-to-plan workflow.** Start with a task query, Traycer explores your codebase and generates file-level detailed plans with descriptions, references, mermaid diagrams, and reasoning. Hand off to any coding agent, then verify implementation.
  </Card>

  <Card title="Phase Mode" icon="shuffle" href="/tasks/phases">
    **Step-by-step approach for complex projects.** Traycer understands your intent, creates multiple phases, and generates detailed plans for each phase. Move through phases sequentially while maintaining context from previous phases. Enable [YOLO Mode](/tasks/yolo-mode) for fully automated execution.
  </Card>

  <Card title="Agent Orchestration" icon="robot" href="/integrations/agents">
    **Manage multiple coding agents.** Hand off plans to Cursor, Claude Code, GitHub Copilot, Cline, and others. Each agent follows your detailed plans consistently.
  </Card>

  <Card title="Implementation Verification" icon="check" href="/tasks/verification">
    **Verify and iterate.** Check if agent modifications adhere to your plan. Get targeted fix suggestions as UI comments to hand off back to your agents.
  </Card>
</Columns>
