多 Agent 协作开发工作流(需用户显式调用 /dev-flow)。 编排 8 个专项 Agent 完成结构化的开发任务,产出 PRD、架构文档、任务计划、验收说明书等完整工程文档。 子命令:feat(功能开发)、fix(bug修复)、hotfix(紧急修复)、patch(轻量补丁)、refactor(代码重构)、discuss(架构讨论)、review(代码审查)、investigate(bug排查)、auto(即兴编排)、status(状态查看)、resume(恢复中断)。 用法示例:/dev-flow feat 用户登录功能、/dev-flow fix 分页bug、/dev-flow review src/routes/
Git Flow branching and commit workflow for Claude Code. Use when the user wants to create branches, commit code, sync changes, finish work, publish releases, or manage git workflows. Covers feat, fix, refactor, hotfix, and release branches with Epic Branching sub-branch support.