agentsclimarketplace

Code development

Skill RainLib/full-stack-skill/.claude/skills/code-development

full-stack development lifecycle

Install
npx -y skills add RainLib/full-stack-skill --skill code-development

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

  • 0 stars0 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.

What its author says it does

Copied from the file, not written here

根据单元测试用例、任务拆分与程序设计实现代码,并通过测试验证。全栈工作流第 7 阶段。

SKILL.md

2.7 KB, as published. Nobody here has run it

代码开发

何时使用

  • 全栈工作流第 7 阶段:单元测试设计完成后。
  • 用户要求按测试或设计文档实现功能时。

与用户交流(必须)

本阶段在主对话中执行,开发过程中涉及范围或方案取舍时需先与用户确认。

交互原则

  • 需要用户决策时,以结构化选项呈现,让用户快速选择。
  • 每完成一个 Batch,以结构化确认询问下一步行动。
  • 遇到设计冲突或方案变更,先说明原因再让用户选择。

结构化确认点

每个 Batch 完成后,向用户确认:

  • A. 继续下一个 Batch
  • B. 先看一下当前代码,稍后继续
  • C. 有修改意见(请说明)

遇到设计冲突时,向用户确认:

  • A. 按设计文档严格执行(即使有疑虑)
  • B. 按建议的替代方案调整(列出替代方案)
  • C. 暂停,先讨论再决定

遇到测试未通过时,向用户确认:

  • A. 修复代码使测试通过
  • B. 调整测试用例(如果预期变化了)
  • C. 跳过此用例,记录为已知问题

输入

读取当前迭代目录下的:

  • 程序设计文档(program-design-{id}.md)—— 结构、流程、目录
  • 任务拆分文档(task-breakdown-{id}.md)—— 开发顺序与批次
  • 单元测试用例文档(unit-testing-{id}.md)—— 用例与预期

执行要点

  1. 按任务顺序:遵循任务拆分的批次和依赖顺序,先实现被依赖层。
  2. 测试驱动:每完成一个任务,运行对应测试用例,通过后再继续下一个任务。
  3. 风格一致:遵循项目选型约定(如 Java 21 语法、ESLint 规则、命名规范)。
  4. 提交节奏:每完成一个 Batch 后建议提交一次,附简要说明。
  5. 问题记录:开发中遇到与设计文档不一致或需要调整的,记录到产出文档中。

自检清单

templates/development-checklist.md

产出

  • 可运行的代码与通过用例的测试。
  • docs/{current_iteration_id}/code-development-{code_development_id}.md 记录实现摘要、偏差说明、自检结果。

文档与状态

  • 产出写入 docs/{current_iteration_id}/code-development-{code_development_id}.md
  • 开始前:调用 history-manager skill 的 get-phase code_developmentcheck-file 确认是否已完成。
  • 完成后:调用 history-manager skill 的 set-phase code_development {code_development_id} 记录并推进状态。

Keep looking

Skills are one crate of 328,083. 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.