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>
1.4 KiB
1.4 KiB
Execute an intelligent workflow based on current project state and recent commands.
This command analyzes:
- Recent commands you've run
- Current project state
- Time of day / day of week
- Your working patterns
Arguments: $ARGUMENTS
Intelligent Workflow Selection
Based on context, I'll determine the best workflow:
Context Analysis
- Previous command executed
- Current task states
- Unfinished work from last session
- Your typical patterns
Smart Execution
If last command was:
status→ Likely starting work → Run daily standupcomplete→ Task finished → Find next tasklist pending→ Planning → Suggest sprint planningexpand→ Breaking down work → Show complexity analysisinit→ New project → Show onboarding workflow
If no recent commands:
- Morning? → Daily standup workflow
- Many pending tasks? → Sprint planning
- Tasks blocked? → Dependency resolution
- Friday? → Weekly review
Workflow Composition
I'll chain appropriate commands:
- Analyze current state
- Execute primary workflow
- Suggest follow-up actions
- Prepare environment for coding
Learning Mode
This command learns from your patterns:
- Track command sequences
- Note time preferences
- Remember common workflows
- Adapt to your style
Example flows detected:
- Morning: standup → next → start
- After lunch: status → continue task
- End of day: complete → commit → status