ask
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinese<!-- markdownlint-disable MD013 -->
<!-- markdownlint-disable MD013 -->
Ask
询问
You don't remember every skill, so ask. A router over the workflow catalog.
你不可能记住所有skill,所以直接询问即可。这是一个工作流目录的导航工具。
First time in a repo
首次进入仓库时
bootstrapdocs/agents/*to-specto-ticketstriagebootstrapdocs/agents/*to-specto-ticketstriageThe main flow: idea → ship
主流程:想法 → 交付
The route most work travels:
- Sharpen the idea in conversation against the codebase — terminology into
, decisions into ADRs (
CONTEXT.md).docs/adr/ - — turn the thread into a spec and publish it as a GitHub issue (the validation gate). Set its milestone, assignee, and project at creation; label it
to-spec— a human approves direction before any code.ready-for-human - Multi-session build? — split the spec into tracer-bullet tickets with blocking edges. Single-session? Skip to step 5.
to-tickets - — move issues through the state machine as work is evaluated.
triage - — build a
implementticket: TDD at the seams, on the minimalism ladder, closing withready-for-agent, then commit.code-review
大多数工作遵循的流程:
- 打磨想法:结合代码库进行讨论——将术语整理到中,将决策记录到ADR(
CONTEXT.md)中。docs/adr/ - —— 将讨论内容转化为规范,并作为GitHub issue发布(这是验证关卡)。创建时设置里程碑、负责人和项目;为其添加
to-spec标签——在编写任何代码前,需由人工批准方向。ready-for-human - 需要多阶段构建?—— 将规范拆分为带有依赖关系的追踪式任务单。单阶段构建?直接跳到第5步。
to-tickets - —— 随着工作推进,将issues在状态机中流转。
triage - —— 完成
implement任务单:在接口处采用TDD,遵循极简原则,完成后进行ready-for-agent,然后提交代码。code-review
Pick by intent
根据意图选择
| You want to... | Reach for |
|---|---|
| Set this repo up for the workflow | |
| Turn a discussion into a validated feature | |
| Break a spec into buildable tickets | |
| Sort / label / brief issues | |
| Build a spec or ticket | |
| Plan / cut a release from a milestone | release management ( |
| Review a branch/PR (Standards + Spec + Stability) | |
| Add stability/invariant tests over generated data | property-based (in |
| Find what to delete / is this over-engineered | minimalism audit ( |
| See the shortcuts we deferred | deferral ledger ( |
| Simplest-solution discipline on any coding task | minimalism ladder (always on) |
| 你想要... | 选择... |
|---|---|
| 为仓库配置此工作流 | |
| 将讨论转化为经过验证的功能 | |
| 将规范拆分为可执行的任务单 | |
| 整理/标记/梳理issues | |
| 实现规范或任务单 | |
| 基于里程碑规划/发布版本 | 发布管理( |
| 审查分支/PR(标准+规范+稳定性) | |
| 为生成的数据添加稳定性/不变量测试 | 属性测试(在 |
| 查找可删除内容 / 判断是否过度设计 | 极简性审计( |
| 查看已推迟的快捷方式 | 推迟记录( |
| 在任何编码任务中遵循最简解决方案原则 | 极简阶梯(始终启用) |
Context hygiene
上下文维护
Keep steps 1–2 in one unbroken context window. When splitting into tickets,
clear context between implementing each one — a fresh window per ticket.
将步骤1–2放在同一个连续的上下文窗口中。拆分任务单时,在实现每个任务单之间清空上下文——每个任务单使用一个新窗口。