> ## 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.

# 构建一个很酷的东西

> 从创意到构建与部署，运行一个带守卫的产品工作流。

运行一个带守卫的产品工作流：

```bash theme={null}
arka build-something-cool "a visual notes app"
arka build-something-cool "a visual notes app" --build
arka build-something-cool "a visual notes app" --build --deploy --yes
arka build-something-cool "a cool feature for the dashboard"
```

该工作流会进行创意构思、生成计划、构建/测试项目，并在你使用 `--yes` 明确批准之前阻止部署。构建或测试失败之后它不会执行部署。在添加 `--build` 之前请先审阅计划。同一守卫工作流既处理功能请求，也能构建完整的应用。


## Related topics

- [将编码技能部署到 Railway](/cn/guides/railway-coding-skills.md)
- [安装和构建 Arka 插件](/cn/guides/plugins.md)
- [输出查看器](/cn/guides/output-viewer.md)
- [本地模型量化](/cn/guides/quantization.md)
- [每日阅读](/cn/guides/daily-reading.md)
