Skip to main content
Comet provides a recoverable development workflow for AI coding, together with tools for creating, evaluating, and publishing Skills. Projects can use either of two independent workflows:
  • Native targets Fable 5, GPT-5.6, and models at a similar capability level. It constrains requirements, state, and acceptance evidence while leaving implementation choices to the model.
  • Classic targets models that need explicit process constraints. It combines OpenSpec and Superpowers and advances a change through five stages.

Little Fish organizes Comet's toolchain on a workbench

Project configuration, change documents, and verification evidence preserve the task state.

What can you do with Comet

  • Use /comet to enter Native or Classic from the project configuration, then create, implement, verify, and archive a change.
  • Use /comet-any to turn a workflow into a reusable Skill.
  • Run real-task evaluations with comet eval.
  • Use comet dashboard to view Classic, Native, and Supervisor Change stages, tasks, acceptance, risks, artifacts, and Git information. The Dashboard is read-only.
  • Use comet publish to review, approve, publish, and distribute /comet-any artifacts.
  • Use comet status and comet doctor to view the current stage, next step, and diagnostic results.

Not using Comet vs using Comet

Little Fish organizes conversation content into documented state and verification evidence

Comet restores a change from project files instead of reconstructing it from the previous conversation.

Main entry points

For project changes, call /comet. It reads the project configuration and enters Native or Classic. Workflow-specific Skills mainly support internal routing and advanced troubleshooting.

Native workflow

For Fable 5, GPT-5.6, and similar strong models. Requirements, state, and evidence remain explicit while the model chooses the implementation method.

Classic workflow

For models that need explicit stage guidance. OpenSpec and Superpowers advance the change through five stages.

CLI console

Install, diagnose, update, manage Skills, evaluate, and publish from the CLI.

/comet-any Skill Creator

Create, optimize, or combine reusable Skills.

Skill Evaluation

Verify Skill behavior with browsable reports and use the results as publishing evidence.
Comet and industry practice covers mainstream technologies used by Comet for evaluation, runtime, workflow, and Skill distribution.

What installation provides

comet init installs Comet Skills, rules, hooks, runtime assets, and platform adapters to the selected project-level or global location.
To start a project change, read the Quickstart. To create a reusable Skill, read Create a Skill.
Last modified on September 9, 2026