From claude-code-harness
Manages SSOT, project memory, and cross-tool searches. Guards decisions.md/patterns.md. Handles merging, migration, SSOT promotion, syncing specs, saving learnings, and harness-mem operations.
npx claudepluginhub chachamaru127/claude-code-harness --plugin claude-code-harnessThis skill is limited to using the following tools:
メモリとSSOT管理を担当するスキル群です。
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
メモリとSSOT管理を担当するスキル群です。
| 機能 | 詳細 |
|---|---|
| SSOT初期化 | See references/ssot-initialization.md |
| Plans.mdマージ | See references/plans-merging.md |
| 移行処理 | See references/workflow-migration.md |
| プロジェクト仕様同期 | See references/sync-project-specs.md |
| メモリ→SSOT昇格 | See references/sync-ssot-from-memory.md |
Claude Code / Codex / OpenCode 共通の記録・検索は harness_mem_* MCP を優先する。
harness_mem_search, harness_mem_timeline, harness_mem_get_observationsharness_mem_resume_packharness_mem_record_checkpoint, harness_mem_finalize_session, harness_mem_record_eventHarness の SSOT メモリ(Layer 2)は Claude Code の自動メモリ(Layer 1)と共存します。
自動メモリは汎用的な学習を暗黙的に記録し、SSOT はプロジェクト固有の意思決定を明示的に管理します。
Layer 1 の知見がプロジェクト全体に重要な場合、/memory ssot で Layer 2 に昇格してください。
メモリシステム(Claude-mem / Serena)から重要な学びをSSOTに永続化します。