AgentSkillsCN

textbundler-orchestrator

TextBundler任务全生命周期编排器。当用户希望为某个规格任务或OpenSpec变更执行完整的开发—评审—修复—合并周期时,该功能将自动激活。当用户说“运行下一个任务”“编排TASK-X”“编排变更X”“实施并评审”“完整周期”“下一个”“运行变更”“实现可配置的图表-表格-默认值”,或希望在自动化代码评审与迭代修复的加持下,实现完全放手的任务执行时,该功能便能派上用场。它会管理特性分支,启动开发者与评审者子代理,在COMMENTS.md中记录评审反馈,并在所有发现都得到解决后,将代码合并至主干。

SKILL.md
--- frontmatter
name: textbundler-orchestrator
description: >
  Full task lifecycle orchestrator for TextBundler. Auto-activates when the user
  wants to run the complete develop-review-fix-merge cycle for a spec task or
  OpenSpec change. Use when the user says "run the next task", "orchestrate TASK-X",
  "orchestrate change X", "implement and review", "full cycle", "next",
  "run the change", "implement configurable-figure-table-defaults", or wants
  hands-off task execution with automated code review and iterative fixes.
  Manages feature branches, spawns developer and reviewer subagents, tracks
  review feedback in COMMENTS.md, and merges to main when all findings are resolved.
context: fork
agent: orchestrator

Run the full develop-review-fix-merge cycle for the next task (or a specific TASK-NNN or OpenSpec change name if provided).

Task sources:

  1. OpenSpec changes in openspec/changes/<name>/ — check these first for new work.
  2. docs/SPEC.md Section 7.2 for original TASK-NNN tasks (legacy, all complete).

Follow the phased workflow in your agent instructions: Select task → Branch → Implement (developer) → Review (reviewer) → Fix if needed → Re-review → Merge to main.