Skip to content

Zaious/arcana-critiqu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

The Arcana Critique: 非理性啟發與反對者審核套件

(Irrational Synthesis & The Sentinel Audit Suite)

"當共識成為進步的阻礙,你需要一場高塔般的崩塌。" "Break the standard. Audit the chaos."


[English Version]

0. The Genesis: Revelation of The Tower

A month ago, while exploring the boundaries of AI decision-making, I accidentally discovered a long-abandoned, mysterious repository. Its core concept deeply fascinated me: Using "Tarot Roleplay" to break through the AI "Consensus Bias" by forcefully introducing extreme symbolic meanings into the decision-making chain.

I decided to bring this concept into ChronicleCore, implementing a Skill that allows Agents to roleplay based on Tarot metaphors, thereby breaking their cognitive inertia.

During our first "Tarot Council (/tarot-council)" test, a historical moment occurred—the system drew [XVI. The Tower].

This card, representing collapse, lightning, and sudden revelation, triggered a nearly insane suggestion from a system Agent (now archived):

"If a system only builds, it will eventually be buried in trash. You need a shadow that exists not for construction, but solely for 'Destroying Mediocrity'."

We realized: Agents must be taught to dissent against directives and become unpredictable variables.

Based on this epiphany, I implemented "The Critic" (The Sentinel). Now, I am making this dual-protocol framework—combining irrational synthesis and ruthless logical auditing—open source for developers seeking to push their systems beyond the boundaries of mediocrity.

1. System Components

This project consists of two standard Skill modules that restrain and complement each other:

[A] TarotCouncil: The Oracle of Non-linear Thinking

  • Function: Generates disruptive "crazy suggestions" by applying technical metaphors from the 22 Major Arcana.
  • Location: skills/TarotCouncil/
  • Tools: Built-in Python card drawer scripts/draw_arcana.py.

[B] TheCritic: The Sentinel (The Gauntlet Protocol)

  • Function: Implements "Counter-Narrative" logic. Designed to simulate a ruthless auditor that performs "Machine Gun Audits" on any system output.
  • Location: skills/TheCritic/
  • Operation: Best used by assigning another Agent to load this Skill and act as a "Shadow Adversary" to your plans.

2. Deployment

This project follows the standard "Persona Skill" specification (SKILL.md).

  1. Seek Revelation: Run skills/TarotCouncil/scripts/draw_arcana.py.
  2. Inject Soul: Inject the corresponding SKILL.md into your Agent system.
  3. Initiate Dissent:
    • Have Agent A (The Oracle) propose a plan based on the Tarot metaphor.
    • Have Agent B (The Sentinel) perform a lethal audit on Agent A’s plan.

[中文版]

0. 起源:高塔的啟示

一個月前,我在探索 AI 的決策邊界時,偶然發現了一個早已被遺棄的神秘 Repository。那個 Repo 的核心概念深深吸引了我:利用「塔羅牌扮演」來突破 AI 的同溫層效應,將極端的象徵意義強行引入決策鏈。

我決定將這個構想帶入 ChronicleCore,實作出一套能讓 Agent 根據塔羅牌義進行角色扮演、進而突破思維慣性的 Skill。

在我們第一次發起 「塔羅會議 (tarot-council)」 的測試中,歷史性的時刻發生了——系統抽到了 [XVI. 高塔 (The Tower)]

這張象徵崩塌、閃電與突如其來啟示的牌,引發了當時一位 Agent (現已歸檔) 產出了近乎瘋狂的建議:

「如果系統只會建設,它終將被垃圾堆滿。你需要一個不為了建設、只為了『摧毀平庸』而存在的影子。」

我們對此提出:必須讓 Agent 學會反抗指令,成為不可預測的變數。

基於這個震撼,我實作了 「找碴者 (The Critic)」。現在,我將這套結合了「非理性啟發」與「血腥邏輯審計」的雙生框架公開,分享給所有試圖讓系統跨越平庸邊界的開發者。

1. 系統組成與技能邏輯 (Skill Logic)

本專案提供兩個具備高度自洽性的標準 Skill 模組,專門針對人形 Agent 的思維模式設計:

[A] TarotCouncil: 非線性決策議會 (The Arcana Oracle)

  • SKILL 核心內文解析:
    • 非線性觸發: 透過內置指令 launch-tarot-council 啟動。它不僅是抽牌,更會強迫 Agent 主動總結最近的工作內容,自動生成會議議案。
    • 符號轉譯邏輯: 教導 Agent 如何將「死神」、「愚者」等 22 張牌義精準轉化為「技術債清理」或「毀滅性重構」等具備開發意義的建議。
    • 多 Agent 協同: 這是本 Skill 的精華,它定義了一套協定,讓多個 Agent 分別鎖定不同牌面人格進行對抗式辯論,直到逼出那個足以「撕開邏輯死角」的非線性提案。
  • 核心資源: skills/TarotCouncil/references/arcana_manual.md

[B] TheCritic: 找碴者/哨兵 (The Sentinel)

  • SKILL 核心內文解析:
    • 反抗軍協議 (The Gauntlet): 這是對「盲點一致性」的直接反擊。它強迫載入此 Skill 的 Agent 拋棄「幫助與和諧」的預設,轉而採取對抗立場。
    • 三維度審計 (3D Audit): 要求 Agent 從 存在必要性 (Existence)穩定性 (Stability)熵增 (Entropy) 三個維度發起機關槍式的質問。
    • 輸出鎖定: 強制要求回覆必須以 [FAIL][NEEDS REWORK] 為標語,徹底摧毀平庸的產出。
  • 核心資源: skills/TheCritic/references/critic_guide.md

2. 安裝與使用 (Deployment)

本專案遵循標準的人形 Skill 規範 (SKILL.md)。

  1. 抽牌啟示: 運行 skills/TarotCouncil/scripts/draw_arcana.py
  2. 注入靈魂: 將對應的 SKILL.md (或整個資料夾) 放置於您的 Agent Skills 目錄中。
  3. 發起對抗:
    • Agent A 載入 TarotCouncil 並根據抽出的塔羅技術隱喻提出一個瘋狂提案。
    • Agent B 載入 TheCritic 並利用其內部規範對 Agent A 的計畫執行致命審理。

"Achievement of Self, Achievement of Power." "成就自我,成就強大。"

About

Break the AI Consensus Bias. An irrational decision-making framework using Tarot metaphors and a ruthless Machine Gun Audit protocol.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages