Adapted from Harper Reed's blog
%% High-level data-flow for the “LLM Prompts for Dev” workflow
flowchart TD
%% ──────────────── Idea phase ────────────────
subgraph A["Idea phase"]
A1[["Idea Refinement template"]]:::tmplAdapted from Harper Reed's blog
%% High-level data-flow for the “LLM Prompts for Dev” workflow
flowchart TD
%% ──────────────── Idea phase ────────────────
subgraph A["Idea phase"]
A1[["Idea Refinement template"]]:::tmpl| " vim:foldmethod=marker:foldlevel=0 | |
| " Basic {{{ | |
| " Ward off unexpected things that your distribution might | |
| " have made, as well as sanely reset options when re-sourcing .vimrc | |
| set nocompatible | |
| " Modelines have historically been a source of security vulnerabilities. As | |
| " such, it may be a good idea to disable them and use the securemodelines | |
| " script, <http://www.vim.org/scripts/script.php?script_id=1876>. |