Skip to content

Commit 8dc286a

Browse files
committed
Add documentation
1 parent 1c9f6ac commit 8dc286a

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

docs/pain-points.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# AI Coding Agent Pain Points
2+
3+
AgentFlowDesk focuses on practical user pain points observed in day-to-day AI coding agent usage.
4+
5+
## 1. Context is fragile
6+
7+
Users repeatedly explain architecture, file roles, coding style, and acceptance criteria. This knowledge is scattered across chat windows and not always reproducible.
8+
9+
## 2. Output is hard to review
10+
11+
Agent output often arrives as a large diff plus a narrative summary. The user still needs to connect the task, prompt, diff, logs, and tests manually.
12+
13+
## 3. Sessions are disposable
14+
15+
A good agent session may contain a high-quality task decomposition or prompt strategy, but it is rarely saved as a reusable workflow.
16+
17+
## 4. Parallel work is awkward
18+
19+
Users want to send multiple small tasks to different agents or branches, but manual branch/worktree setup and context copying are inconvenient.
20+
21+
## 5. Agent tools are fragmented
22+
23+
Claude Code, Codex CLI, Cursor, Gemini CLI, OpenCode, and other tools use different instruction files and workflows. Users need a small compatibility layer rather than another agent framework.
24+
25+
## Product response
26+
27+
AgentFlowDesk turns:
28+
29+
```text
30+
one-off chat sessions
31+
```
32+
33+
into:
34+
35+
```text
36+
structured task → context pack → agent run → diff/checks → review report
37+
```

0 commit comments

Comments
 (0)