Claude Commands banner
badlogic badlogic

Claude Commands

Development community intermediate

Description

Human-agent collaborative workflows for transforming vague todos into implemented features in ~150 LOC of Markdown.

Installation

Terminal
claude install-skill https://github.com/badlogic/claude-commands

README

Todo Implementation System

Human-agent collaborative workflows for transforming vague todos into implemented features in ~150 LOC of Markdown.

This workflow is meant for engineers who want to stay in control of and informed about their code base, using agents to do the tedious work, and their brain for the hard parts.

**Two workflows available:**

    undefined

**Problems this solves**:

    undefined

**Problems this does not solve**:

    undefined

**Why this approach**:

    undefined

How it works

Both workflows follow the same state machine pattern with slight variations. Read [`todo-worktree.md`](./todo-worktree.md) or [`todo-branch.md`](./todo-branch.md) to understand the full flow and adapt it to your needs.

At its core, each workflow is a state machine that guides the agent and the user through distinct phases:

...