Create a new command following existing patterns and organizational structure
Creates a new command file following existing patterns and organizational structure.
/plugin marketplace add davepoon/buildwithclaude/plugin install commands-project-task-management@buildwithclaudeCreate a new command that follows the existing patterns and organizational structure in this project.
First, study the existing commands in the .claude/commands/ directory to understand:
Use MCP tools to explore the codebase and understand:
code-analysis-testing/ - For code analysis, testing, and quality assuranceci-deployment/ - For CI/CD and deployment related commandscontext-loading-priming/ - For loading context and priming commandsdocumentation-changelogs/ - For documentation and changelog commandsproject-task-management/ - For project and task management commandsversion-control-git/ - For version control and Git operationsmiscellaneous/ - For commands that don't fit other categories/create-commandCreate a new command following existing patterns and organizational structure
/create-commandGuided slash command creation with brainstorming and best practices. Triggers: new command, create command, slash command, start command, build command, add command, write command Use when: creating a new slash command from scratch, need guided brainstorming for command design, want structured workflow for command development DO NOT use when: creating skills - use /create-skill instead. DO NOT use when: creating hooks - use /create-hook instead. DO NOT use when: modifying existing commands - edit directly. Use this command to create any new slash command.