Analysis updated 2026-07-03 · repo last pushed 2026-07-03
Build a new feature with AI while enforcing a structured brainstorm-spec-design-implement-archive flow.
Resume an AI coding session after closing it without losing context or document updates.
Visualize active changes and task progress on a local dashboard.
Validate that AI-generated tasks are actually complete before advancing phases.
| rpamis/comet | inkeep/open-knowledge | langchain-ai/openwiki | |
|---|---|---|---|
| Stars | 1,930 | 1,821 | 1,759 |
| Language | TypeScript | TypeScript | TypeScript |
| Last pushed | 2026-07-03 | 2026-07-02 | 2026-07-03 |
| Maintenance | Active | Active | Active |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 3/5 | 2/5 | 2/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires an existing AI coding assistant and familiarity with OpenSpec and Superpowers workflows to chain together effectively.
Comet is a tool that helps you manage the full lifecycle of a software feature, from the initial idea through to archiving, when working with AI coding assistants. If you use AI tools like Claude Code, Cursor, or Copilot to write code, Comet coordinates the workflow so the AI doesn't lose track of what phase a project is in. You run a single command and it figures out where you left off, picks up the work, and keeps all your planning documents in sync automatically. Comet works by chaining together two existing systems: OpenSpec, which handles the "what" (outlines, proposals, requirements), and Superpowers, which handles the "how" (technical design, execution, testing). The tool organizes everything into a five-phase pipeline and uses a state file (.comet.yaml) to track which phase you're currently in. This means if you close your AI coding session halfway through a task, you can resume later and the AI will know exactly where it stopped without re-reading all your project files. Comet also runs guard scripts at each phase boundary to verify tasks are actually complete before advancing, it doesn't just trust the AI saying "done." This is designed for developers, founders, or technical PMs who regularly use AI coding assistants for substantial work and are frustrated by the AI forgetting context, skipping planning steps, or losing track of document updates. For example, if you're building a new feature and want the AI to follow a structured process, brainstorm, write a spec, design, implement, then archive, Comet enforces that flow across 30 different AI coding platforms. What's notable is how Comet moves fragile workflow control out of scattered prompts and into testable scripts that work across macOS, Linux, and Windows. Rather than hoping the AI remembers to update documents or check off tasks, the tool automates handoffs, state updates, validation, and archiving. It also supports a local dashboard that visualizes active changes, phase status, and task progress, giving you a clear picture of where everything stands.
Comet coordinates AI coding assistants so they don't lose track of your project phase, from idea to archive. It chains planning tools, saves progress in a state file, and enforces a structured five-phase workflow.
Mainly TypeScript. The stack also includes TypeScript, OpenSpec, Superpowers.
Active — commit in last 30 days (last push 2026-07-03).
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.