From shipshitdev-library
Orchestrates autonomous AI agent execution of development tasks from queues across platforms like Claude, Cursor, Codex, with QA gates and kanban workflow.
npx claudepluginhub shipshitdev/skillsThis skill uses the workspace's default tool permissions.
Autonomous task execution with QA gates across multiple AI platforms.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Analyzes competition with Porter's Five Forces, Blue Ocean Strategy, and positioning maps to identify differentiation opportunities and market positioning for startups and pitches.
Autonomous task execution with QA gates across multiple AI platforms.
The AI Development Loop enables fully autonomous feature development where:
┌─────────────┐ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐
│ BACKLOG │────▶│ TO DO │────▶│ TESTING │────▶│ DONE │
│ │ │ │ │ │ │ │
│ PRDs ready │ │ Agent picks │ │ YOU review │ │ Shipped │
│ │ │ & builds │ │ & approve │ │ │
└─────────────┘ └─────────────┘ └─────────────┘ └─────────────┘
│ │
┌─────┴─────┐ ┌─────┴─────┐
│ Claude │ │ Reject │
│ Cursor │ │ → To Do │
│ Codex │ └───────────┘
└───────────┘
Tasks live in .agents/TASKS/[task-name].md with structured metadata:
## 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]
When an agent runs /loop:
.agents/TASKS/ for Status: To DoClaimed-By and Claimed-AtAgent works on the task:
.agents/SESSIONS/ for related past workAgent-Notes with progressBefore moving to Testing:
Agent finalizes:
Status: TestingCompleted-At timestampAgent-NotesIn Kaiban.md:
When rejected:
/loop picks up with full context| Platform | Best For |
|---|---|
| Claude CLI | Complex logic, backend, architecture |
| Cursor | UI components, styling, visual work |
| Codex | Bulk refactoring, migrations, docs |
Multiple platforms can work simultaneously:
When rate limited:
Agent-NotesClaimed-By)# Claude CLI
claude
> /loop # Process task
> /loop # Next task
# Rate limited? Switch to Cursor
Claude limit? → Switch to Cursor
Cursor limit? → Switch to Codex
All limited? → QA time (review Testing)
.agents/TASKS/feature/[task-id]Important: /loop is NOT a background process.
Claims expire after 30 minutes:
Agent-Notes provide context for pickupAgent-Notes regularly