diff --git a/SuperClaude/Commands/analyze.md b/SuperClaude/Commands/analyze.md index f8b16f1..f03a983 100644 --- a/SuperClaude/Commands/analyze.md +++ b/SuperClaude/Commands/analyze.md @@ -10,7 +10,7 @@ Execute comprehensive code analysis across quality, security, performance, and a ## Usage ``` -/sc:analyze [target] [--focus quality|security|performance|architecture] [--depth quick|deep] +/sc:analyze [target] [--focus quality|security|performance|architecture] [--depth quick|deep] [--format text|json|report] ``` ## Arguments diff --git a/SuperClaude/Commands/build.md b/SuperClaude/Commands/build.md index 67fc634..1c77886 100644 --- a/SuperClaude/Commands/build.md +++ b/SuperClaude/Commands/build.md @@ -10,7 +10,7 @@ Build, compile, and package projects with comprehensive error handling and optim ## Usage ``` -/sc:build [target] [--type dev|prod|test] [--clean] [--optimize] +/sc:build [target] [--type dev|prod|test] [--clean] [--optimize] [--verbose] ``` ## Arguments diff --git a/SuperClaude/Commands/cleanup.md b/SuperClaude/Commands/cleanup.md index 6f9999e..48898df 100644 --- a/SuperClaude/Commands/cleanup.md +++ b/SuperClaude/Commands/cleanup.md @@ -10,7 +10,7 @@ Systematically clean up code, remove dead code, optimize imports, and improve pr ## Usage ``` -/sc:cleanup [target] [--type code|imports|files|all] [--safe|--aggressive] +/sc:cleanup [target] [--type code|imports|files|all] [--safe|--aggressive] [--dry-run] ``` ## Arguments diff --git a/SuperClaude/Commands/implement.md b/SuperClaude/Commands/implement.md index 45b478f..e51ab38 100644 --- a/SuperClaude/Commands/implement.md +++ b/SuperClaude/Commands/implement.md @@ -10,7 +10,7 @@ Implement features, components, and code functionality with intelligent expert a ## Usage ``` -/sc:implement [feature-description] [--type component|api|service|feature] [--framework react|vue|express|etc] [--safe] +/sc:implement [feature-description] [--type component|api|service|feature] [--framework react|vue|express|etc] [--safe] [--iterative] [--with-tests] [--documentation] ``` ## Arguments diff --git a/SuperClaude/Commands/improve.md b/SuperClaude/Commands/improve.md index 6521423..f454a85 100644 --- a/SuperClaude/Commands/improve.md +++ b/SuperClaude/Commands/improve.md @@ -10,7 +10,7 @@ Apply systematic improvements to code quality, performance, maintainability, and ## Usage ``` -/sc:improve [target] [--type quality|performance|maintainability|style] [--safe] +/sc:improve [target] [--type quality|performance|maintainability|style] [--safe] [--preview] ``` ## Arguments diff --git a/SuperClaude/Commands/test.md b/SuperClaude/Commands/test.md index a049cfa..e7c2dd7 100644 --- a/SuperClaude/Commands/test.md +++ b/SuperClaude/Commands/test.md @@ -10,7 +10,7 @@ Execute tests, generate comprehensive test reports, and maintain test coverage s ## Usage ``` -/sc:test [target] [--type unit|integration|e2e|all] [--coverage] [--watch] +/sc:test [target] [--type unit|integration|e2e|all] [--coverage] [--watch] [--fix] ``` ## Arguments diff --git a/SuperClaude/Commands/workflow.md b/SuperClaude/Commands/workflow.md index 1e37de2..e3929b5 100644 --- a/SuperClaude/Commands/workflow.md +++ b/SuperClaude/Commands/workflow.md @@ -15,7 +15,7 @@ Analyze Product Requirements Documents (PRDs) and feature specifications to gene ## Usage ``` -/sc:workflow [prd-file|feature-description] [--persona expert] [--c7] [--sequential] [--strategy systematic|agile|mvp] [--output roadmap|tasks|detailed] +/sc:workflow [prd-file|feature-description] [--persona expert] [--c7] [--sequential] [--magic] [--all-mcp] [--strategy systematic|agile|mvp] [--output roadmap|tasks|detailed] [--estimate] [--dependencies] [--risks] [--parallel] [--milestones] ``` ## Arguments