A new tool called Shiploop is aiming to push AI-assisted development further into autonomy, launching as an open-source skill suite that integrates directly with Anthropic's Claude Code IDE extension.
What Is Shiploop?
Shiploop installs via a /plugin command within Claude Code and sets up what the project calls an 'autonomous delivery loop.' Instead of manually orchestrating tasks across planning, coding, testing, and deployment phases, developers feed it a single idea pitch—and the system spawns parallel DEV agents to handle the rest. The framework includes contract validation points and evidence gates designed to ensure each phase produces verifiable outputs before moving forward.
Autonomous Delivery with Evidence Gates
The concept behind 'evidence gates' appears central to Shiploop's approach. Rather than relying on a single AI agent to blindly push code forward, the system requires each stage to produce documented proof of completion—test results, contract adherence confirmations, and other artifacts that serve as checkpoints. This architectural choice suggests the project is targeting teams who want automation but still need auditability in their delivery pipeline.
Why This Matters for Developer Workflows
Claude Code has gained traction among developers using Anthropic's Claude models for code assistance, but most workflows still require significant human orchestration. Shiploop represents an attempt to close that gap by treating the entire MVP delivery—not just single tasks—as something that can be delegated to AI agents working in parallel. The open-source nature of the project means developers can inspect, modify, and extend the skill suite to fit their own standards.
Key Takeaways
- Shiploop is a new open-source Claude Code plugin available now on GitHub
- The tool runs multiple parallel DEV agents to handle end-to-end MVP delivery from a single pitch
- Built-in contracts and evidence gates enforce stage-by-stage validation
- Aims to reduce human orchestration overhead in AI-assisted development workflows
The Bottom Line
Shiploop is the kind of project that shows where AI coding tools are headed—not just autocomplete on steroids, but full autonomous delivery pipelines. Whether you trust it yet or not depends on how much you value evidence gates over pure speed.