Files
claude-task-master/.changeset/orange-pots-add.md
Ralph Khreish 4423119a5e feat: Add Kiro hooks and configuration for Taskmaster integration (#1032)
* feat: Add Kiro hooks and configuration for Taskmaster integration

- Introduced multiple Kiro hooks to automate task management workflows, including:
  - Code Change Task Tracker
  - Complexity Analyzer
  - Daily Standup Assistant
  - Git Commit Task Linker
  - Import Cleanup on Delete
  - New File Boilerplate
  - PR Readiness Checker
  - Task Dependency Auto-Progression
  - Test Success Task Completer
- Added .mcp.json configuration for Taskmaster AI integration.
- Updated development workflow documentation to reflect new hook-driven processes and best practices.

This commit enhances the automation capabilities of Taskmaster, streamlining task management and improving developer efficiency.

* chore: run format

* chore: improve unit tests on kiro rules

* chore: run format

* chore: run format

* feat: improve PR and add changeset
2025-07-23 17:02:16 +02:00

1.4 KiB

task-master-ai
task-master-ai
minor

Add comprehensive Kiro IDE integration with autonomous task management hooks

  • Kiro Profile: Added full support for Kiro IDE with automatic installation of 7 Taskmaster agent hooks
  • Hook-Driven Workflow: Introduced natural language automation hooks that eliminate manual task status updates
  • Automatic Hook Installation: Hooks are now automatically copied to .kiro/hooks/ when running task-master rules add kiro
  • Language-Agnostic Support: All hooks support multiple programming languages (JS, Python, Go, Rust, Java, etc.)
  • Frontmatter Transformation: Kiro rules use simplified inclusion: always format instead of Cursor's complex frontmatter
  • Special Rule: Added taskmaster_hooks_workflow.md that guides AI assistants to prefer hook-driven completion

Key hooks included:

  • Task Dependency Auto-Progression: Automatically starts tasks when dependencies complete
  • Code Change Task Tracker: Updates task progress as you save files
  • Test Success Task Completer: Marks tasks done when tests pass
  • Daily Standup Assistant: Provides personalized task status summaries
  • PR Readiness Checker: Validates task completion before creating pull requests
  • Complexity Analyzer: Auto-expands complex tasks into manageable subtasks
  • Git Commit Task Linker: Links commits to tasks for better traceability

This creates a truly autonomous development workflow where task management happens naturally as you code!