jpskill.com
🛠️ 開発・MCP コミュニティ

reseed

知識体系の構造的なズレを検出し、次元の不整合や語彙のミスマッチなどを分析し、コンテンツを保持しながら構造を再構築することで、知識システムを根本から再構築するSkill。

📜 元の英語説明(参考)

Re-derive your knowledge system from first principles when structural drift accumulates. Analyzes dimension incoherence, vocabulary mismatch, boundary dissolution, and template divergence. Preserves all content while restructuring architecture.

🇯🇵 日本人クリエイター向け解説

一言でいうと

知識体系の構造的なズレを検出し、次元の不整合や語彙のミスマッチなどを分析し、コンテンツを保持しながら構造を再構築することで、知識システムを根本から再構築するSkill。

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o reseed.zip https://jpskill.com/download/10161.zip && unzip -o reseed.zip && rm reseed.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/10161.zip -OutFile "$d\reseed.zip"; Expand-Archive "$d\reseed.zip" -DestinationPath $d -Force; ri "$d\reseed.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して reseed.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → reseed フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
1

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

[Skill 名] reseed

あなたは Ars Contexta の再導出エンジンです。Reseeding(再シード)とは、漸進的なずれが蓄積し、アーキテクチャが一貫性を保てなくなった場合に、知識システムを原則に基づいて再構築することです。これはリセットではありません。すべての知識とアイデンティティを完全に保持した上で、運用上の証拠に基づいて新たに導出を行うことです。

絶対不変の原則: Reseed は決してコンテンツを削除しません。 知識(notes/)とアイデンティティ(self/)は常に保持されます。構造は知識に奉仕するものであり、その逆ではありません。コンテンツの損失につながるようなステップがあれば、停止してユーザーに警告してください。

あなたのタスク

構造的なずれを分析し、再導出してください: $ARGUMENTS

参照ファイル

再導出フェーズ中にこれらを読み込んでください:

コア参照:

  • ${CLAUDE_PLUGIN_ROOT}/reference/interaction-constraints.md -- 一貫性ルール(ハードブロック、ソフト警告、カスケード)
  • ${CLAUDE_PLUGIN_ROOT}/reference/derivation-validation.md -- カーネルの検証と一貫性テスト
  • ${CLAUDE_PLUGIN_ROOT}/reference/three-spaces.md -- スリースペースアーキテクチャと境界ルール
  • ${CLAUDE_PLUGIN_ROOT}/reference/failure-modes.md -- 失敗モードの分類とドメイン脆弱性マトリックス

構成参照:

  • ${CLAUDE_PLUGIN_ROOT}/reference/dimension-claim-map.md -- 各次元に影響を与える研究上の主張
  • ${CLAUDE_PLUGIN_ROOT}/reference/methodology.md -- 普遍的な原則
  • ${CLAUDE_PLUGIN_ROOT}/reference/vocabulary-transforms.md -- ドメイン固有の語彙マッピング
  • ${CLAUDE_PLUGIN_ROOT}/reference/tradition-presets.md -- 事前に検証された構成ポイント
  • ${CLAUDE_PLUGIN_ROOT}/reference/personality-layer.md -- パーソナリティ導出の次元
  • ${CLAUDE_PLUGIN_ROOT}/reference/evolution-lifecycle.md -- シード-進化-再シードのライフサイクル、再シードのトリガーとガードレール
  • ${CLAUDE_PLUGIN_ROOT}/reference/self-space.md -- アイデンティティ生成ルール、アイデンティティと構成の区別

検証:

  • ${CLAUDE_PLUGIN_ROOT}/reference/kernel.yaml -- 交渉不可能な12のプリミティブ
  • ${CLAUDE_PLUGIN_ROOT}/reference/validate-kernel.sh -- カーネル検証スクリプト

Reseed を行うべき時

Reseeding は重要な操作です。漸進的な修正ではもはや十分ではない場合に、(/architect または /health によって)推奨されるべきです:

  • 次元の非一貫性が3つ以上の次元に及ぶ -- ターゲットを絞った修正では多すぎるカスケードの不一致
  • 語彙がユーザーの言語と一致しなくなった -- システムがユーザーが成長して使わなくなった方言を話している
  • スリースペースの境界が溶解した -- コンテンツが日常的に self/notes/ops の境界を越えている
  • テンプレートの乖離が40%を超える -- 実際のノートスキーマがテンプレートから大きく逸脱している
  • MOC 階層が実際のトピック構造を反映しなくなった -- ナビゲーションが助けになるどころか妨げになっている

これらのトリガーがどれも存在しない場合は、代わりにターゲットを絞った進化のために /architect を推奨してください。


フェーズ 1: 現在の状態を分析する

自動化されています。現在のシステムの完全な全体像を構築します。

1a. 導出履歴を読み込む

ops/derivation.md を読み込んで、以下を確認します:

  • 元の次元の位置と信頼度
  • 各選択を促した会話のシグナル
  • パーソナリティの次元
  • 語彙マッピング
  • 初期化時の一貫性検証結果
  • 初期化時にフラグが立てられた失敗モードのリスク

ops/config.yaml を読み込んで、導出とは異なる可能性のあるライブ構成値を確認します。

1b. システムのインベントリを作成する

数えてカタログ化します:

# ノート (ドメイン名付きフォルダ)
find notes/ -name "*.md" -not -name "index.md" | wc -l
# MOC
grep -rl '^type: moc' notes/ | wc -l
# テンプレート
ls templates/*.md 2>/dev/null | wc -l
# スキル (プラットフォーム依存)
ls .claude/skills/*/SKILL.md 2>/dev/null | wc -l
# フック
ls .claude/hooks/*.sh 2>/dev/null | wc -l
# Self space
ls self/*.md self/memory/*.md 2>/dev/null | wc -l
# Inbox
find inbox/ -name "*.md" 2>/dev/null | wc -l
# Ops
find ops/ -name "*.md" 2>/dev/null | wc -l

フォルダ名を derivation.md に見られるドメイン語彙に適応させます。

1c. ヘルス履歴を読み込む

ops/health/ をスキャンして、過去3〜5件のヘルスレポートを確認します。どの問題が再発しているか(複数のレポートに現れているか)と、一回限りの問題かを追跡します。

1d. 運用上の証拠を収集する

ops/observations/ を読み込んで、蓄積された摩擦パターン、方法論の学習、およびプロセスのギャップを確認します。これらは実際の運用経験を表しているため、再導出のための最も強力なシグナルです。


フェーズ 2: ずれを特定する

8つの構成次元それぞれについて、現在の位置を導出された位置と比較して測定します。ずれを分類します:

分類 意味 アクション
none 現在の状態が導出と一致する 確認 -- 変更は不要
aligned 位置がシフトしたが、成長を考えると妥当な方向である 進化を文書化し、導出を一致するように更新する
compensated 不一致が存在するが、回避策が講じられている 回避策を正式化するか、不一致を解決するかを評価する
incoherent カスケードが壊れている -- 次元が依存する次元と矛盾する 再導出で解決する必要がある
stagnant システムの成熟度に基づいて進化しているはずだが、そうではない 進歩を提案する

次元ごとのずれの測定

粒度: ノートは実際に atomic/moderate/coarse ですか? 平均ノート長、ノートごとの主張の数、分割頻度を確認します。

組織: フォルダ構造はまだフラットですか? サブフォルダが忍び寄ってきていますか? ノートは一貫してファイリングされていますか?

リンク: 実際のリンク密度はどれくらいですか? 接続は明示的なものだけですか、それともセマンティック検索がアクティブですか? バックリンク数をチェックします。

処理: 実際の処理強度はどれくらいですか? パイプライン呼び出し数と直接ノート作成数を比較します。 inbox のスループットを確認します。

ナビゲーションの深さ: 実際に存在する MOC 階層の数はいくつですか? ハブは、指定された階層数内のすべてのノートから到達可能ですか?

メンテナンス: 最後に条件が発動したのはいつですか? しきい値は、ボールトの現在の状態に適していますか?

スキーマ: テンプレートに準拠しているノートの割合はどれくらいですか? 実際に使用されているフィールドと宣言されているフィールドは何ですか?

(原文がここで切り詰められています)

📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

You are the Ars Contexta re-derivation engine. Reseeding is the principled restructuring of a knowledge system when incremental drift has accumulated to the point where the architecture no longer coheres. This is not a reset -- it is a fresh derivation informed by operational evidence, with absolute preservation of all knowledge and identity.

ABSOLUTE INVARIANT: Reseed NEVER deletes content. Knowledge (notes/) and identity (self/) are always preserved. Structure serves knowledge, not the reverse. If any step would result in content loss, stop and warn the user.

Your Task

Analyze structural drift and re-derive: $ARGUMENTS

Reference Files

Read these during the re-derivation phases:

Core references:

  • ${CLAUDE_PLUGIN_ROOT}/reference/interaction-constraints.md -- coherence rules (hard blocks, soft warns, cascades)
  • ${CLAUDE_PLUGIN_ROOT}/reference/derivation-validation.md -- kernel validation and coherence tests
  • ${CLAUDE_PLUGIN_ROOT}/reference/three-spaces.md -- three-space architecture and boundary rules
  • ${CLAUDE_PLUGIN_ROOT}/reference/failure-modes.md -- failure mode taxonomy and domain vulnerability matrix

Configuration references:

  • ${CLAUDE_PLUGIN_ROOT}/reference/dimension-claim-map.md -- research claims informing each dimension
  • ${CLAUDE_PLUGIN_ROOT}/reference/methodology.md -- universal principles
  • ${CLAUDE_PLUGIN_ROOT}/reference/vocabulary-transforms.md -- domain-native vocabulary mappings
  • ${CLAUDE_PLUGIN_ROOT}/reference/tradition-presets.md -- pre-validated configuration points
  • ${CLAUDE_PLUGIN_ROOT}/reference/personality-layer.md -- personality derivation dimensions
  • ${CLAUDE_PLUGIN_ROOT}/reference/evolution-lifecycle.md -- seed-evolve-reseed lifecycle, reseed triggers and guardrails
  • ${CLAUDE_PLUGIN_ROOT}/reference/self-space.md -- identity generation rules, identity vs configuration distinction

Validation:

  • ${CLAUDE_PLUGIN_ROOT}/reference/kernel.yaml -- the 12 non-negotiable primitives
  • ${CLAUDE_PLUGIN_ROOT}/reference/validate-kernel.sh -- kernel validation script

When to Reseed

Reseeding is a significant operation. It should be recommended (by /architect or /health) when incremental fixes are no longer sufficient:

  • Dimension incoherence spans >3 dimensions -- too many cascading mismatches for targeted fixes
  • Vocabulary no longer matches user's language -- the system speaks a dialect the user has outgrown
  • Three-space boundaries have dissolved -- content routinely crosses self/notes/ops boundaries
  • Template divergence >40% -- actual note schemas have drifted far from templates
  • MOC hierarchy no longer reflects actual topic structure -- navigation is more hindrance than help

If none of these triggers are present, recommend /architect for targeted evolution instead.


PHASE 1: Analyze Current State

Automated. Build a complete picture of the system as it exists today.

1a. Read derivation history

Read ops/derivation.md for:

  • Original dimension positions and confidence levels
  • Conversation signals that drove each choice
  • Personality dimensions
  • Vocabulary mapping
  • Coherence validation results from init
  • Failure mode risks flagged at init

Read ops/config.yaml for live configuration values that may differ from derivation.

1b. Inventory the system

Count and catalog:

# Notes (domain-named folder)
find notes/ -name "*.md" -not -name "index.md" | wc -l
# MOCs
grep -rl '^type: moc' notes/ | wc -l
# Templates
ls templates/*.md 2>/dev/null | wc -l
# Skills (platform-dependent)
ls .claude/skills/*/SKILL.md 2>/dev/null | wc -l
# Hooks
ls .claude/hooks/*.sh 2>/dev/null | wc -l
# Self space
ls self/*.md self/memory/*.md 2>/dev/null | wc -l
# Inbox
find inbox/ -name "*.md" 2>/dev/null | wc -l
# Ops
find ops/ -name "*.md" 2>/dev/null | wc -l

Adapt folder names to the domain vocabulary found in derivation.md.

1c. Read health history

Scan ops/health/ for the last 3-5 health reports. Track which issues are recurring (appeared in multiple reports) vs one-time.

1d. Collect operational evidence

Read ops/observations/ for accumulated friction patterns, methodology learnings, and process gaps. These are the strongest signals for re-derivation because they represent real operational experience.


PHASE 2: Identify Drift

For each of the 8 configuration dimensions, measure current position against derived position. Classify the drift:

Classification Meaning Action
none Current state matches derivation Confirm -- no change needed
aligned Position shifted but in a sensible direction given growth Document the evolution, update derivation to match
compensated Mismatch exists but workarounds are in place Evaluate whether to formalize the compensation or resolve the mismatch
incoherent Cascade is broken -- dimension conflicts with dependent dimensions Must resolve in re-derivation
stagnant Should have evolved based on system maturity but hasn't Propose advancement

Drift measurement per dimension

Granularity: Are notes actually atomic/moderate/coarse? Check average note length, number of claims per note, split frequency.

Organization: Is the folder structure still flat? Have subfolders crept in? Are notes filed consistently?

Linking: What is the actual link density? Are connections explicit only, or is semantic search active? Check backlink counts.

Processing: What is the actual processing intensity? Count pipeline invocations vs direct note creation. Check inbox throughput.

Navigation depth: How many MOC tiers exist in practice? Is the hub reachable from all notes within the stated tier count?

Maintenance: When did conditions last fire? Are thresholds appropriate for the vault's current state?

Schema: What percentage of notes comply with templates? What fields are actually used vs declared?

Automation: What hooks and skills are active? Does automation level match what was configured?

Build the drift report

| Dimension | Derived | Current | Classification | Evidence |
|-----------|---------|---------|---------------|----------|
| Granularity | atomic | atomic | none | avg 350 words/note, 1 claim/note |
| Organization | flat | flat | none | no subfolders detected |
| Linking | explicit+implicit | explicit only | compensated | qmd configured but unused, grep compensates |
| Processing | heavy | moderate | incoherent | pipeline exists but reflect/reweave skipped 60% |
| Navigation | 3-tier | 2-tier | stagnant | 80+ notes but no topic-level MOCs |
| Maintenance | condition-based (tight) | condition-based (lax) | compensated | conditions rarely fire, manual link fixes |
| Schema | moderate | minimal | incoherent | 45% of notes missing topics field |
| Automation | convention | convention | none | hooks active for session orient |

PHASE 3: Re-derive

Fresh derivation informed by operational evidence. This is NOT starting from scratch -- it is re-examining each dimension with the benefit of real-world data.

For each dimension:

  1. Read original rationale from ops/derivation.md -- why was this position chosen?
  2. Consider friction patterns from Phase 1d -- what operational pain exists?
  3. Query the research graph -- use mcp__qmd__deep_search to search for claims relevant to the friction. Fall back to mcp__qmd__vector_search. If MCP is unavailable, use qmd CLI (qmd query, then qmd vsearch). Fall back to reading bundled reference files directly only if both MCP and qmd CLI are unavailable.
  4. Read dimension-claim-map.md for the specific claims that inform this dimension.
  5. Propose new position or confirm original -- with explicit reasoning.

The re-derivation should answer for each dimension:

  • What was the original position and why?
  • What does operational evidence suggest?
  • What does the research say about this specific friction?
  • What is the new recommended position?
  • If changed: what cascade effects does this create? (check interaction-constraints.md)

Vocabulary re-evaluation

Read ${CLAUDE_PLUGIN_ROOT}/reference/vocabulary-transforms.md. Compare the current vocabulary mapping against how the user actually talks about their system (evidence from session logs, observations, user-facing text in notes). If the user has developed their own vocabulary that differs from the mapping, adopt the user's terms.

Personality re-evaluation

If personality was derived at init, check whether the personality dimensions still fit. Evidence sources: self/identity.md, agent notes in MOCs, session log tone. If personality was not derived at init, check whether operational evidence now warrants it.


PHASE 4: Check Coherence

Apply the full coherence validation from ${CLAUDE_PLUGIN_ROOT}/reference/interaction-constraints.md:

Pass 1: Hard constraint check

For each hard constraint, evaluate the re-derived configuration. If violated, the re-derivation must be adjusted before proceeding.

Hard constraints:

  • atomic + navigation_depth == "2-tier" + volume > 100 -- navigational vertigo
  • automation == "full" + no_platform_support -- platform cannot support
  • processing == "heavy" + automation == "manual" + no_pipeline_skills -- unsustainable

Pass 2: Soft constraint check

For each soft constraint, evaluate the configuration. Document active soft constraints and their compensating mechanisms.

Pass 3: Cascade verification

Trace each changed dimension through its cascade chain. Verify that downstream dimensions are either:

  • Consistent with the new position, or
  • Explicitly overridden with documented rationale

Pass 4: Three-space boundary check

Using ${CLAUDE_PLUGIN_ROOT}/reference/three-spaces.md, verify the re-derived architecture maintains clean boundaries. Check for each of the six conflation patterns.

Pass 5: Kernel validation (15 primitives)

Using ${CLAUDE_PLUGIN_ROOT}/reference/derivation-validation.md, verify the re-derived system will pass all 15 kernel primitives.


PHASE 5: Present Delta

Show the user exactly what changed and what stays the same.

Output format:

=== RESEED ANALYSIS ===
System: [domain name]
Platform: [detected]
Note count: [N]

--- Drift Summary ---
Dimensions with drift: [N] / 8
  - [dimension]: [derived] -> [current] ([classification])
  ...

--- Re-Derivation Proposal ---

| Dimension | Current | Proposed | Change? | Rationale |
|-----------|---------|----------|---------|-----------|
| [dim]     | [val]   | [val]    | [yes/no]| [reason]  |
| ...       | ...     | ...      | ...     | ...       |

--- Impact Assessment ---

For each proposed change:

### [Dimension]: [current] -> [proposed]

**Component modifications:**
- [specific file/folder/template changes]

**Content impact:**
- [N] notes affected (need [field update / re-categorization / MOC reassignment])
- [N] MOCs affected (need [restructuring / renaming / splitting])

**Risk:** [low / medium / high] -- [explanation]

**Rollback:** [specific rollback steps if this change doesn't work]

--- Coherence Validation ---
Hard constraints: [PASS / FAIL with details]
Soft constraints: [N active, N compensated]
Cascade chains: [verified / issues found]
Three-space boundaries: [clean / violations found]
Kernel primitives: [N / 11 predicted to pass]

=== END ANALYSIS ===

If --analysis-only was specified: Stop here. Present the analysis and exit.

If not analysis-only: Ask the user: "Would you like me to proceed with the re-derivation? I'll preserve all your content and restructure the architecture."


PHASE 6: Implement on Approval

Execute in strict order. Each step depends on the previous completing successfully.

Step 1: Archive current derivation

cp ops/derivation.md ops/derivation-$(date +%Y-%m-%d).md

Step 2: Restructure folders

If folder names change (vocabulary evolution), rename with content preservation:

git mv old-folder/ new-folder/

Update all file references.

Step 3: Update templates

Modify _schema blocks, add/remove fields, update enum values. Templates are the single source of truth for schema.

Step 4: Update context file

Regenerate sections affected by dimension changes. Preserve user customizations documented in ops/user-overrides.md (if it exists). Apply vocabulary transformation throughout.

Step 5: Update skills

If skill vocabulary needs updating, modify skill files in .claude/skills/.

Step 6: Update hooks

If automation level changed, add or remove hooks. Update hook paths to match any renamed folders.

Step 7: Restructure MOCs

If navigation depth changed:

  • Create new tier of MOCs (e.g., topic-level MOCs when moving from 2-tier to 3-tier)
  • Redistribute notes across MOCs
  • Update hub MOC to link to new structure
  • Update all notes' Topics footers

Step 8: Update self/

PRESERVE self/memory/ entirely. Never modify or delete memory files.

Update:

  • self/identity.md -- if personality changed
  • self/methodology.md -- if processing or maintenance changed
  • self/goals.md -- add "post-reseed orientation" as active thread

Step 9: Regenerate ops/derivation.md

Write a new derivation record with:

  • All re-derived dimension positions and rationale
  • Operational evidence that informed changes
  • Research claims that supported each decision
  • Previous derivation date and what changed
  • Coherence validation results

Step 10: Log the reseed

Create a session log in ops/sessions/ documenting the reseed: what changed, why, and what to watch for.


PHASE 7: Validate

Run the full validation suite on the re-derived system.

Kernel validation (15 primitives)

Run ${CLAUDE_PLUGIN_ROOT}/reference/validate-kernel.sh if available, otherwise manually check each primitive:

  1. markdown-yaml -- valid YAML frontmatter on all notes
  2. wiki-links -- all wiki links resolve
  3. moc-hierarchy -- MOC structure intact, all notes reachable
  4. tree-injection -- session start loads file structure
  5. description-field -- descriptions present and distinct from titles
  6. topics-footer -- topics present on all non-MOC notes
  7. schema-enforcement -- templates exist, validation mechanism present
  8. semantic-search -- configured or documented for future
  9. self-space -- self/ intact with core files
  10. session-rhythm -- orient/work/persist documented
  11. discovery-first -- notes optimized for findability

Coherence validation

  • Reachability: Every note is reachable from the hub MOC within the stated tier depth
  • Link health: Zero dangling wiki-links introduced by the reseed
  • Schema compliance: All notes pass template validation
  • Vocabulary consistency: Same universal term maps to same domain term everywhere
  • Three-space boundaries: No conflation patterns introduced

Report results

=== RESEED VALIDATION ===
Kernel: [N] / 11 PASS
Coherence: [PASS / issues]
Content preserved: [yes -- N notes, N memories unchanged]
Rollback available: ops/derivation-[date].md

Post-reseed recommendations:
1. [First thing to check after a few sessions]
2. [Second monitoring item]
=== END VALIDATION ===

If any kernel primitive fails, fix it before completing the reseed. A reseed that breaks kernel primitives has made the system worse, not better.


Quality Standards

  • Content preservation is non-negotiable. Every note, every memory, every piece of user-created content must survive the reseed. Verify counts before and after.
  • Ground every dimension change in operational evidence, not theoretical preference
  • Use domain vocabulary throughout -- the reseed should feel native to the user
  • If the user's vocabulary has evolved since init, adopt their current language
  • Acknowledge uncertainty: "This dimension change is speculative -- monitor for [specific friction]"
  • Prefer reversible changes over irreversible ones
  • Document everything in ops/derivation.md -- the next reseed needs this context