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.

Stars 138
Forks 7

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>/ 下创建(或更新):

  1. README.md
  2. TODO-INDEX.md

可选:

  1. plans/TODO-INDEX.md 增加该计划入口(通常放在“并行参考”)。

Default loop template

每个切片固定流程:

  1. 实现(最小改动)
  2. 定向测试
  3. codex review --uncommitted -c model="gpt-5.3-codex" -c model_reasoning_effort="medium"
  4. 提交(Conventional Commit)

Required guardrails

  • 不在同一切片混入无关重构。
  • 不做“测试全量覆盖”作为迭代默认命令(除非用户明确要求)。
  • TODO-INDEX.md 只保留未完成项;已完成项不回填,历史以 Git commit 为准。

Regeneration rules

TODO-INDEX.md 清空时:

  1. 仅从同目录 README.md 派生下一批。
  2. 按可提交的小切片拆分(建议 2-8 文件)。
  3. 保持固定循环,不跳步。

References

  • 模板:references/README.template.md
  • 模板:references/TODO-INDEX.template.md

Expand your agent's capabilities with these related and highly-rated skills.

yusifeng/formax

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.

138 7
Explore
yusifeng/formax

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.

138 7
Explore
yusifeng/formax

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.

138 7
Explore
yusifeng/formax

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.

138 7
Explore
yusifeng/formax

formax-config-settings-workflow

Use when implementing or extending /config (storage, prompt injection, request params, UI-only toggles) with tests and strict UI parity.

138 7
Explore
yusifeng/formax

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.

138 7
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results