승격 게이트와 6축 검증 루프로 개인화된 컴파운딩 메모리를 누적하는 Claude Code 플러그인. | A Claude Code plugin that accumulates personalized compounding memory via promotion gates and a 6-axis verification loop.
Bug track (correction) 승격 후보 기록 — fresh context · 유저 정정 발언 · original_claim · user_correction · prevention 필드 채움. Phase A 2/4.
Phase B validator — fresh context · Phase A 4 분석자 출력 병합 + 기존 memory dedup + 5-dim overlap_band 부착. 2-Phase Pipeline 의 순차 검증자.
반복 패턴(3회 이상 등장 토픽) 승격 후보 추출 — fresh context · 세션 JSONL · 토픽 키워드 빈도 기반. Phase A 3/4.
유저 작업 선호 추정 — fresh context · 세션 JSONL · scope (session/project/user) 분류 제안. Phase A 4/4.
Knowledge track (tacit) 승격 후보 추출 — fresh context · 세션 JSONL 입력 · 패턴/경험/도메인 지식 요약 출력. session-wrap 2-Phase Pipeline Phase A 1/4.
요구사항 브레인스토밍 (한·영) / Feature brainstorming with embedded clarify 3-lens (vague · unknown · metamedium). Use when requirements are ambiguous, hidden assumptions need surfacing, or content-vs-form reframing is needed — turns a vague topic into a file-backed requirements document at `.claude/plans/YYYY-MM-DD-{slug}-requirements.md`. 트리거: "브레인스토밍", "요구사항 정리", "요구사항 명확히", "뭘 만들지 모르겠어", "아이디어 정리", "전략 점검", "내용 vs 형식", "brainstorm", "spec this out", "scope this".
개인화 컴파운딩 / Personal knowledge compounding — 3 트리거 (pattern_repeat · user_correction · session_wrap) → 승격 게이트 → 메모리 저장. Use when repeated patterns, user corrections, or session-end summaries should be promoted to persistent memory. 트리거: "compound", "컴파운딩", "/session-wrap", "학습 저장", "승격", "promotion gate", "session wrap"
dogfood 로그 요약·제안 (한·영) / Manual dogfood-log digest — read-only aggregator that distills crucible dogfood JSONL (local + global mirror) into a 3-section Markdown proposal report covering threshold calibration, skill-protocol improvements, and /compound promotion candidates. Use whenever you want to turn accumulated /crucible:dogfood events into a human-reviewable proposal, not to mutate any skill, memory, plugin.json, or threshold directly. Run it manually — there is no auto trigger. 트리거: "dogfood digest", "도그푸드 다이제스트", "도그푸드 리포트", "dogfood report", "/crucible:dogfood-digest", "로그 집계 제안", "dogfood summary", "피드백 요약".
dogfooding 로그 수집 (한·영) / Manual dogfooding logger — captures qualitative notes (4 categories) plus auto-extracted structured events from the current Claude Code session and appends to local + optional global-mirror JSONL. Use when the user wants to record feedback about a crucible session (pain points, good moments, ambiguities, feature requests) as durable dogfooding data for threshold tuning and UX iteration. 트리거: "dogfood", "도그푸드", "로그 남겨", "/crucible:dogfood", "feedback log", "세션 피드백", "dogfooding".
4축 통합 오케스트레이션 / 4-axis integrated orchestration — /brainstorm → /plan → /verify → /compound 순차 파이프라인. Use when a single topic requires end-to-end harness run across all four axes without manual dispatch. 트리거: "orchestrate", "오케스트레이션", "/orchestrate", "4축 파이프라인", "end-to-end"
Matches all tools
Hooks run on every tool call, not just specific ones
Executes bash commands
Hook triggers when Bash tool is used
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Modifies files
Hook triggers on file write and edit operations
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
crucible compounds only user-approved learnings into durable memory across a six-axis Brainstorm→Plan→Verify→Compound Claude Code loop.
English · 한국어
Three failure modes repeatedly kill Claude Code sessions. crucible refuses to ship past any of them without a user-approved gate.
crucible makes it a release blocker unless you explicitly acknowledge the risk.crucible is a zero-dependency Claude Code plugin (bash + jq only). Install through the Claude Code plugin marketplace in three commands, typed inside any Claude Code session:
/plugin marketplace add tothefullest08/crucible
/plugin install crucible@crucible
/reload-plugins
After /reload-plugins, the seven slash commands (/crucible:brainstorm · /crucible:plan · /crucible:verify · /crucible:compound · /crucible:orchestrate · /crucible:dogfood · /crucible:dogfood-digest) and the PreToolUse guard hooks are active in the current session. Confirm with:
/plugin list # crucible@crucible should appear under Installed
Pick a scope at the interactive prompt:
.claude/settings.json, shared with collaborators on this repo.Uninstall reverses the same two commands:
/plugin uninstall crucible@crucible
/plugin marketplace remove crucible
If you are modifying crucible itself, clone the repo and register it as a local marketplace instead of fetching from GitHub:
git clone https://github.com/tothefullest08/crucible.git ~/src/crucible
# then inside Claude Code:
# /plugin marketplace add ~/src/crucible
# /plugin install crucible@crucible
Runtime requirements: bash (≥ 4), jq (≥ 1.6), uuidgen, flock. No Python or Node. See CONTRIBUTING.md for the full development environment.
/brainstorm — Feature brainstorming with a 3-lens clarify pass (vague · unknown · metamedium). Emits a requirements doc at .claude/plans/YYYY-MM-DD-{slug}-requirements.md./plan — Hybrid Markdown + YAML-frontmatter plan built from a requirements doc. Includes acceptance criteria, evaluation principles with weights, and exit conditions./verify — Artifact scoring with qa-judge, Ralph Loop retries, and Charter Preflight./compound — Promotion gate for repeated patterns, user corrections, and session-wrap summaries. Only user-approved candidates reach .claude/memory/./orchestrate (Stretch) — End-to-end pipeline that chains the four skills above with CP-0 through CP-5 disk checkpoints for crash-safe resume./dogfood — Manual dogfooding logger. Captures qualitative notes (4 categories: good · pain · ambiguous · request) plus auto-extracted structured events (skill_call · promotion_gate · axis_skip · qa_judge) to append-only JSONL at .claude/dogfood/log.jsonl (local) and ~/.claude/dogfood/crucible/{slug}-{hash}/log.jsonl (opt-in global mirror). .gitignore is auto-updated; opt-out via CRUCIBLE_DOGFOOD_GLOBAL=0./dogfood-digest — Manual-only compounding digest skill. Aggregates dogfood JSONL within a window (--last N · --since DATE|Nd · --all) and renders a 3-section proposal report (Threshold Calibration · Protocol Improvements · Promotion Candidates) at .claude/plans/YYYY-MM-DD-dogfood-digest-{window}.md. Read-only — never mutates SKILL.md, memory, or the source JSONL.Details → docs/skills/ (per-skill paradigm, judgment, design choices).
npx claudepluginhub tothefullest08/crucible --plugin cruciblePermanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications