Full component definition authoring workflow
From compliance-trestlenpx claudepluginhub ethanolivertroy/compliance-trestle-skills<compdef_name>workflow/Execute the full component definition authoring roundtrip workflow.
Verify we are in a trestle workspace.
Parse $ARGUMENTS for the component definition name. If not provided, list available component-definitions.
Generate Phase:
trestle author component-generate --name <compdef_name> --output <compdef_name>-markdown
Show the structure:
Edit Phase: Guide the user:
Assemble Phase:
trestle author component-assemble --markdown <compdef_name>-markdown --output <compdef_name>
Validate and report results.
Suggest: The component definition can now be used with ssp-generate --compdefs to create SSPs.