> ## Documentation Index
> Fetch the complete documentation index at: https://agentkaigong.t00ls.qzz.io/llms.txt
> Use this file to discover all available pages before exploring further.

# 快速开始

> 开始使用 AgentKaigong 前的准备

# 快速开始

AgentKaigong 尚未发布第一个可安装版本。计划中的使用流程是：

```powershell theme={null}
npm install -g agentkaigong
kaigong init
kaigong start "开发我的第一个功能"
```

<Warning>
  这些命令为即将开发的 CLI 预留。在官方发布前，请勿安装名称相似的第三方包。
</Warning>

接下来可以查看[安装说明](/zh/guides/installation)，或了解[第一个任务](/zh/guides/first-task)将如何运行。
