AgentSkillsCN

textbundler-task-dev

TextBundler 任务实施工作流。当开发者希望实施、继续推进,或着手处理规格任务(TASK-001 至 TASK-021)时自动激活。适用于用户说“实施 TASK-X”、“继续下一个任务”、“开始任务”、“从上次中断处接续”、“下一个任务是什么”时使用,或当用户以 ID 引用任意 TASK-NNN 时使用。此外,也适用于 TextBundler 扩展管道模块(提取、转换、打包、布线)的一般实施工作。可通过 /opsx: 命令与 OpenSpec 工作流无缝集成。

SKILL.md
--- frontmatter
name: textbundler-task-dev
description: >
  TextBundler task implementation workflow. Auto-activates when a developer
  wants to implement, continue, or work on spec tasks (TASK-001 through TASK-021).
  Use when the user says things like "implement TASK-X", "work on the next task",
  "start task", "pick up where we left off", "what task is next", or references
  any TASK-NNN by ID. Also activates for general implementation work on the
  TextBundler extension pipeline modules (extraction, conversion, packaging, wiring).
  Integrates with OpenSpec workflows via /opsx: commands.
context: fork
agent: developer

Implement the specified task (or determine the next task) from docs/SPEC.md Section 7.2.

Follow the TDD workflow and task execution procedure defined in your agent instructions.

Critical path: 001 -> 003 -> 004 -> 011 -> 004a -> 012a -> 012b -> 015 -> 018b -> 018c -> 020.

OpenSpec integration: use /opsx:apply for changes, /opsx:new or /opsx:ff to create changes, /opsx:verify before archiving, /opsx:archive when complete.