New Feature banner
doccker doccker

New Feature

Development community

Description

--- description: 新功能全流程(需求审问 → 设计 → 实现) --- > **流程主权声明**:本命令是用户显式调用的完整工作流,拥有从需求到实现的全流程控制权。 > 禁止在本流程执行期间调用 `superpowers:brainstorming`、`superpowers:writing-plans` 或任何会接管设计/实现流程的外部 skill。 > 设计文档必须写入 `.claude/tasks/`,不得写入 `docs/superpowers/` 或其他路径。 > 本声明依据 superpowers 自身的优先级规则:用户显式指令 > superpowers skills。 一站式完成新功能开发,支持中断恢复。 ## 输入 「$ARGUMENTS」— 功能描述,或 `--resume` 恢复未完成任务 ## 任务文件 位置:`.claude/tasks/{功能名}-{日期}.md` 作用:持久化任务状态,支持中断恢复 ## 流程 ### 第 0 步:检查恢复 1. 检查 `.claude/tasks/` 目录(不含 archived 子目录)

Installation

Installs to ~/.claude/commands/doccker-cc-use-exp-new-feature.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/doccker/cc-use-exp/HEAD/.claude/commands/new-feature.md -o ~/.claude/commands/doccker-cc-use-exp-new-feature.md

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

Full documentation available on GitHub

View Source Repository