bladnmanbladnmanCommunityยท1 Agent Skills Included

do-work

Capture coding requests now, process the queue later

Captures feature ideas, bugs, and requests as structured queue files, then processes them one by one on command. Separates thinking of tasks from doing them, eliminating lost ideas and interrupted coding sessions. Triages each request by complexity, builds with plans and verification, and archives completed work with git commits.
npx skills add bladnman/do-work --all -g -y
Available:

Tells the agent to keep action files tool-agnostic and standalone-runnable so the capture and work-loop skills execute correctly in any coding environment.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’