Auto-detect and implement the next PRD in dependency order
Automatically find the next unblocked PRD and begin implementation.
wiki/status.md to get the full PRD inventoryDraft (in wiki/inbox/)CompletedPRD-001 → 002 → 003 → 004+005 → 006 → 007 → 008 → 009 → 010 → 011+012 → 013 → 014 → 015 → 016
/move-prd to move from inbox to active/check-prd when all tasks are doneIf PRD-005 depends on PRD-003:
- PRD-003 must be "Completed" before PRD-005 can start
- If PRD-003 is "In Progress", report it and stop
- If PRD-003 is "Draft", implement it first
Route tasks to the appropriate specialist agent based on file paths:
| Path Pattern | Agent |
|---|---|
apps/api/ | /backend |
apps/web/, packages/shared/ui/ | /frontend |
packages/database/ | /database |
*test*, *.test.* | /testing |
packages/auth/, security-related | /security |
.github/workflows/, deployment | /devops |
apps/docs/, wiki/, docs | /docs |
Report progress after each task:
## Next PRD: PRD-NNN — Title
### Progress
- [x] Task 1: Description — DONE
- [x] Task 2: Description — DONE
- [ ] Task 3: Description — IN PROGRESS
- [ ] Task 4: Description — PENDING
### Current: Task 3
Working on: [description of what's being done]
使用 Arthas 的 watch/trace 获取 EagleEye traceId / 获取请求的 traceId