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.
| 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 |
| 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 |
/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/
├── 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)