jackin-brainstorm
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesejackin-brainstorm
jackin-brainstorm
Turn an existing roadmap item's intent (and any gathered research) into concrete design decisions, through open back-and-forth with the operator, written incrementally into the item's section.
## DesignJudgment task — describe and decide; do not script it, do not write code, do not break work into tasks (that is , deferred).
plan通过与操作者开放式的双向沟通,将现有路线图项的意图(以及已收集的所有研究资料)转化为具体的设计决策,并逐步写入该路线图项的章节。
## Design本任务为判断类任务——需进行描述与决策;请勿编写脚本、代码,也请勿将工作拆分为任务(拆分任务属于环节,需延后处理)。
planWhen to use
使用场景
- Operator runs to design an open roadmap item.
jackin-brainstorm <slug>
- 操作者运行来设计一个待推进的路线图项。
jackin-brainstorm <slug>
When NOT to use
非使用场景
- Creating the item → .
jackin-propose - Large external/codebase investigation → .
jackin-research - Implementing → .
/goal Implement <slug>.md
- 创建路线图项 → 使用。
jackin-propose - 大型外部/代码库调研 → 使用。
jackin-research - 实施开发 → 使用。
/goal Implement <slug>.md
Arguments
参数
- — run
--researchfirst if the item looks thin.jackin-research - — continue from the current
--resumestate.## Design
- — 若路线图项内容不够完善,先运行
--research。jackin-research - — 从当前
--resume章节的状态继续推进。## Design
Process
流程
- Load context. Read — Problem, Why It Matters, Design-so-far, Related Files — plus any research already linked.
docs/content/docs/roadmap/<slug>.mdx - Discuss freeform. Open back-and-forth: surface alternatives, trade-offs, open questions. Pull in jackin❯ design principles and the relevant rule files (,
ENGINEERING.md, TUI/docs rules) as constraints. Prefer one question at a time; check in as each part settles.HOST_AND_CONTAINER.md - Write incrementally. As each point settles, append or update the matching part of in the
## Design— the decision plus a one-line why..mdxpicks up from there.--resume - Hit an unknown? Gather quickly (Explore/grep, or ). Large investigation → spin a separate
deep-researchdossier and link it fromjackin-research. Then resume deciding.## Design - Converge. When covers the approach end to end, summarize and point at the implementation step (
## Design)./goal Implement <slug>.md - Commit + push. per settled chunk (push after every commit).
docs:
- 加载上下文。读取文件中的问题、重要性说明、现有设计、相关文件,以及所有已关联的研究资料。
docs/content/docs/roadmap/<slug>.mdx - 自由讨论。进行开放式双向沟通:提出替代方案、分析利弊、梳理待解决问题。将jackin❯设计原则及相关规则文件(、
ENGINEERING.md、TUI/docs规则)作为约束条件。建议每次只讨论一个问题,待每个部分确定后再推进下一部分。HOST_AND_CONTAINER.md - 逐步撰写。每当一个要点确定后,在文件的
.mdx章节中追加或更新对应内容——需包含决策内容及一行简短的决策原因。使用## Design参数可从此状态继续推进。--resume - **遇到未知问题?**快速收集信息(探索/搜索,或使用)。若需大型调研 → 创建独立的
deep-research文档,并在jackin-research章节中添加链接。之后继续决策。## Design - 达成共识。当章节完整涵盖端到端的方案后,进行总结并指向实施步骤(
## Design)。/goal Implement <slug>.md - 提交并推送。每完成一个确定的模块,提交时标注(每次提交后立即推送)。
docs:
Common mistakes
常见错误
- Writing code, or filling — out of scope.
## Tasks - Dumping a finished design without the back-and-forth, or asking many questions at once.
- Recording decisions only in chat instead of into (it must be resumable).
## Design - Restating rule-file content instead of referencing it by name.
- 编写代码或填充章节——超出本任务范围。
## Tasks - 未经过双向沟通直接输出完整设计,或一次性提出多个问题。
- 仅在聊天记录中记录决策,而非写入章节(必须保证任务可恢复)。
## Design - 重复规则文件内容,而非通过文件名引用。