跳到主要内容
知仓学习社ZHICANG

backlog-grooming

Review Agiflow Planning tasks for readiness, prioritize approved work, group related tasks into work units, and promote ready tasks to Todo. Use whe…

不碰外部(只输出文字)无严重或高危命中hashgraph-online/awesome-codex-plugins

它会碰到什么

扫了多少1 个文本文件,2 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Agiflow Backlog Grooming

Treat grooming as the quality gate between Planning and Todo.

Workflow

  1. Resolve the target project and call list_project_statuses to discover its exact status names.
  2. Call list_tasks for Planning tasks, list_work_units for existing active work units, and list_members for assignment context.
  3. Call get_task for tasks whose readiness, dependencies, or acceptance criteria are unclear.
  4. Classify every Planning task as:
  • Ready
  • Needs refinement
  • Blocked by a dependency
  • Duplicate or obsolete
  1. Require a clear outcome, sufficient context, and at least two testable acceptance criteria before promotion.
  2. Propose a priority order and explain the tradeoffs.
  3. Group three to eight cohesive tasks into a work unit only when they deliver one shared capability. Leave one or two related tasks standalone and split groups larger than eight.
  4. Review existing work units for shared dependencies and sequencing conflicts.
  5. Present the proposed promotions, work units, assignments, and dependency order. Request approval before writing.
  6. After approval:
  • Use batch_create_work_units for approved groups.
  • Use update_task to move only ready, ungated tasks to the exact Todo status and set their ordering.
  1. Verify with list_tasks and list_work_units.

Guardrails

  • Never promote a vague task or a task missing testable acceptance criteria.
  • Never promote a downstream task whose required upstream work is incomplete.
  • Do not force unrelated work into one work unit.
  • Do not modify records before the user approves the proposed grooming plan.
  • Recommend refine-task for tasks that fail readiness checks.

Response

Report promoted tasks, created work units, items left in Planning, dependency gates, and the recommended execution order.

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。