hermes - 💡(How to fix) Fix Operating model: SDD, ADRs, DoR/DoD, and quality gates [1 pull requests]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Fix Action

Fixed

RAW_BUFFERClick to expand / collapse

Goal

Create the operating model for building the product with discipline and low ambiguity.

Required artifacts

1) Vision doc

  • What the product is
  • Who it is for
  • What success looks like

2) Feature spec

  • Objective
  • User story
  • Scope / non-scope
  • Acceptance criteria
  • Metrics

3) ADRs

  • Why this architecture
  • Why these build-vs-buy decisions
  • Why this rollout path

4) Definition of Ready

A task is ready only if it has:

  • clear objective
  • scope
  • acceptance criteria
  • dependencies
  • owner

5) Definition of Done

A task is done only if it has:

  • implementation completed
  • tests passing
  • docs updated
  • validation performed
  • no unresolved critical issues

6) Review gates

  • Spec approved before build
  • Architecture approved before implementation
  • QA/validation before release
  • No PR merge while required checks are red

Orchestration rules

  • Use GitHub issues as the source of truth for execution
  • Link child tasks under epic issues
  • Keep one issue = one coherent deliverable
  • Prefer small issues over giant ambiguous ones

Acceptance criteria

  • The process is short enough to use every day
  • It prevents ambiguity without slowing execution too much
  • It is suitable for a premium product team

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING