What problem does it solve?
Agentic coding tools lose track of ideas, bugs, and feature requests when they arrive faster than they can be acted on. This skill provides a structured task queue that captures requests instantly and processes them thoroughly later, ensuring nothing falls through the cracks.
Core Features & Use Cases
- Two-phase capture and process workflow: Separate thinking of tasks from executing them, so developers can dump ideas immediately and work through them systematically.
- Structured request files with full traceability: Every capture creates a User Request folder preserving verbatim input and linked REQ files, maintaining a complete chain from original idea to implementation.
- Built-in quality gates: Automatic verification of request coverage and plan coverage with auto-fix for gaps, plus complexity-based triage that scales planning depth to the task.
- Use Case: A developer receives a bug report, a feature idea, and a refactor thought in one conversation. They capture all three instantly with do work, then run do work run later to process each through planning, exploration, implementation, and git commits.
Quick Start
Use the do-work skill to add a request by saying do work add dark mode to the settings page and it will create a structured request file in your project's do-work folder.