https://github.com/danielrosehill/claude-task-manager
WIP/Planning - tracking system for Claude Code
https://github.com/danielrosehill/claude-task-manager
agentic-ai claude-code task-manager
Last synced: about 1 month ago
JSON representation
WIP/Planning - tracking system for Claude Code
- Host: GitHub
- URL: https://github.com/danielrosehill/claude-task-manager
- Owner: danielrosehill
- Created: 2025-12-28T17:54:00.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-12-28T18:21:38.000Z (about 2 months ago)
- Last Synced: 2025-12-31T08:49:03.171Z (about 2 months ago)
- Topics: agentic-ai, claude-code, task-manager
- Homepage:
- Size: 6.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/danielrosehill/Claude-Code-Repos-Index)
# Claude Task Manager
Planning repository for a sequential task queuing system for Claude Code and other agentic AI coding tools.
## Status
This is a placeholder repository for gathering notes, requirements, and specifications as I explore building (or finding) tooling to solve a specific workflow problem.
## Planning Materials
The [planning/](planning/) folder contains:
- **[notes.mp3](planning/notes.mp3)** - Original voice notes capturing the vision and requirements
- **[verbatim-transcript.md](planning/verbatim-transcript.md)** - Raw transcription of the audio
- **[cleaned-transcript.md](planning/cleaned-transcript.md)** - Edited transcript with structure
I deliberately commit audio alongside transcripts as part of my workflow - anyone can listen to the original thinking and then read the derived specification.
## The Problem
When using AI coding assistants on multi-task projects, context window exhaustion and manual task handoff create friction. Parallel worker approaches (Git worktrees, multiple agents) introduce merge conflicts and rate limiting issues.
## The Goal
A sequential task queue that:
- Accepts freeform/voice input and parses it into discrete tasks
- Prioritizes fixes over features automatically
- Executes tasks one at a time with fresh context per task
- Works with Claude Code, Open Code, or other agents
See [SPEC.md](SPEC.md) for the full development specification.
---
*For more Claude Code projects, visit my [Claude Code Repos Index](https://github.com/danielrosehill/Claude-Code-Repos-Index).*