By dnviti
Project-agnostic task and release management: clone any repo, then use 8 conversational skills to create ideas, track tasks, run staged releases, generate docs, initialize configs, and update pipelines — all orchestrated by a gated CI/CD subagent framework.
<!-- This skill definition is intentionally comprehensive (~600 lines) as it serves as the complete orchestration spec for autonomous execution. -->
Generate, sync, reset, and publish project documentation. Produces LLM-ready, bot-ready, and human-ready technical documentation with Mermaid diagrams.
Interactive skill framework guide. Shows all available skills and their usage, or explains a specific topic when given a query.
Unified idea management: create, approve, disapprove, refactor, or scout ideas for the project backlog.
Unified release management: create milestones, generate roadmaps, continue the 9-stage pipeline, and close releases. Supports yolo mode for fully autonomous execution.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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]
npx claudepluginhub dnviti/codeclaw --plugin clawContext-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement
Commands for task management and project tracking
AI-native BizDevOps rhythm manager for Claude Code — multi-role collaboration, change impact analysis, quality gates, goal-to-code traceability, and cross-session continuity
Autonomous GitHub Project Management workflow with orchestrator-agent coordination for parallel task execution via git worktrees
Compound Engineering workflow: PRD-driven sprints, isolated worktrees, hook-enforced safety, automated learning. Skills become /vini-workflow:plan, /vini-workflow:compound, etc.
Installer for TÂCHES' Get-Shit-Done workflow system - meta-prompting, context engineering and spec-driven development