* 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
Parse PRD with enhanced research mode for better task generation.
Arguments: $ARGUMENTS (PRD file path)
Research-Enhanced Parsing
Uses the research AI provider (typically Perplexity) for more comprehensive task generation with current best practices.
Execution
task-master parse-prd --input=$ARGUMENTS --research
Research Benefits
-
Current Best Practices
- Latest framework patterns
- Security considerations
- Performance optimizations
- Accessibility requirements
-
Technical Deep Dive
- Implementation approaches
- Library recommendations
- Architecture patterns
- Testing strategies
-
Comprehensive Coverage
- Edge cases consideration
- Error handling tasks
- Monitoring setup
- Deployment tasks
Enhanced Output
Research mode typically:
- Generates more detailed tasks
- Includes industry standards
- Adds compliance considerations
- Suggests modern tooling
When to Use
- New technology domains
- Complex requirements
- Regulatory compliance needed
- Best practices crucial