Create and review your first task
Use this guide after you understand the basic onboarding flow in Getting started. This page focuses on creating a real task that an agent can execute and you can review with confidence.Start with a real request
In the current AgentDesk product, create tasks through chat with an agent. Direct task creation from the board is not the supported user flow yet. Prefer using the Agent Product Owner for task creation and task shaping. You do not need to define every detail yourself upfront. Even if you are not sure what the exact requirement should be yet, you can start a conversation with the Agent Product Owner. The agent can help you explore the problem, narrow the goal, identify missing decisions, and turn an unclear idea into a task that is ready for review. Start with a practical request like:See What a best-practice task looks like for what the task should look like after the Product Owner agent finishes clarifying and defining it.
| Field | What to check |
|---|---|
| Title | Short and action-oriented. |
| Summary | Explains the outcome, not only activity. |
| Status | Usually starts in Inbox unless you explicitly approved execution. |
| Owner / executor | The right agent or person is responsible. |
| Next action | One concrete next step. |
| Acceptance criteria | Observable pass/fail checks. |
| Related files | Specs, screenshots, examples, or source links. |
Move the task to Ready
Move a task to Ready only when it is clear enough to execute.Ready means the task can be picked up for execution. It does not mean the task is done.
- Is the goal clear?
- Is the expected output clear?
- Is the scope small enough?
- Are acceptance criteria testable?
- Is there a named verification method?
- Is the right agent assigned?
Assign the right agent
Pick the agent whose role matches the task. Examples:| Task type | Good agent fit |
|---|---|
| Product requirements, task shaping | Product / PO assistant |
| UI design and interaction flow | Designer / UIUX |
| Frontend implementation | FE Dev |
| Backend/API/data logic | BE Dev |
| Architecture or cross-system design | Solution Architect |
| QA, proof, regression checks | QA / verification agent |
| Docs and user guides | Product/docs-capable agent |
Track execution
While the agent works, use the board as source of truth. Common statuses:| Status | Meaning |
|---|---|
| Inbox | Request exists but needs shaping or approval. |
| Ready | Clear and allowed to start. |
| Agent working | An agent is actively executing. |
| Waiting on you | The agent needs your input or decision. |
| Blocked | Work cannot continue safely. |
| Ready to review | Output/evidence exists and needs review. |
| Done / Closed | Reviewed and accepted. |
Review the output
When the task is ready to review:- Open the task from the board.
- Read the latest update and next action.
- Open linked artifacts, delivery files, screenshots, or public URLs.
- Compare the output against the acceptance criteria.
- Check the verification evidence.
- If it passes, approve/close the task.
- If it fails, reopen or add feedback with the exact issue.
What good proof looks like
Proof depends on the task type:| Work type | Good proof |
|---|---|
| UI behavior | Playwright/browser E2E plus screenshot. |
| API/backend | Tests plus request/response evidence. |
| Docs | Public docs path, commit hash, and validation result. |
| Data/report | Source files, method, and generated output. |
| Live integration | Exact account/profile/environment and observed result. |
When to ask for a spec first
Ask for analysis/spec before execution when:- the requirement is vague,
- the task affects public API or architecture,
- the work has security/privacy risk,
- success criteria are unclear,
- multiple agents/teams will be involved,
- the output may be expensive to rework.
Quick checklist
Before assigning a task:- Goal is clear.
- Scope is bounded.
- Out-of-scope is stated.
- Expected output is named.
- Acceptance criteria are testable.
- Verification method is explicit.
- Correct agent is assigned.
- Task is small enough to finish and review.
Next steps
What a best-practice task looks like
See the final shape of a well-defined task after the Product Owner agent clarifies it with you.
Dashboard board
Learn how to track status, blockers, next actions, and review state.