Flow 用语(ask-matt)
- Main flow
- idea → grill-with-docs → (optional prototype) → to-spec → to-tickets → implement。多数功能工作的默认路径。
- On-ramp
- 从「工作找上门」汇入主 flow 的入口:triage、diagnosing-bugs、wayfinder。
- Standalone
- 不在主链上、按需单点使用:grill-me、prototype、research、teach、writing-great-skills 等。
- Vocabulary layer
- 在其它 skill 脚下的共享词:domain-modeling、codebase-design。
- Context hygiene
- grill–spec–tickets 同窗;每个 implement 新窗;逼近 smart zone 时 handoff。
- Smart zone
- 模型仍锐利推理的上下文窗口量级(ask-matt 引用 ~120k tokens 量级概念)。
- Tracer bullet
- 窄而完整的垂直切片:能单独演示/验证;to-tickets 的切分单位。
- Frontier
- 所有 blocker 已完成、可立即开工的票集合(to-tickets / wayfinder)。
本仓库领域用语(CONTEXT.md)
- Issue tracker
- 托管 issues 的工具:GitHub Issues、GitLab、本地
.scratch/ 等。由 setup 写入 docs/agents/issue-tracker.md。
- Issue
- tracker 内一个工作单元。口语 ticket 仅在引用外部系统或 Decision ticket 时用。
- Decision ticket
- wayfinder 子 issue:解析结果是决策,不是实现切片。
- Triage role
- 状态机标签(needs-triage、needs-info、ready-for-agent、ready-for-human、wontfix 等),实际字符串可被 setup 映射。
调用与 skill 设计(节选)
- User-invoked / Model-invoked
- 见 invocation.md;决定谁能启动、是否计入 context load。
- Router skill
- ask-matt:降低「要记一堆 user skill」的认知负荷;只能指路不能代开。
- Completion criterion
- 步骤完成的可检查条件;模糊则易 premature completion。
- Leading word
- 用预训练里已有的紧词锚定行为(如 tight loop、red、tracer bullets)。