refactor: Standardize command naming conventions and remove parent relationships

Updates all command files to use consistent naming without parent field:
- Remove parent field from all command frontmatter
- Standardize name field to use simple names instead of prefixed names
- Fix usage patterns for brainstorm commands to use proper workflow namespace
- Add new medium-project-update.sh script for batch updates

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
catlog22
2025-09-09 15:06:06 +08:00
parent cf8a87143d
commit 2c3e04b6fc
34 changed files with 364 additions and 93 deletions

View File

@@ -1,12 +1,12 @@
---
name: brainstorm:ui-designer
name: ui-designer
description: UI designer perspective brainstorming for user experience and interface design analysis
usage: /brainstorm:ui-designer <topic>
usage: /workflow:brainstorm:ui-designer <topic>
argument-hint: "topic or challenge to analyze from UI/UX design perspective"
examples:
- /brainstorm:ui-designer "user authentication redesign"
- /brainstorm:ui-designer "mobile app navigation improvement"
- /brainstorm:ui-designer "accessibility enhancement strategy"
- /workflow:brainstorm:ui-designer "user authentication redesign"
- /workflow:brainstorm:ui-designer "mobile app navigation improvement"
- /workflow:brainstorm:ui-designer "accessibility enhancement strategy"
allowed-tools: Task(conceptual-planning-agent), TodoWrite(*)
---