npx claudepluginhub dnviti/codeclawProject-agnostic task and release management framework with 8 streamlined skills: /task, /idea, /release, /docs, /setup, /update, /tests, /help. Features a gated release pipeline with automatic subagent orchestration.
Production-ready workflow orchestration with 80 focused plugins, 185 specialized agents, and 153 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Share bugs, ideas, or general feedback.
A project-agnostic task and idea management plugin for Claude Code
CodeClaw gives your AI-assisted development workflow a structured backbone: ideas are captured, evaluated, promoted to tasks, implemented with quality gates, and tracked to completion — all through plain-text files and Claude Code slash commands. A gated release pipeline enforces strict development rules from branch creation to production tagging.
📖 Full Documentation — Architecture, API reference, configuration, deployment, troubleshooting, and more.
/task, /idea, /release, /docs, /setup, /update, /tests, /help, /crazy)develop → staging → main promotion path with mandatory staging validationlatest tag, production builds stable + versioned tags.txt files, fully version-controllableyolo to any command to auto-confirm all gates for fully autonomous executiondevelop, staging, and main now share the same release history and treeclaw/plugin marketplace add https://github.com/dnviti/codeclaw
/plugin install claw@dnviti-plugins
git clone https://github.com/dnviti/codeclaw.git
claude --plugin-dir ./codeclaw
Install the plugin using one of the methods above.
Set up task tracking in your project:
/setup My Project Name
This creates the task/idea files (to-do.txt, progressing.txt, done.txt, ideas.txt, idea-disapproved.txt), configures the three-branch strategy, and writes project guidance to project-context.md while creating AGENTS.md.
Start using skills:
/idea create Add user authentication with JWT
/idea approve IDEA-AUTH-0001
/task pick
/task status
When ready to release:
/release continue 1.0.0
CodeClaw enforces strict development rules through two connected pipelines and a gated release process.
Ideas are lightweight proposals — what and why only. They must be explicitly approved before entering the task pipeline.
flowchart LR
A[ideas.txt] -->|/idea approve| B[to-do.txt<br>becomes a task]
A -->|/idea disapprove| C[idea-disapproved.txt<br>archived]