openspec-reviewed-workflow — Summary
openspec-reviewed-workflow is an OpenSpec custom schema and Cursor skill that inserts a mandatory evidence-driven review gate between the proposal and specs/design phases of the standard OpenSpec workflow, forcing the AI to investigate the actual codebase before advancing to spec creation.
Problem it solves: When AI writes a proposal, it relies on a snapshot understanding of the codebase and may miss existing utilities, overlook simpler approaches, or introduce unnecessary abstractions. These mistakes compound through specs, design, and tasks. This workflow inserts a review step that forces the AI to execute at least two codebase searches and produce a structured verdict (OPTIMAL / IMPROVABLE / RETHINK) before specs are unlocked.
Distinctive trait: The only framework in this batch designed as an explicit quality gate overlay on top of an existing framework (OpenSpec) rather than adding execution capability. The SKILL.md has unique guardrails: "NEVER give OPTIMAL just to speed things along", "NEVER write a verdict without evidence", requiring code snippets in the review.
Target audience: Teams using OpenSpec who have experienced the pattern of AI generating technically correct but architecturally poor proposals — where the proposal passes surface review but compounds into poor specs and implementation.
Production-readiness: 0 stars, 0 forks, one contributor (griffithkk3-del). Shell-script-based installer. Last commit March 2026. Very early/personal project.
Relationship to seeds: Extends the canonical openspec seed by adding a review artifact between proposal and specs. Most similar to spec-kit (Archetype 2) in the discipline it applies — spec-kit's constitution-driven development forces explicit design decisions; this framework forces explicit codebase investigation. The SKILL.md guardrails pattern (named anti-behaviors: "NEVER rubber-stamp OPTIMAL") echoes Superpowers' Iron Law pattern but applied to review discipline rather than TDD.