AgentSkillsCN

logics-progress-updater

持续更新Logics的各项指标。当Codex需要更新logics/request|backlog|tasks/*.md中的“From版本”、“理解度”、“信心指数”以及“进度”时,或在实施过程中需要及时提升进度时,这一工具能够提供有力支持。

SKILL.md
--- frontmatter
name: logics-progress-updater
description: Update Logics indicators consistently. Use when Codex should update `From version`, `Understanding`, `Confidence`, and `Progress` in `logics/request|backlog|tasks/*.md`, or when it should bump progress during implementation.

Update indicators

Use the script

bash
python3 logics/skills/logics-progress-updater/scripts/update_indicators.py logics/tasks/task_000_example.md --progress 40% --understanding 70% --confidence 60%

Rules

  • Update Understanding when requirements change or become clearer.
  • Update Confidence when unknowns are resolved or risks appear.
  • Update Progress as checkpoints are completed, not as time passes.