Skip to content

danielrosehill/Claude-Task-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Claude Code Project

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/ folder contains:

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 for the full development specification.


For more Claude Code projects, visit my Claude Code Repos Index.

About

WIP/Planning - tracking system for Claude Code

Topics

Resources

Stars

Watchers

Forks