> ## 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).
> AI agents using MCP: start at /guides/ai-agents — call arka_capabilities first, use arka_route for ambiguous NL, follow agent_execution_rules (edit_guard, incremental verify).
> Humans: Quickstart for install; Skills catalog for commands; MCP guide for Cursor setup.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# 先设计，批准后再构建

> 在改动代码之前，先起草、评审、返工并批准 Arka 的实现方案。

```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` 和 `design redo` 不会修改项目。`design build` 在草案被
接受之前会被阻止，从而让规划与执行分离开来。


## Related topics

- [构建一个很酷的东西](/cn/guides/build-something-cool.md)
- [设计参考](/cn/guides/design-memory.md)
- [响应式网站截图](/cn/guides/web-screenshots.md)
- [URL 应用设计分析器](/cn/guides/url-app.md)
- [应用构建检查](/cn/guides/app-check.md)
