Skip to content

v1.2.0 - richer /spec, clearer deferrals, tutorial

Choose a tag to compare

@markstent markstent released this 22 Jun 17:18

/spec output enrichment (from Matt Pocock's to-prd / to-issues)

  • Focused User stories section ("As an X, I want Y, so that Z"), used by the inner-review Spec axis and /triage.
  • Per-task AFK / HITL hint (advisory; /triage makes the binding call) and Covers user-story traceability.
  • Active quiz at the review gate: the slice breakdown is shown and sanity-checked (granularity, split/merge, tags) before any issue is created.
  • Prior-art pointer for test seams and the prototype-snippet exception.

Kept deliberately: the no-dependency design (no Blocked-by) and the Worker's Scope: touch only guardrail.

Clearer handling of non-independent slices

  • /spec warns at cut time when two slices touch the same file.
  • /triage gives an actionable "merge PR #N first" reason instead of a vague stall.
  • /build defers same-file tasks deterministically rather than building against a stale main.

Docs

  • README: rendered Mermaid pipeline diagram and a granular step-by-step "idea to merged PR" tutorial.

Full changelog: v1.1.1...v1.2.0