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
Activate the "brainstorming" skill now. You MUST read and follow the brainstorming skill workflow before doing any creative work, building, designing, or implementing.
2
+
3
+
Use `/skills activate brainstorming` or read `~/.qwen/skills/brainstorming/SKILL.md` and follow it exactly.
4
+
5
+
Then apply the brainstorming workflow to whatever follows this command.
Activate the "test-driven-development" skill now. You MUST read and follow the TDD workflow: write test first, watch it fail, write minimal code to pass, refactor.
2
+
3
+
Use `/skills activate test-driven-development` or read `~/.qwen/skills/test-driven-development/SKILL.md` and follow it exactly.
4
+
5
+
Then apply the TDD workflow to whatever follows this command.
Activate the "verification-before-completion" skill now. You MUST verify your work is complete and correct BEFORE committing, pushing, or claiming success.
2
+
3
+
Use `/skills activate verification-before-completion` or read `~/.qwen/skills/verification-before-completion/SKILL.md` and follow it exactly.
4
+
5
+
Run all verification steps and confirm output before making any success claims. Evidence before assertions, always.
Copy file name to clipboardExpand all lines: skills/brainstorming/SKILL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
name: brainstorming
3
-
description: "You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation."
3
+
description: "Designs, plans, and brainstorms new apps, features, and components. You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation."
0 commit comments