* feat: add task master (tm) custom slash commands Add comprehensive task management system integration via custom slash commands. Includes commands for: - Project initialization and setup - Task parsing from PRD documents - Task creation, update, and removal - Subtask management - Dependency tracking and validation - Complexity analysis and task expansion - Project status and reporting - Workflow automation This provides a complete task management workflow directly within Claude Code. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * chore: add changeset --------- Co-authored-by: neno-is-ooo <204701868+neno-is-ooo@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com>
1.0 KiB
1.0 KiB
Initialize a new Task Master project.
Arguments: $ARGUMENTS
Parse arguments to determine initialization preferences.
Initialization Process
-
Parse Arguments
- PRD file path (if provided)
- Project name
- Auto-confirm flag (-y)
-
Project Setup
task-master init -
Smart Initialization
- Detect existing project files
- Suggest project name from directory
- Check for git repository
- Verify AI provider configuration
Configuration Options
Based on arguments:
quick/-y→ Skip confirmations<file.md>→ Use as PRD after init--name=<name>→ Set project name--description=<desc>→ Set description
Post-Initialization
After successful init:
- Show project structure created
- Verify AI models configured
- Suggest next steps:
- Parse PRD if available
- Configure AI providers
- Set up git hooks
- Create first tasks
Integration
If PRD file provided:
/project:tm/init my-prd.md
→ Automatically runs parse-prd after init