> ## Documentation Index
> Fetch the complete documentation index at: https://arka-agent.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Arka is an open-source AI terminal agent (PyPI package: arka-agent, GPL-2.0).
> Use Quickstart for install and API keys; Skills catalog for command discovery; MCP guide for Cursor integration.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# Design first, build after approval

> Draft, review, redo, and approve Arka implementation plans before code changes.

```bash theme={null}
arka design plan "build a dashboard for local model benchmarks"
arka design show
arka design redo "include offline support and a CSV export"
arka design accept
arka design build --yes
```

`design plan` and `design redo` do not modify the project. `design build` is
blocked until the draft is accepted, keeping planning separate from execution.


## Related topics

- [Quickstart: install Arka and run your first command](/quickstart.md)
- [MCP integration for Cursor and Claude](/guides/mcp.md)
- [Arka — AI terminal agent documentation](/index.md)
- [Symbolic and LLM routing pipeline](/concepts/routing.md)
- [Build something cool](/guides/build-something-cool.md)
