skill-system-workflow
Installation
SKILL.md
Skill System Workflow
skill-system-workflow is the planning layer for the skill system. It turns a goal
into a DAG with Mermaid output, prefers reusable recipes when possible, and stays
strictly read-only with respect to execution.
Ticket lifecycle operations are owned by skill-system-tkt. This skill now owns
only planning, visualization, and recipe discovery.
Overview
- Input: a goal plus optional context
- Output: a DAG document and Mermaid
flowchart TD - Planning strategy: recipe match first, dynamic planning second
- Execution: out of scope; downstream skills consume the DAG