Enforces a structured development lifecycle by managing task states, progress tracking, and session memory capture.
The Task Context Manager skill for Claude Code provides a rigorous framework for task-driven development. By integrating the Cortex task management system, it ensures that no code is written without an associated task ID, enforces a 'one task at a time' focus, and maintains high visibility into the project's current status. It seamlessly bridges the gap between implementation and project management by automating task transitions (from start to review to done) and requiring developers to capture key learnings in a searchable project diary after each session.
主な機能
01Integrated Git commit message formatting with task ID references
02Persistent memory search and session diary capture for long-term project context
03Real-time status dashboards for tasks in progress and under review
044 GitHub stars
05Mandatory task-first workflow that prevents coding without a tracked task
06Automated task lifecycle management including creation, starting, and completion
ユースケース
01Managing complex feature rollouts by breaking them into actionable, tracked tasks
02Enforcing consistent documentation of implementation decisions and lessons learned
03Maintaining a disciplined development workflow in collaborative AI environments