Skip to main content
Welcome to Comet (@rpamis/comet) — the CLI tool that chains OpenSpec and Superpowers into a single, five-phase automated development workflow. One command takes your idea through proposal, deep design, implementation, verification, and archival — with automatic phase detection so you can always pick up right where you left off.

Introduction

Learn what Comet is, the problem it solves, and how the dual-star workflow operates.

Quickstart

Install Comet and run your first /comet workflow in under five minutes.

Workflow

Deep-dive into the five-phase pipeline — open, design, build, verify, archive.

Platforms

Comet supports 28 AI coding platforms. Find yours and see the skills directory it uses.

CLI Reference

Full reference for comet init, comet status, comet doctor, and comet update.

Scripts

Guard scripts, state management, handoff automation, and archive tooling — explained.

Get Started in Three Steps

1

Install Comet globally

Install the Comet CLI from npm so the comet command is available everywhere on your machine.
npm install -g @rpamis/comet
2

Run comet init in your project

Navigate to your project root and initialise Comet. The interactive wizard lets you pick install scope (project or global), select your preferred language for the skills, and choose your installed AI platforms.
cd your-project
comet init
3

Invoke /comet in your AI coding tool

Open Claude Code, Cursor, Windsurf, or any other supported platform and type /comet. Comet reads the active spec, detects which phase you’re in, and continues the workflow automatically.
/comet