formax-rolling-plan-loop-workflow

formax-rolling-plan-loop-workflow is a skill for Claude Code, Codex from yusifeng/formax. It costs 44 tokens per session (488 once invoked), scanned A, original, MIT.

A reusable planning workflow for delivering development work in small, repeatable cycles. Each cycle implements a slice, runs focused tests, performs a code review, and commits the result.

In plain words
What is it for?
Use it to create or maintain a plan with README.md and TODO-INDEX.md, especially when work should follow the same implementation, testing, review, and commit loop.
Why use it?
It keeps a long project moving without mixing unrelated changes and maintains a short list of only the work that remains.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/yusifeng/formax/formax-rolling-plan-loop-workflow
Any agent
npx skills add yusifeng/formax --skill formax-rolling-plan-loop-workflow
Clone the repo
git clone --depth 1 https://github.com/yusifeng/formax

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for formax-rolling-plan-loop-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/yusifeng/formax/formax-rolling-plan-loop-workflow.svg)](https://agentmods.dev/skills/yusifeng/formax/formax-rolling-plan-loop-workflow)
Your own site
<a href="https://agentmods.dev/skills/yusifeng/formax/formax-rolling-plan-loop-workflow"><img src="https://agentmods.dev/badge/skills/yusifeng/formax/formax-rolling-plan-loop-workflow.svg" alt="Measured on agentmods" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 488 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00044 $0.00488
Opus 5 $0.00022 $0.00244
Sonnet 5 $0.00009 $0.00098
Haiku 4.5 $0.00004 $0.00049

Measured 6d ago against content hash 669b5c5440bd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

formax-rolling-plan-loop-workflow scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.codex/skills/formax-rolling-plan-loop-workflow/SKILL.md · 59 lines

What it actually says

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.4" -c model_reasoning_effort="medium" -c service_tier="fast"
  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
Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 59 lines · 44 tokens per session scan A 669b5c5440bd

Subscribe to this mod's changes

formax-rolling-plan-loop-workflow is a skill published in the GitHub repository yusifeng/formax (192 stars, last pushed 1mo ago), licensed MIT. It adds 44 tokens to every session and 488 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.