agentsclimarketplace

Trae project workflow

Skill ligyDt/ai-ide-init-template/trae/.trae/skills/trae-project-workflow

在 TRAE 项目中编排 Rules、Commands、.agents Skills 以及 SOLO Spec/Plan 工作流。用于需要判断应使用项目规则、斜杠命令、/spec、/plan 或通用研发 Skills 的任务。From its SKILL.md

Install
npx -y skills add ligyDt/ai-ide-init-template --skill trae-project-workflow

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.5 KB, 456 tokens by cl100k_base, as published. Nobody here has run it

TRAE 项目工作流编排

将 TRAE 原生项目能力和通用 Agent Skills 串起来,避免在不合适的任务中直接实现。

使用场景

  • 用户提出新功能、重构、发布、安全审查、PR 总结或复杂交付任务。
  • 需要判断使用 /spec/plan、项目命令或 .agents/skills/ 中的研发流程 Skill。
  • 需要把 .trae/rules/ 的约束落实到当前实现、审查或交付总结中。

指令

  1. 先读取 AGENTS.md.trae/rules/.agents/project-context.md 和与任务相关的 Skill。
  2. 系统级新建、大规模重构、多人协作、高稳定性或长期维护任务,建议使用 /spec 并等待用户确认 spec.mdtasks.mdchecklist.md
  3. 中小型功能、模块级重构或有限范围交付,建议使用 /planplan-delivery 命令生成执行计划。
  4. 模糊需求先调用 product-intake;多角色协同调用 delivery-orchestration;体验、质量、安全、发布和集成任务分别调用对应 Skill。
  5. 高风险外部动作必须先输出风险与审批项,不直接执行。

输出

  • 推荐工作流:/spec/plan、项目命令或具体 Skill
  • 触发理由
  • 需要读取或生成的文件
  • 执行顺序、验证方式和人工确认点

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,852. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.