AgentSkillsCN

logics-estimation-helper

估算Logics待办事项与任务的工作量与复杂度。当Codex需要给出大致的预估(S/M/L等级或点数),识别未知因素与潜在风险,并推荐将工作拆分为更小的模块时,这一工具能够提供精准的参考。

SKILL.md
--- frontmatter
name: logics-estimation-helper
description: Estimate effort and complexity for Logics backlog items and tasks. Use when Codex should propose a rough estimate (S/M/L or points), identify unknowns/risks, and recommend splitting work.

Estimation

Add an estimate section automatically

bash
python3 logics/skills/logics-estimation-helper/scripts/add_estimate.py logics/backlog/item_001_foo.md --size M
python3 logics/skills/logics-estimation-helper/scripts/add_estimate.py logics/tasks/task_002_bar.md --points 3

Output format

  • Estimate: S / M / L (or points if you use them)
  • Drivers: 3–6 bullets (unknowns, integration points, migration risk)
  • Split suggestion: when the work should be multiple tasks

Heuristics

  • S: isolated change, low risk, clear acceptance criteria.
  • M: cross-cutting change, moderate unknowns, needs tests/UX iteration.
  • L: architectural change, migrations, multiple systems, high uncertainty.