Files
magnus919_agent-skills/workflow-architect/templates/skill-skeleton.md
T
Magnus Hedemarkandfactory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> c0c7690724 feat(flatten): move bundle dirs to repo root
Move the 8 directories under bundles/ to the repo root via git mv and
remove the now-empty bundles/ directory. Replace the "bundles" entry in
pyproject.toml [tool.deptry] extend_exclude with the 8 moved dir names so
the moved trees stay excluded from Python dependency analysis.

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
2026-08-14 15:26:27 -04:00

610 B

name, description, license, compatibility, metadata
name description license compatibility metadata
PHASE_NAME
{{TRIGGER_DESCRIPTION}} MIT Compatible with any agent supporting the Agent Skills format
tags spec-version
workflow
generated
1.0

{{PHASE_NAME}}

This skill is part of the {{BUNDLE_NAME}} bundle, generated by workflow-architect on {{GENERATION_DATE}}.

When to Use

{{WHEN_TO_USE}}

What to Do

{{WHAT_TO_DO}}

Transition Signals

This phase typically ends when:

{{TRANSITION_SIGNALS}}

What to Tell the User

During this phase, communicate with the user in this style:

{{COMMUNICATION_GUIDANCE}}