#368 · Primary category: AI Coding Assistants
spec-superflow
源码级融合 OpenSpec 规划引擎 + Superpowers 执行纪律的 AI 编程工作流插件。17 平台支持,9 skills,Spec-first,契约驱动。
Project last updated:08/29/26
GitHub Stars
776
Forks
76
Contributors
5
License
MIT
Why we included this project
Most coding agents improvise their way through a change: they read the code, make an edit, and hope the tests catch what they missed. spec-superflow replaces that with a spec-first workflow. It combines the OpenSpec planning engine with the Superpowers execution rules, so the agent writes a proposal before touching code, locks down the contract, then picks a lightweight or full review path depending on how risky the edit is. Rather than trusting file timestamps, it reads the actual content of your change artifacts to work out which stage you're in, which makes resuming an interrupted task or an old branch far less guesswork. A companion CLI handles installation across seventeen platforms and checks that your artifacts are complete. It also saves checkpoints, so a half-finished change can be handed to a fresh session without losing context. If you want the same contract-driven habits enforced across Claude Code, Cursor, Codex, and the rest, this saves you building that machinery yourself.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.