-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Description
Bug: In schemas/spec-driven/schema.yaml, the design artifact only requires proposal, allowing it to be generated in parallel
with specs. This contradicts the documented sequence proposal → specs → design → tasks.
Impact: /opsx:continue offers design before specs are written, so the design document is created without spec requirements as
input.
Fix (line 110-111 of schema.yaml):
Before
- id: design
requires:
- proposal
After
- id: design
requires:
- proposal
- specs
Rationale: Design documents explain HOW to implement — they need the specs (WHAT to build) as input. The schema's own
description says proposal → specs → design → tasks, and the instruction field for design says "Reference the proposal for
motivation and specs for requirements."
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels