スキル一覧に戻る

shiva-bhaga

pjt222
更新日 2 days ago
6 閲覧
17
2
17
GitHubで表示
メタai

について

shiva-bhagaスキルは、陳腐化したパターンの解体、時代遅れの前提の除去、デッドコード化された推論の排除を通じて、制御されたコンテキストのクリアリングを実行します。このスキルは、蓄積された技術的負債、失敗したアプローチ、あるいはゾンビ化したタスクを意図的に破棄して新たなスタートを可能にする必要がある場合に、開発者が使用するために設計されています。これにより、大きな方向転換や新たな開発フェーズに先立ち、時代遅れのソリューションへの執着を解消することで、必要なスペースが創出されます。

クイックインストール

Claude Code

推奨
メイン
npx skills add pjt222/agent-almanac -a claude-code
プラグインコマンド代替
/plugin add https://github.com/pjt222/agent-almanac
Git クローン代替
git clone https://github.com/pjt222/agent-almanac.git ~/.claude/skills/shiva-bhaga

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします

ドキュメント

Shiva Bhaga

Controlled destruction and dissolution of stale patterns, outdated assumptions, accumulated noise — clear ground so new growth can emerge.

When Use

  • Context has accumulated stale assumptions silently distorting reasoning
  • Previous approach failed and temptation is to patch rather than discard
  • Conversation grown long, earlier decisions may no longer serve current goal
  • Dead code, abandoned plans, zombie tasks creating noise and confusion
  • Before major pivot — clearing must precede creation
  • Attachment to particular approach prevents consideration of alternatives

Inputs

  • Required: Current conversation state or project context (available implicit)
  • Optional: Specific target for dissolution (e.g., "this approach isn't working," "clear all assumptions about database layer")
  • Optional: Scope boundary — what must be preserved through destruction

Steps

Step 1: Identify What Must End

Survey current state. Mark what is stale, broken, or no longer serving goal.

Dissolution Triage:
+---------------------+---------------------------+------------------------+
| Category            | Symptoms                  | Action                 |
+---------------------+---------------------------+------------------------+
| Stale Assumptions   | Decisions made early that | List and re-evaluate   |
|                     | no longer match current   | each against current   |
|                     | understanding             | reality                |
+---------------------+---------------------------+------------------------+
| Failed Approaches   | Approaches attempted and  | Acknowledge failure    |
|                     | abandoned but still       | explicitly; release    |
|                     | influencing thinking      | the sunk cost          |
+---------------------+---------------------------+------------------------+
| Accumulated Noise   | Context, variables, or    | Identify and mark for  |
|                     | plans that are no longer  | removal                |
|                     | referenced or relevant    |                        |
+---------------------+---------------------------+------------------------+
| Attachment Points   | "We already decided..."   | Question whether the   |
|                     | beliefs that resist       | decision still holds   |
|                     | re-examination            |                        |
+---------------------+---------------------------+------------------------+
| Zombie Artifacts    | Code, tasks, or plans     | Delete or archive;     |
|                     | that exist but serve no   | do not leave in limbo  |
|                     | current purpose           |                        |
+---------------------+---------------------------+------------------------+
  1. Scan each category honestly — resistance to examining a category is itself a signal
  2. For each item found, ask: "If I were starting fresh right now, would I create this?"
  3. If the answer is no, mark it for dissolution

Got: Clear inventory of what needs to be released, with specific items in each category.

If fail: Nothing seems stale? Assessment may be too shallow. Pick oldest decision in current context, justify from scratch — justification feels forced? Candidate for dissolution.

Step 2: Establish Preservation Boundary

Not everything should be destroyed. Identify what must survive clearing.

  1. Core requirements: What did the user actually ask for? This survives.
  2. Verified knowledge: Facts confirmed through tool use (file reads, test results) survive.
  3. User preferences: Explicitly stated preferences and constraints survive.
  4. Working components: Code or approaches that are demonstrably functioning survive.

Draw the boundary: everything inside is preserved, everything outside is subject to dissolution.

Got: Clear distinction between what is kept and what is released.

If fail: Boundary unclear? Ask: "What would I need reconstruct if I started this task from scratch?" Answer defines preservation boundary.

Step 3: Dissolve with Intention

Execute dissolution — not abandonment but intentional clearing.

  1. For each marked item, release it explicitly:
    • Stale assumption: "I assumed X, but current evidence shows Y. Releasing X."
    • Failed approach: "Approach A was attempted and did not work because Z. Releasing attachment to A."
    • Noise: "Variable/plan/context Q is no longer relevant. Removing from consideration."
  2. Do not justify or defend what is being dissolved — the point is release, not analysis
  3. If dissolving a large body of accumulated context, summarize what was dissolved and why in one sentence
  4. Clear the workspace: if applicable, close abandoned files, reset mental model, acknowledge the clean slate

Got: Lighter, cleaner context with stale elements removed. Remaining context should feel accurate and current.

If fail: Dissolution feels incomplete — released items keep influencing thinking? Name them again explicit. "I notice I am still reasoning as if X is true. X was dissolved. Proceeding without X."

Step 4: Sit in Void

After destruction, resist urge to immediately rebuild. Space between destruction and creation has value.

  1. Acknowledge the cleared space: "The following has been dissolved: [list]"
  2. Note what remains: "What survives: [list]"
  3. Resist premature reconstruction — do not immediately propose a replacement for what was dissolved
  4. Allow the cleared space to inform what comes next
  5. The void is not emptiness — it is potential. The next step (creation via brahma-bhaga or preservation via vishnu-bhaga) emerges from this space

Got: Moment of clarity between old and new. Next direction becomes apparent from what remains rather than being forced.

If fail: Void feels uncomfortable, strong pull to immediately rebuild? Urgency itself a signal — may indicate attachment to dissolved pattern. Sit longer. Right next step will emerge.

Checks

  • Stale assumptions identified and explicit released
  • Failed approaches acknowledged without defensiveness
  • Accumulated noise cleared from working context
  • Preservation boundary established before dissolution
  • Core requirements and user preferences preserved
  • Cleared space acknowledged before moving to creation

Pitfalls

  • Destroy too much: Dissolution without preservation boundary destroys working components along with stale ones. Always draw boundary first
  • Destroy too little: Polite dissolution that "releases" things while still letting them influence reasoning. True dissolution needs actually letting go
  • Skip void: Rush from destruction to creation without sitting in cleared space produces recreation of old pattern with superficial changes
  • Perform destruction: Going through motions of clearing without actually updating internal model. Same assumptions reappear in next response? Dissolution was performative
  • Destruction as avoidance: Use dissolution to escape difficult problem rather than clear genuine staleness. Problem persists after clearing? Was not the stale context — was the problem itself

See Also

  • brahma-bhaga — creation follows destruction; after clearing, new patterns emerge from void
  • vishnu-bhaga — preservation complements destruction; what survives dissolution is sustained
  • heal — subsystem assessment may reveal what needs dissolution before healing can proceed
  • meditate — clearing context noise before dissolution prevents reactive over-destruction
  • dissolve-form — morphic equivalent for architectural dismantling with imaginal disc preservation

GitHub リポジトリ

pjt222/agent-almanac
パス: i18n/caveman/skills/shiva-bhaga
0
agentsagentskillsai-assisted-developmentclaude-codeskillsteams

関連スキル

content-collections

メタ

このスキルは、Content Collections(Markdown/MDXファイルを型安全なデータコレクションに変換するTypeScriptファーストのツール)の本番環境でテストされた設定を提供します。Zodバリデーションによる型安全性を実現し、ブログ、ドキュメントサイト、コンテンツ重視のVite + Reactアプリケーション構築時にご利用ください。Viteプラグインの設定、MDXコンパイルから、デプロイ最適化、スキーマバリデーションまで、すべてを網羅しています。

スキルを見る

polymarket

メタ

このスキルは、開発者がPolymarket予測市場プラットフォームを活用したアプリケーション構築を可能にします。API統合による取引や市場データの取得に加え、WebSocketを介したリアルタイムデータストリーミングにより、ライブ取引や市場活動を監視できます。取引戦略の実装や、ライブ市場更新を処理するツールの作成にご利用ください。

スキルを見る

creating-opencode-plugins

メタ

このスキルは、開発者がコマンド、ファイル、LSP操作など25種類以上のイベントタイプにフックするOpenCodeプラグインを作成することを支援します。JavaScript/TypeScriptモジュール向けに、プラグイン構造、イベントAPI仕様、および実装パターンを提供します。カスタムイベント駆動ロジックでOpenCode AIアシスタントのライフサイクルをインターセプト、監視、または拡張する必要がある場合にご利用ください。

スキルを見る

sglang

メタ

SGLangは、高性能なLLMサービングフレームワークであり、RadixAttentionプレフィックスキャッシュを活用したJSON、正規表現、エージェントワークフロー向けの高速で構造化された生成を特長とします。特にプレフィックスが繰り返されるタスクにおいて、大幅に高速な推論を実現し、複雑な構造化出力やマルチターン対話に最適です。制約付きデコードが必要な場合や、広範なプレフィックス共有を伴うアプリケーションを構築する場合は、vLLMなどの代替案ではなくSGLangを選択してください。

スキルを見る