Analysis updated 2026-05-18
Pitch a product idea and let an autonomous agent team scaffold, plan, and build a minimum viable product.
Run parallel development agents on separate work packages with a reviewer checking each change.
Pause and resume a long running autonomous build by reading its saved project state.
| bechsteindigital/claude-shiploop | hannes/quack | malept/github-action-gh-pages | |
|---|---|---|---|
| Stars | 3 | 3 | 3 |
| Language | Shell | Shell | Shell |
| Last pushed | — | 2024-06-05 | 2025-08-14 |
| Maintenance | — | Dormant | Quiet |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 4/5 | 4/5 | 2/5 |
| Audience | vibe coder | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires installing the plugin or running an install script, then starting Claude Code in a non-interactive permission mode.
claude-shiploop is a set of skills for Claude Code, the AI coding assistant, designed to turn a short project pitch into a working minimum viable product with as little back and forth as possible. Instead of you typing instructions at every step, the suite takes over after one initial interview and runs the rest of the process on its own. The flow starts with an onboarding interview where you describe your idea and answer a small number of questions about scope and goals. Once you approve the resulting brief, the system moves through setup, which researches the right technology choices, scaffolds the project, and breaks the work into cards. It then starts a loop where several role based AI agents work together: one plays a CEO making portfolio decisions, one plays a product owner cutting work packages, two development agents implement code in parallel, and a reviewer checks each change before it counts as done. Decisions the agents make along the way are written down as a log rather than left unexplained. You are only pulled back into the process in specific situations that you agree to in advance, such as a decision involving money, legal or security concerns, or a task that has failed twice in a row. Otherwise you only see milestone reports, and a final report once the agreed minimum viable product criteria are met. To use it, you install it as a Claude Code plugin or run an install script inside your target project, then start a Claude Code session there in a non interactive permission mode so the agents can write files and run commands without stopping for approval each time. The project stores its own working files, such as the brief, current state, decision log, and backlog of work cards, inside the target project itself, so a run can be paused and resumed later. The project is released under the MIT license.
claude-shiploop is a Claude Code skill suite that turns a pitched idea into a working MVP by running an autonomous team of role based AI agents after a short onboarding interview.
Mainly Shell. The stack also includes Shell, Claude Code.
MIT license: use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.