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

36 lines
610 B
Markdown

---
name: {{PHASE_NAME}}
description: >-
{{TRIGGER_DESCRIPTION}}
license: MIT
compatibility: Compatible with any agent supporting the Agent Skills format
metadata:
tags: [workflow, generated]
spec-version: "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}}