CCCT (IgorWarzocha) — Summary
CCCT (Claude Code Commands & Tasks) is a minimal command pack of 9 universal slash commands plus 3 task templates for Claude Code, focused on a professional development workflow chain: setup → explore → PRD → tasks → dev → review. It acknowledges and builds on claude-task-master and ai-dev-tasks as inspirations. The pack's primary innovation is a dual-tracking system (TodoWrite + file-based task markdown) that keeps Claude's internal awareness and project documentation synchronized throughout task execution. The PRD creation command generates a research prompt for the user to run in an external LLM, then incorporates the findings — a deliberate human-in-the-loop research pattern. Complexity analysis (scope + technical + risk factors) drives model recommendations (Sonnet vs Opus) and execution strategy (parallel vs sequential). Installation is a simple cp commands/*.md ~/.claude/commands/.
differs_from_seeds: Closest to agent-os (both ship markdown files for agents to follow) and taskmaster-ai (both do task management with complexity analysis). CCCT is lighter than taskmaster-ai (no MCP server, no JSON task files — uses markdown files) and more opinionated about workflow chain than agent-os. The research-driven PRD pattern (generating external LLM research prompts) is not present in any of the 11 seeds.