بنقرة واحدة
formax-rolling-plan-loop-workflow
// Use when the user wants a reusable rolling execution pattern (README + TODO-INDEX) like plans/web-reference-react-refactor, and wants to run delivery in small validated loops.
// Use when the user wants a reusable rolling execution pattern (README + TODO-INDEX) like plans/web-reference-react-refactor, and wants to run delivery in small validated loops.
Use when a Formax repository task is non-trivial and you should analyze goals, non-goals, boundaries, data/type/interface impact, contract impact, test strategy, and whether an xhigh subagent is actually needed before writing a todo or code.
Use after receiving WebGPT or another LLM review on a Formax todo and before sending the todo back for another pass. Produce a concise handoff response that says what we adopted, what we reject or question, and what the reviewer should specifically re-evaluate in `docs/todolist.md`.
Use after task analysis when a non-trivial Formax repository task needs a structured `docs/todolist.md` with [x]/[ ] items, definitions-before-UI ordering, explicit non-goals, tests, and loop-ready execution slices.
Use when changing web CSS/UI styling so requirements, state ownership, and acceptance checks are locked before edits to prevent rework churn.
Use for all frontend and web UI tasks by default to apply a business-agnostic desktop web visual style system with medium-strength guardrails; if an existing design system is present, follow it first and use this skill only as a style harmonizer.
Use when changing REPL clear/reset/resume/surface behavior (onClearTerminal, transcriptSeq remount, Ink Static paths, Ctrl+O/Ctrl+E transitions). Enforces single-owner reset transaction and prevents black-screen/flicker/duplicate-row regressions.
| name | formax-rolling-plan-loop-workflow |
| description | Use when the user wants a reusable rolling execution pattern (README + TODO-INDEX) like plans/web-reference-react-refactor, and wants to run delivery in small validated loops. |
快速创建并维护一个“滚动循环执行”计划目录,结构与 plans/web-reference-react-refactor/ 一致:
README.md:目标、边界、固定执行循环TODO-INDEX.md:只保留未完成任务plans/web-reference-react-refactor 的循环方式”。codex review -> 提交。在 plans/<topic-slug>/ 下创建(或更新):
README.mdTODO-INDEX.md可选:
plans/TODO-INDEX.md 增加该计划入口(通常放在“并行参考”)。每个切片固定流程:
codex review --uncommitted -c model="gpt-5.5" -c model_reasoning_effort="high"TODO-INDEX.md 只保留未完成项;已完成项不回填,历史以 Git commit 为准。当 TODO-INDEX.md 清空时:
README.md 派生下一批。references/README.template.mdreferences/TODO-INDEX.template.md