{
  "markdown": "# Grits Agent\n\n**Agentic PM for your terminal** — auto-track tasks, align work to OKR, get smart next-task recommendations.\n\n[Grits](https://grits.gritive.com) turns Claude Code into a project-aware agent. Write code, and Grits tracks what you did, links it to your OKR, and tells you what to do next.\n\n> **🌱 Early Access — 10 teams** We're looking for 10 AI-native dev teams to join our founding cohort. Free forever.\n> → [Apply at grits.gritive.com/signup](https://grits.gritive.com/signup)\n\n## What It Does\n\n- **Work tracking**: The agent registers what you're working on and links it to your OKR as you go\n- **Smart start**: `/grits:start` scans your backlog, today's schedule, and code TODOs to recommend your next high-impact task\n- **OKR alignment**: Tasks auto-link to milestones and key results, so daily work connects to strategy\n- **Completion flow**: `/grits:done` validates, commits, updates Grits, and suggests what's next\n\n## Installation\n\n### 1. Install CLI\n\n```bash\nbrew tap gritive/tap && brew install grits\n```\n\n### 2. Authenticate\n\n```bash\ngrits auth login\n```\n\n### 3. Install Claude Code Plugin\n\n```bash\nclaude plugin install grits-agent/grits\n```\n\n## Quick Start\n\nAfter installing, use the workflow skills:\n\n```\n/grits:start          # See what to work on next\n/grits:done           # Finish current task with validation\n/grits:workflow       # Learn the full workflow\n```\n\n### CLI Examples\n\n```bash\ngrits task list -o table              # List tasks (human-readable)\ngrits task get <ID> -o table          # Task detail card\ngrits task create --title \"Fix bug\"   # Create a task\ngrits task done <ID>                  # Mark complete\ngrits dashboard summary               # Work summary\n```\n\n## How It Works\n\n```\n/grits:start ──→ pick task ──→ work_start()\n                                     │\n                               Task → IN_PROGRESS\n                               Link → Milestone + KR\n                                     │\nYou finish ──→ /grits:done ──→ Validate → Commit → task_done()\n                                     │\n                               Suggest next task\n```\n\n**3 Skills** guide the workflow:\n- `/grits:start` — find and start the right task\n- `/grits:done` — validate, commit, complete\n- `/grits:workflow` — reference guide\n\n## MCP Server\n\nGrits CLI includes a built-in MCP server with 28 tools for AI agent integration.\n\n```bash\ngrits mcp   # Start MCP server (stdin/stdout)\n```\n\nSetup guides for other editors:\n- [Cursor](docs/cursor.md)\n- [Windsurf](docs/windsurf.md)\n- [General MCP](docs/mcp.md)\n\n## Documentation\n\n- [CLI Reference](docs/cli.md) — all commands and flags\n- [MCP Server](docs/mcp.md) — tool list and configuration\n- [Claude Code Setup](docs/claude-code.md) — detailed integration guide\n\n## Early Access\n\nWe're actively recruiting 10 AI-native development teams for our founding cohort.\n\n**What you get:**\n- Free forever (no credit card, no catch)\n- Direct line to the founding team — your feedback shapes the roadmap\n- Early adopter badge on your team profile\n\n**Who we're looking for:** Teams that use Claude Code, Cursor, or Windsurf daily and want PM tooling that lives in the terminal.\n\n[Sign up at grits.gritive.com](https://grits.gritive.com/signup) — 10 spots, first come first served.\n\n---\n\nIf this is useful, a ⭐ helps others find it.\n",
  "bytes": 3320,
  "sha": "c04c3652e89a3fc5f6552c9ba547f7dd90ab79134ea5ee4971c6ad4cb254059b",
  "repo_slug": "gritive/grits-agent",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_gritive_grits_agent_grits_4e916b66/readme"
}