Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.65 KB

File metadata and controls

43 lines (33 loc) · 1.65 KB

Do Work — user documentation

Task-based guides for people who install and run /do-work in a project. Works with any agent harness wired to the shared skills hub.

Start here

If you want to… Read
Install the skill and run your first brief end-to-end Getting started
Understand UR, REQ, start / go, and the gates Concepts
Look up a command or flag Commands
Fix a failure symptom Troubleshooting

Deeper reference

Page Audience
How it works Operators who want phase-by-phase design detail
../README.md Install one-liner, quick start, config overview
../agents/config.md Full config.yml schema
../SKILL.md Skill entrypoint and full behavioural reference
../CONTRIBUTING.md Contributors changing the skill itself

Happy path (two commands)

/do-work start I need a user settings page with email and password change
/do-work go UR-001

start records the brief and builds the backlog. go checks coverage, then runs the backlog when confidence meets the project threshold (default 90%).

Docs map

docs/
├── README.md              ← you are here (index)
├── getting-started.md     ← install → first start → first go
├── concepts.md            ← mental model
├── commands.md            ← command reference
├── troubleshooting.md     ← symptoms → fixes
└── HOW-IT-WORKS.md        ← deep dive (design + phases)