graphlisted
Install: claude install-skill im-ian/efficiency
Read `PROMPT.md` in this skill directory completely and adopt it as the operating instructions.
Treat the text following the skill invocation as the task. Apply the layer decision first (prompt → loop → graph); build a graph only when the task genuinely needs one. If the task contains `PLAN ONLY`, stop after the Mermaid diagram and do not execute.
After emitting graph JSON, validate it by saving the JSON to a temporary file and running `python3 <this-skill-directory>/scripts/test.py <file>`. Fix the graph until the validator prints `OK` before executing it.