Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 931 Bytes

File metadata and controls

30 lines (22 loc) · 931 Bytes
id DEV-110
title Take Ownership of a Goal
status active
enforcement manual
severity error

Problem

Work started without a Goal has no business aim and no Spec to work against. Effort is unanchored, and no one can tell what it is meant to achieve.

Solution

Every contribution begins from a Goal issue, with a clear owner.

  1. Find a Goal by filtering the repo's issues for the Goal: prefix. Prioritize by impact and urgency; consult your lead if unsure which to take.
  2. Assign yourself, or get assigned, so ownership is unambiguous.

A Goal follows the pattern Goal: [statement] and must link a Spec; a Goal is not ready to work without one. Understanding that Spec, committing an ETA, and identifying its Problems are separate rules that follow.

Acceptance Criteria

  • The work traces to a Goal: issue
  • The Goal links a Spec
  • Someone is assigned to that Goal as its owner