comet
Resumable AI coding workflows from requirements to verified archive
All Skills in This Repository (47)
Pure Emerald Level Indicatorscomet-tweak
Automate small non-bug tweaks through an open-build-verify-archive cycle.
comet-build
Generate executable build plans from OpenSpec designs and select execution methods.
comet-open
Guide teams through the Open phase to create a skeleton change with proposal, design, and tasks.
comet
Orchestrate OpenSpec and Superpowers into a five-phase development pipeline.
comet-archive
Merge delta specs into main specs and archive completed changes using OpenSpec semantics.
comet-verify
Verify development changes align with designs before branch archival.
comet-hotfix
Automates bug-fix workflows from build through verify and archive phases.
comet-design
Produce a Design Doc and delta spec through structured brainstorming.
using-git-worktrees
Creates isolated git worktree workspaces with native tool detection and baseline test verification.
test-driven-development
Enforces red-green-refactor test-driven development workflow for features and bugfixes.
systematic-debugging
Diagnose bugs through a four-phase root cause investigation process before proposing fixes.
dispatching-parallel-agents
Dispatch parallel subagents to investigate independent failures across separate problem domains concurrently.
Frequently Asked Questions
FAQPage SchemaHow to install Comet?โผ
Run `npx skills add rpamis/comet --all -g -y` in your terminal to install all Comet skills globally.
What problem does Comet solve?โผ
It keeps long AI coding tasks on track with a resumable state machine, phase guards, and verification gates, so work survives context compression and session restarts.
What is the difference between Comet Native and Classic?โผ
Native is a lightweight workflow for strong models that plan and verify autonomously, while Classic combines OpenSpec and Superpowers into a five-phase flow with stricter governance.
Does Comet work with Claude Code and Codex?โผ
Yes. Comet skills follow the standard SKILL.md format and run in Claude Code, Codex, and other compatible agent platforms, including multi-session and agent-team coordination.
Can I create and evaluate my own skills with Comet?โผ
Yes. The /comet-any skill helps you author new workflow skills, and `comet eval` scores them with Rubric, Pass@k, and Pass^k metrics, with optional LangSmith integration.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core