tools-pipeline-patterns

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Tools Pipeline Patterns

工具流水线模式

Purpose

目的

Design internal tools and content pipelines that reduce manual work and make authoring safer.
设计可减少人工操作、提升创作安全性的内部工具与内容流水线。

Use When

适用场景

  • repeated manual steps create errors
  • content scale is growing
  • editor or import workflows need structure
  • 重复的人工步骤易引发错误
  • 内容规模持续增长
  • 编辑器或导入工作流需要结构化规范

Inputs

输入信息

  • current workflow pain points
  • content ownership
  • automation opportunities
  • team skill profile
  • 当前工作流的痛点
  • 内容归属权
  • 自动化机会
  • 团队技能概况

Process

实施流程

  1. identify repeatable pain and error sources
  2. define the smallest useful tool or pipeline intervention
  3. build safe validation and rollback into the workflow
  4. document ownership and onboarding
  5. measure whether the tool actually saves time or defects
  1. 识别可重复出现的痛点与错误来源
  2. 定义最小可用的工具或流水线干预方案
  3. 在工作流中内置安全验证与回滚机制
  4. 记录归属权与入职培训说明
  5. 衡量工具是否切实节省时间或减少缺陷

Outputs

输出成果

  • tooling proposal
  • pipeline workflow notes
  • validation behavior
  • ownership and maintenance notes
  • 工具提案
  • 流水线工作流说明
  • 验证行为规范
  • 归属权与维护说明

Quality Bar

质量标准

  • makes ownership, state flow, and failure behavior explicit
  • improves maintainability without over-abstracting
  • supports testing, debugging, and safe iteration
  • 明确归属权、状态流转与故障处理机制
  • 在不过度抽象的前提下提升可维护性
  • 支持测试、调试与安全迭代

Common Failure Modes

常见失败模式

  • coupling systems through hidden globals or timing assumptions
  • writing logic that is hard to test or debug
  • optimizing the wrong layer before measuring
  • 通过隐藏全局变量或时序假设耦合系统
  • 编写难以测试或调试的逻辑
  • 在未进行衡量前就错误地优化了某一层级

Related Agents

相关Agent

  • tools-programmer
  • technical-artist
  • producer
  • tools-programmer
  • technical-artist
  • producer

Related Commands

相关命令

  • tools-pass
  • tech-design
  • verify
  • tools-pass
  • tech-design
  • verify

Notes

注意事项

  • Keep this skill aligned with the relevant rules layer and current project documentation.
  • If engine-specific constraints materially change the workflow, hand off to the matching engine skill or engine-specific reviewer.
  • 确保该skill与相关规则层及当前项目文档保持一致。
  • 如果引擎特定约束对工作流产生重大影响,请转交至匹配的引擎skill或引擎特定审核人员。