ljg-word-flow
ljg-word-flow: 詞卡
一條命令完成:解詞 → 鑄資訊圖。支援多詞並行。
模式
強制 NATIVE 模式。 本 workflow 是純 skill 管道(ljg-word → ljg-card -i),不需要 Algorithm 的七步流程。直接按下方執行步驟呼叫 skill,不走 OBSERVE/THINK/PLAN/BUILD/EXECUTE/VERIFY/LEARN。
引數
直接傳入一個或多個英文單詞,空格分隔。
/ljg-word-flow Obstacle
/ljg-word-flow Serendipity Resilience Entropy
執行
1. 收集單詞列表
從使用者訊息中提取所有英文單詞。
2. 處理每個單詞
對每個單詞,序列執行兩步:
步驟 A — 解詞(ljg-word):
呼叫 Skill tool 執行 ljg-word,傳入單詞。在對話中輸出 Markdown 解析結果。
步驟 B — 鑄資訊圖(ljg-card -i):
以步驟 A 的解析內容為輸入,呼叫 Skill tool 執行 ljg-card -i。生成 PNG 檔案到 ~/Downloads/。
3. 多詞並行
多個單詞時,每個單詞啟動一個 Agent subagent 並行處理(每個 subagent 內部 A→B 序列)。
4. 彙總報告
════ 詞卡完成 ═══════════════════════
📖 {Word1}
🖼️ ~/Downloads/{Word1}.png
📖 {Word2}
🖼️ ~/Downloads/{Word2}.png
...
關鍵約束
- 先解詞後鑄卡,順序不可逆
- ljg-word 和 ljg-card -i 各自的質量標準不變
- 資訊圖內容來自解詞結果,不是字典釋義
More from yelban/ljg-skills.tw
ljg-card
Content caster (鑄). Transforms content into PNG visuals. Six molds: -l (default) long reading card, -i infograph, -m multi-card reading cards (1080x1440), -v visual sketchnote, -c comic (manga-style B&W), -w whiteboard (marker-style board layout). Output to ~/Downloads/. Use when user says '鑄', 'cast', '做成圖', '做成卡片', '做成資訊圖', '做成海報', '視覺筆記', 'sketchnote', '漫畫', 'comic', 'manga', '白板', 'whiteboard'. Replaces ljg-cards and ljg-infograph.
5ljg-word
Deep-dive English word mastery tool. Deconstructs a single English word into core semantics and epiphany. Use when user asks to explain/master a specific English word.
5ljg-rank
給一個領域,找出背後真正撐著它的幾根獨立的力。十幾個現象砍到不可再少的生成器——砍完能把現象一個個生回來,才算數。Use when user says '降秩', '找秩', '秩是什麼', '這個領域靠什麼撐著', '背後是什麼', or wants to decompose any domain to its irreducible generators.
5ljg-writes
寫作引擎。帶著一個觀點出發,在寫的過程中把它想透。
5ljg-plain
Cognitive atom: Plain (白). Rewrites any content so a smart 12-year-old groks it. Structure-free — form follows content. Use when user says '白話說', '說人話', '解釋一下', 'plain', 'grok'.
5ljg-travel
Deep travel research workflow for museums and ancient architecture. Input a city name, auto-generates structured knowledge document (org-mode) + portable reference cards (PNG). Covers historical background, museum highlights, archaeological significance, and architectural heritage. Use when user says '旅行研究', '博物館功課', '古建功課', 'travel research', '出發前功課', or provides a city name with intent to do deep cultural travel preparation.
5