Add claude-task-chunker: break large tasks into efficient Claude Code sessions

CLI tool that decomposes big coding tasks into self-contained chunks,
each with a ready-to-paste prompt including codebase context, targeted
instructions, and dependency tracking. Supports phase, component, and
manual decomposition strategies.

https://claude.ai/code/session_01Fzv8baXnEVVhnrffAb3Ucc
This commit is contained in:
Claude
2026-03-29 22:43:40 +00:00
commit 2d4ead1e3f
8 changed files with 703 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# Task chunker working files
.claude-chunks/
# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg
.eggs/
# Virtual environments
.venv/
venv/
env/
# IDE
.idea/
.vscode/
*.swp
*.swo