Agent skill
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.
Install this agent skill to your Project
npx add-skill https://github.com/yusifeng/formax/tree/main/.codex/skills/formax-rolling-plan-loop-workflow
SKILL.md
Formax Rolling Plan Loop Workflow
Goal
快速创建并维护一个“滚动循环执行”计划目录,结构与 plans/web-reference-react-refactor/ 一致:
README.md:目标、边界、固定执行循环TODO-INDEX.md:只保留未完成任务
When to use
- 用户明确要求“模仿
plans/web-reference-react-refactor的循环方式”。 - 用户希望以固定循环推进实现:实现 -> 定向测试 ->
codex review-> 提交。 - 用户多次重复同类流程,想固化为可复用模式。
Output contract
在 plans/<topic-slug>/ 下创建(或更新):
README.mdTODO-INDEX.md
可选:
- 在
plans/TODO-INDEX.md增加该计划入口(通常放在“并行参考”)。
Default loop template
每个切片固定流程:
- 实现(最小改动)
- 定向测试
codex review --uncommitted -c model="gpt-5.3-codex" -c model_reasoning_effort="medium"- 提交(Conventional Commit)
Required guardrails
- 不在同一切片混入无关重构。
- 不做“测试全量覆盖”作为迭代默认命令(除非用户明确要求)。
TODO-INDEX.md只保留未完成项;已完成项不回填,历史以 Git commit 为准。
Regeneration rules
当 TODO-INDEX.md 清空时:
- 仅从同目录
README.md派生下一批。 - 按可提交的小切片拆分(建议 2-8 文件)。
- 保持固定循环,不跳步。
References
- 模板:
references/README.template.md - 模板:
references/TODO-INDEX.template.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
formax-dev-loop-workflow
Use when working on Formax code changes and you need a disciplined dev loop: keep a single mainline task, avoid scope drift, run only targeted tests (no coverage), avoid partial staging (MM), run mandatory review before commit, include an incremental optimization check, and keep commits small and reviewable.
formax-rework-convergence-workflow
Use when code has gone through repeated rework and may contain redundant logic, style drift, or tangled structure. Trigger when user asks for "返工收敛", "cleanup-pass", or requests a focused cleanup pass that reduces churn without changing behavior.
formax-tool-ui-blocks-workflow
Implement or refactor Formax tool transcript UI using the Tool UI Blocks (C-lite) pattern (ToolUiBlocks renderer + blocks presenters) to avoid touching many tool presenter files; use when adjusting ⏺/⎿ spacing, indent rules, or migrating additional tools to blocks presenters with targeted Ink/Vitest tests and Codex review before commit.
formax-web-css-convergence-workflow
Use when changing web CSS/UI styling so requirements, state ownership, and acceptance checks are locked before edits to prevent rework churn.
formax-config-settings-workflow
Use when implementing or extending /config (storage, prompt injection, request params, UI-only toggles) with tests and strict UI parity.
formax-semantics-parity-workflow
Use when implementing or modifying behavior that must stay consistent across TUI and Web (mode/input/tool/replay/order). Require canonical semantics first, then TUI/Web adapters, then renderer-specific UI.
Didn't find tool you were looking for?