# 작업 관리

- [작업 흐름으로 이해하는 프로젝트 관리](https://docs.riido.io/issues/workflow.md): 뤼이도의 작업 관리는 계획, 실행, 운영 세 단계의 흐름에 따라 구성되어 있어요.
- [계획: 대기 작업](https://docs.riido.io/issues/intake.md): 외부에서 유입된 작업을 임시로 모아두고, 선별과 분류를 시작하는 공간입니다.
- [계획: 백로그](https://docs.riido.io/issues/backlog.md): 선별된 작업들을 우선순위에 따라 정리하고, 실행 계획을 세우는 공간입니다.
- [실행: 작업](https://docs.riido.io/issues/work-items.md): 프로젝트, 목표, 작업으로 이루어진 실행 단위에서 실제 업무를 수행하는 공간입니다.
- [운영: 보관 작업](https://docs.riido.io/issues/archived-items.md): 완료된 작업을 체계적으로 정리하고, 필요할 때 다시 꺼내 쓸 수 있는 운영 자산으로 관리하세요.
- [작업간 연결](https://docs.riido.io/issues/issue-relations.md): 서로 관련된 작업을 연결해, 작업 간 관계와 의존성을 명확히 파악해 보세요.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.riido.io/issues.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
