Fast Auto Work banner
chaohong-ai chaohong-ai

Fast Auto Work

Development community

Description

--- description: 面向小改动的快速开发流程,跳过调研/方案/验收文档,只做实现+编译+相关测试 argument-hint: <version_id> <feature_name> [需求描述] --- ## 适用范围 `/fast-auto-work` 只用于**快速开发**: - 已有系统上的直接修改、Bug 修复、小范围扩展 - 预期改动不大,通常在 `<= 3` 个实现文件内 - 项目中已有可复用模式,不需要前置调研或方案设计 **不适用:** - 新系统设计、跨模块联动、契约变更 - 需要 research / feature / plan / task 拆分的需求 - 需要正式验收、模块文档归档、自动推送的场景 命中以上情况时,不要继续快流程,改用 `/auto-work` 或 `/manual-work`。 --- ## 参数解析 用户传入的完整参数:`$ARGUMENTS` 参数格式:`<version_id> <feature_name> [需求描述(剩余部分,可选)]` 1. 第一个词:`version_id` 2. 第二个词:

Installation

Installs to ~/.claude/commands/chaohong-ai-ai-auto-work-fast-auto-work.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/chaohong-ai/ai-auto-work/HEAD/.claude/commands/fast-auto-work.md -o ~/.claude/commands/chaohong-ai-ai-auto-work-fast-auto-work.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository