You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove dead parse_fields_md function from validate_components.py
- Fix grammar: 'Features in New status is' → 'are'
- Replace duplicated curl commands in feature-exploration.md with
reference to fields.md component catalog and validate_components.py
Copy file name to clipboardExpand all lines: skills/rhdh-jira/references/feature-exploration.md
+6-23Lines changed: 6 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ The meeting is called **Feature Exploration**. The Jira workflow status is **Ref
11
11
12
12
Do not confuse the two. When referring to the meeting or process, use "Feature Exploration."
13
13
14
-
**Features in New status is expected going into Feature Exploration.** The exploration meeting is where the team reviews candidates, identifies risks, and produces the information needed to advance features through the pipeline. Do not frame New→Refinement transition as a prerequisite for exploration — it is an *outcome*. Sizing and field population happen during and after exploration.
14
+
**Features in New status are expected going into Feature Exploration.** The exploration meeting is where the team reviews candidates, identifies risks, and produces the information needed to advance features through the pipeline. Do not frame New→Refinement transition as a prerequisite for exploration — it is an *outcome*. Sizing and field population happen during and after exploration.
15
15
16
16
**Epic creation can happen before or during exploration.** Teams often create child Epics before the exploration meeting to help size the Feature — aggregate Epic sizes inform the Feature’s T-shirt size. Do not treat Epic creation as exclusively an output of exploration.
17
17
@@ -91,30 +91,13 @@ After exploration is complete:
91
91
92
92
## Component Validation
93
93
94
-
Components are critical for freeze queries and team routing. Validate proposed components against the live Jira data.
94
+
Components are critical for freeze queries and team routing. Use the component catalog and validation script from `references/fields.md`:
95
95
96
-
> Same validation pattern as `fields.md` Component Validation — duplicated here to avoid transitive loading.
0 commit comments