You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat!: remove ClaudeKit dependency, become standalone
BREAKING CHANGE: Removed ClaudeKit and STM dependencies. Ideate commands migrated to brainstorm:* commands. Spec:feedback command migrated to feedback:* commands.Task tracking now via 03-tasks.md. Node.js requirement lowered to 20+. Specs directory changed from specs/ to doc/specs/.
Copy file name to clipboardExpand all lines: .claude/README.md
+39-28Lines changed: 39 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,58 +11,69 @@ This directory contains custom commands and settings distributed via the **claud
11
11
12
12
claudeflow provides a complete feature development workflow:
13
13
14
-
1.**Ideation** - Structured investigation before coding
15
-
2.**Specification** - Transform ideation into validated specs
14
+
1.**Brainstorm** - Structured investigation before coding
15
+
2.**Clarify & Specify** - Transform brainstorm into validated specs
16
16
3.**Decomposition** - Break specs into actionable tasks
17
17
4.**Implementation** - Execute tasks with session continuity
18
-
5.**Feedback** - Process post-implementation feedback
18
+
5.**Feedback** - Add and resolve post-implementation feedback
19
19
6.**Documentation** - Update docs based on changes
20
20
21
21
## Available Custom Commands
22
22
23
-
### /ideate
24
-
Structured ideation workflow that enforces complete investigation for any code-change task (bug fix or feature). Creates comprehensive ideation documentation.
23
+
### /brainstorm:start
24
+
Structured brainstorming workflow that enforces complete investigation for any code-change task (bug fix or feature). Creates comprehensive brainstorm documentation.
Transform an ideation document into a validated, implementation-ready specification. Bridges the gap between ideation and implementation with automatic open questions resolution.
28
+
### /brainstorm:clarify
29
+
Interactive clarification phase for brainstorm documents. Extracts decisions from brainstorm clarifications and prepares for specification creation.
30
30
31
31
**Features:**
32
-
- Extracts decisions from ideation clarifications
33
-
- Builds detailed spec via `/spec:create`
32
+
- Extracts decisions from brainstorm clarifications
34
33
-**Automatically resolves open questions interactively**
Process ONE specific piece of post-implementation feedback with a structured workflow. After manual testing reveals issues or improvement opportunities, this command:
0 commit comments