implicit control flow edges
every skill has by default the following control-flow options: a start input and (succeeded, failed and aborted) outputs.
when a subskill has control-flow outputs that are not connected with an edge, they will be implicitly be connected to the corresponding control-flow outputs of the composite skill itself.
this implicit conversion will happen in the skill manager (c++).