fix: add umbrella SKILL.md to 'What You Get' and update Loading Protocol (fixes #52) #57

Merged
jasper merged 1 commit from fix/workflow-architect-umbrella-docs into main 2026-06-03 23:13:10 -04:00
Contributor

Summary

Fixes #52 — the workflow-architect umbrella SKILL.md didn't list the
bundle umbrella SKILL.md as the entry point in 'What You Get', and the
Loading Protocol lacked registration verification.

Changes

  • bundles/workflow-architect/SKILL.md:
    • 'What You Get': added umbrella SKILL.md as the first item (entry point)
    • 'What You Get': updated registration description from 'lives in ~/.hermes/skills/'
      to 'registered via skill_manage() so they appear in skills_list()'
    • Loading Protocol step 4 (was 5): now includes verification of umbrella
      and sub-skill loading, output path with <category>/ prefix, and a prompt
      to tell the user a trigger phrase they can use to enter the workflow

Note: The core umbrella creation feature (step 0) was already implemented in PR #56.
This PR closes the documentation gaps in the umbrella SKILL.md itself.

## Summary Fixes #52 — the workflow-architect umbrella SKILL.md didn't list the bundle umbrella SKILL.md as the entry point in 'What You Get', and the Loading Protocol lacked registration verification. ## Changes - **`bundles/workflow-architect/SKILL.md`**: - 'What You Get': added umbrella SKILL.md as the first item (entry point) - 'What You Get': updated registration description from 'lives in ~/.hermes/skills/' to 'registered via skill_manage() so they appear in skills_list()' - Loading Protocol step 4 (was 5): now includes verification of umbrella and sub-skill loading, output path with `<category>/` prefix, and a prompt to tell the user a trigger phrase they can use to enter the workflow Note: The core umbrella creation feature (step 0) was already implemented in PR #56. This PR closes the documentation gaps in the umbrella SKILL.md itself.
Issue #52 was partially addressed by PR #56 (step 0 umbrella registration),
but the workflow-architect umbrella SKILL.md itself still had gaps:

- 'What You Get' section didn't mention the umbrella as the entry point
- Loading Protocol step 5 (now 4) lacked registration verification and
  user guidance on trigger phrases
- Output path now shows <category>/ prefix
jasper merged commit acabd85dce into main 2026-06-03 23:13:10 -04:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
magnus/agent-skills!57
No description provided.