Loading...
Loading...
Orchestrate autonomous AI development with task-based workflow and QA gates
npx skill4agent add shipshitdev/library ai-dev-loop┌─────────────┐ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐
│ BACKLOG │────▶│ TO DO │────▶│ TESTING │────▶│ DONE │
│ │ │ │ │ │ │ │
│ PRDs ready │ │ Agent picks │ │ YOU review │ │ Shipped │
│ │ │ & builds │ │ & approve │ │ │
└─────────────┘ └─────────────┘ └─────────────┘ └─────────────┘
│ │
┌─────┴─────┐ ┌─────┴─────┐
│ Claude │ │ Reject │
│ Cursor │ │ → To Do │
│ Codex │ └───────────┘
└───────────┘.agents/TASKS/[task-name].md## Task: [Feature Name]
**ID:** feature-name-slug
**Status:** Backlog | To Do | Testing | Done
**Priority:** High | Medium | Low
**PRD:** [Link](../PRDS/prd-file.md)
### Agent Metadata
**Claimed-By:** [platform-session-id]
**Claimed-At:** [timestamp]
**Completed-At:** [timestamp]
### Progress
**Agent-Notes:** [real-time updates]
**QA-Checklist:**
- [ ] Code compiles/lints
- [ ] Tests pass (CI)
- [ ] User acceptance
- [ ] Visual review
### Rejection History
**Rejection-Count:** 0
**Rejections:** [list of rejection notes]/loop.agents/TASKS/Status: To DoClaimed-ByClaimed-At.agents/SESSIONS/Agent-NotesStatus: TestingCompleted-AtAgent-Notes/loop| Platform | Best For |
|---|---|
| Claude CLI | Complex logic, backend, architecture |
| Cursor | UI components, styling, visual work |
| Codex | Bulk refactoring, migrations, docs |
Agent-NotesClaimed-By# Claude CLI
claude
> /loop # Process task
> /loop # Next task
# Rate limited? Switch to CursorClaude limit? → Switch to Cursor
Cursor limit? → Switch to Codex
All limited? → QA time (review Testing).agents/TASKS/feature/[task-id]/loopAgent-NotesAgent-Notes