do-work
Capture coding requests now, process the queue later
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install do-work?โผ
Run `npx skills add bladnman/do-work --all -g -y` in your terminal to install the skill globally.
What does do-work do?โผ
It gives you a two-phase task queue: quickly capture ideas and bugs as structured request files, then run a work loop that triages, plans, and builds each one until the queue is empty.
How do I add and process tasks with do-work?โผ
Say something like 'do work add dark mode to settings' to capture a request, then say 'do work run' when you're ready for the agent to process the pending queue.
Does do-work work with Claude Code and other coding tools?โผ
Yes. It was built for Claude Code but uses tool-agnostic instructions, so it works in any agentic coding tool with file and shell access, with or without subagents.
What happens to completed requests in do-work?โผ
Finished requests are archived with implementation notes and their original input, each gets its own git commit, and a cleanup action keeps the archive organized automatically.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core