mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
docs: Add missing /task command documentation and fix command count references (#66)
- Add complete /task command documentation to COMMANDS.md with operations, features, and examples - Update command count from 18 to 19 across README.md, ROADMAP.md, and COMMANDS.md - Correct /task syntax in index.md to use colon-based operations (:create, :status, :resume) - Add changelog entry documenting the documentation fixes - Maintain historical accuracy in previous changelog entries
This commit is contained in:
@@ -19,7 +19,7 @@ Commands: `/cmd --flags` | 19 total | Universal flags available
|
||||
**Analysis**: `/analyze` --code|arch | `/review` --files|commit|pr | `/troubleshoot` --fix|prod | `/improve` --perf|quality | `/explain` --depth
|
||||
**Ops**: `/deploy` --env|rollback | `/migrate` --dry-run | `/scan` --security | `/estimate` --detailed | `/cleanup` --all | `/git` --commit|sync
|
||||
**Design**: `/design` --api|ddd | `/document` --api|user | `/spawn` --task
|
||||
**Manage**: `/task` --create|status | `/load` --context
|
||||
**Manage**: `/task` :create|:status|:resume | `/load` --context
|
||||
## Workflow Patterns
|
||||
**Setup**: `/load` → `/dev-setup --install` → `/build --init` → `/test`
|
||||
**Feature**: `/analyze` → `/design --api` → `/build --tdd` → `/test --e2e` → `/deploy`
|
||||
|
||||
Reference in New Issue
Block a user