agentsclimarketplace

Dev workflow

Skill RainLib/full-stack-skill/.claude/skills/dev-workflow

full-stack development lifecycle

Install
npx -y skills add RainLib/full-stack-skill --skill dev-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

  • 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

全栈开发工作流编排器,按 8 阶段顺序执行:需求分析 → 技术选型 → 技术评审 → 程序设计 → 任务拆分 → 单元测试 → 代码开发 → 自我验证。

SKILL.md

2.6 KB, as published. Nobody here has run it

全栈开发工作流

用户通过 /dev-workflow 启动。可选传入 iteration-id 恢复已有迭代。

启动流程

  1. 调用 history-manager skill 执行 init(确保 docs/history.json 存在)。
  2. 若传入 $ARGUMENTS 且为有效 iteration id,恢复该迭代;否则调用 history-manager 执行 new-iter 创建新迭代。
  3. 调用 history-manager 执行 status 读取当前迭代的 state,从该阶段继续执行。

阶段执行顺序

顺序阶段Skill执行方式说明
1需求分析requirements-analysisinline与用户对话,梳理功能点
2技术选型technology-selectioninline询问全栈/前端/后端,选定技术栈
3技术评审technical-reviewfork/Explore评审架构可行性、API 契约、风险项
4程序设计program-designinline设计模块分层、流程、工程目录
5任务拆分task-breakdownfork/Plan将设计拆为可管理的开发单元
6单元测试unit-testingfork按任务单元设计测试用例
7代码开发code-developmentinline按测试驱动实现代码
8自我验证self-verificationfork/Explore运行测试、集成验证、质量自检

执行规则

  • Inline 阶段必须与用户对话:需求分析、技术选型、程序设计、代码开发(阶段 1、2、4、7)均在主对话中执行。所有决策点以结构化选项呈现(编号选项,让用户选择而非自由输入),等待用户选择后再产出/推进,不得跳过用户直接生成结果。每轮不超过 3 个问题。
  • 状态恢复:每个阶段开始前,调用 history-managerget-phasecheck-file 检查该阶段是否已完成。若已完成则跳过,直接进入下一阶段。
  • 状态写入:每个阶段完成后,调用 history-managerset-phase <phase> <phase_id> 更新 history。
  • 阶段 id 生成:使用 {阶段缩写}-001 格式(如 req-001ts-001)。同一迭代内递增。
  • 自我验证失败:若 self-verification 报告有未通过项,回退到 code-development 修复后重新验证。
  • 产出位置:所有阶段文档写入 docs/{current_iteration_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.