grits
Agentic PM & OKR for Claude Code. Auto-track tasks from code changes, align work to OKR, and get smart next-task recommendations. Hooks auto
Open source Repository Open in the app JSON README (API)
About
Agentic PM & OKR for Claude Code. Auto-track tasks from code changes, align work to OKR, and get smart next-task recommendations. Hooks auto-register work when you edit files. Skills (/grits:start, /grits:done) guide the full workflow. 28 MCP tools for task management, project tracking, and OKR alignment.
Details
- Kind
- Plugins
- Topic
- Productivity
- Publisher
- gritive
- Origin
- marketplace
- Category
- ferramentas
- Last push
- 2026-06-23T08:33:32Z
- Repository state
- ativo
- License
- MIT
- Added
- 2026-08-30 01:48:58
- Updated
- 2026-08-30 01:48:58
- Origin id
gritive/grits-agent/grits
README
# Grits Agent
**Agentic PM for your terminal** — auto-track tasks, align work to OKR, get smart next-task recommendations.
[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.
> **🌱 Early Access — 10 teams** We're looking for 10 AI-native dev teams to join our founding cohort. Free forever.
> → [Apply at grits.gritive.com/signup](https://grits.gritive.com/signup)
## What It Does
- **Work tracking**: The agent registers what you're working on and links it to your OKR as you go
- **Smart start**: `/grits:start` scans your backlog, today's schedule, and code TODOs to recommend your next high-impact task
- **OKR alignment**: Tasks auto-link to milestones and key results, so daily work connects to strategy
- **Completion flow**: `/grits:done` validates, commits, updates Grits, and suggests what's next
## Installation
### 1. Install CLI
```bash
brew tap gritive/tap && brew install grits
```
### 2. Authenticate
```bash
grits auth login
```
### 3. Install Claude Code Plugin
```bash
claude plugin install grits-agent/grits
```
## Quick Start
After installing, use the workflow skills:
```
/grits:start # See what to work on next
/grits:done # Finish current task with validation
/grits:workflow # Learn the full workflow
```
### CLI Examples
```bash
grits task list -o table # List tasks (human-readable)
grits task get <ID> -o table # Task detail card
grits task create --title "Fix bug" # Create a task
grits task done <ID> # Mark complete
grits dashboard summary # Work summary
```
## How It Works
```
/grits:start ──→ pick task ──→ work_start()
│
Task → IN_PROGRESS
Link → Milestone + KR
│
You finish ──→ /grits:done ──→ Validate → Commit → task_done()
│
Suggest next task
```
**3 Skills** guide the workflow:
- `/grits:start` — find and start the right task
- `/grits:done` — validate, commit, complete
- `/grits:workflow` — reference guide
## MCP Server
Grits CLI includes a built-in MCP server with 28 tools for AI agent integration.
```bash
grits mcp # Start MCP server (stdin/stdout)
```
Setup guides for other editors:
- [Cursor](docs/cursor.md)
- [Windsurf](docs/windsurf.md)
- [General MCP](docs/mcp.md)
## Documentation
- [CLI Reference](docs/cli.md) — all commands and flags
- [MCP Server](docs/mcp.md) — tool list and configuration
- [Claude Code Setup](docs/claude-code.md) — detailed integration guide
## Early Access
We're actively recruiting 10 AI-native development teams for our founding cohort.
**What you get:**
- Free forever (no credit card, no catch)
- Direct line to the founding team — your feedback shapes the roadmap
- Early adopter badge on your team profile
**Who we're looking for:** Teams that use Claude Code, Cursor, or Windsurf daily and want PM tooling that lives in the terminal.
[Sign up at grits.gritive.com](https://grits.gritive.com/signup) — 10 spots, first come first served.
---
If this is useful, a ⭐ helps others find it.