Loading...
Loading...
Compare original and translation side by side
| Command | What it does |
|---|---|
| Detect context and choose appropriate workflow, or show menu |
| Initialize new project with docs structure |
| Manage features (add/start/complete/update) |
| Show project overview |
| Sync and update documentation |
/archi$ARGUMENTS| 命令 | 功能说明 |
|---|---|
| 检测上下文并选择合适的工作流,或显示菜单 |
| 初始化带有文档结构的新项目 |
| 管理功能(添加/启动/完成/更新) |
| 显示项目概览 |
| 同步并更新文档 |
/archi$ARGUMENTS/archi init/archi start/archi init/archi startproject/
├── SPEC.md
└── docs/
├── features/
│ ├── todo/
│ ├── doing/
│ └── done/
├── research/
│ ├── spikes/
│ └── references/
└── bugs/project/
├── SPEC.md
└── docs/
├── features/
│ ├── todo/
│ ├── doing/
│ └── done/
├── research/
│ ├── spikes/
│ └── references/
└── bugs/undefinedundefined{One-sentence description}
{一句话描述}
After creating, suggest next steps like adding their first feature.
---
创建完成后,建议用户进行下一步操作,比如添加首个功能。
---/archi feature/archi featuredocs/features/todo/todo/doing/doing/done/docs/features/todo/todo/doing/doing/done/---
title: Feature Name
priority: high | medium | low
------
title: 功能名称
priority: high | medium | low
---
**Doing:**
```yaml
---
title: Feature Name
priority: high
started: 2026-01-23
---
**进行中(Doing):**
```yaml
---
title: 功能名称
priority: high
started: 2026-01-23
---
**Done:**
```yaml
---
title: Feature Name
category: Core | Enhancement | Fix | Infrastructure
completed: 2026-01-23
---
**已完成(Done):**
```yaml
---
title: 功能名称
category: Core | Enhancement | Fix | Infrastructure
completed: 2026-01-23
---
Use kebab-case for filenames: `user-authentication.md`
---
文件名使用kebab-case格式:`user-authentication.md`
---/archi statusdoing/todo/done//archi statusdoing/todo/done//archi docs/archi docsuser-authentication.mdUserAuthentication.mduser-authentication.mdUserAuthentication.mdcpcp