When I am digitizing parcels, especially on a larger change like a subdivision plat, I am often adding many different line types. In order to reflect the recorded values of the lines, I like to manually enter the COGO attributes prior to digitization, as it is faster than creating the feature and adjusting attributes later.
I know that any feature template can be "stepped into", like so:

But I also know that any feature template can be edited to prompt for specific attributes:

In my editing workflows, I find it much more convenient to have the 4 most common COGO attributes (distance, direction, radius, arc length) available as prompts.

In short: I think it would be a good idea of for the parcel lines layer template that ships with Pro to have these attributes set to prompt already.
In more specific terms, I would like to see these lines added to the .lyrx file:
{
...
"layerDefinitions" : [
{
...
"featureTemplates" : [
{
...
"requiredFields" : [
"direction",
"distance",
"radius",
"arclength"
]
}
]
...
}
]
}
I've already done this myself, but I think other users would benefit from this being the default.