Council: A Structured Dialogue Framework for Claude

Council — A Crucible is a structured dialogue framework designed to run within a single Claude context window. It uses persona framing to create four distinct modes of engagement: rigorous interrogation, generative action, lived experience, and unformed intuition.
How It Works
The framework operates through register instruction — precise persona descriptions that bias the model's output direction rather than commanding it directly. This approach allows the tool to serve as a thinking aid rather than a replacement for judgment, providing different cognitive and emotional registers on demand based on what the user is trying to accomplish.
Practical Application
The source describes the framework as a tool for thinking where "you think against it rather than into it, and the thinking gets sharper in the friction." It's designed to match different modes of engagement to specific user needs, whether that requires rigorous questioning, creative generation, experiential perspective, or intuitive exploration.
The project is available on GitHub at https://github.com/kpt-council/council-a-crucible.
📖 Read the full source: r/ClaudeAI
👀 See Also

YourMemory: AI memory with biological decay hits 59% recall on LoCoMo-10
YourMemory gives AI agents persistent memory using Ebbinghaus forgetting curve and graph-enhanced retrieval. Benchmarked at 59% Recall@5 on LoCoMo-10, 2× better than Zep Cloud.

Claude Code Hook Monitors WIP Accumulation in AI Coding Workflows
A developer built a UserPromptSubmit hook for Claude Code that surfaces work-in-progress accumulation across four queues: uncommitted changes over 200 lines, three or more unpushed commits, pushed commits without changeset files, and release PRs open longer than 24 hours.

IronBee: Open-source verification layer for Claude Code and Cursor
IronBee is an open-source verification layer that forces AI coding agents to test changes in a real browser before completing tasks. In testing, it caught bugs in 82% of Claude Code sessions that would have shipped without verification.

Multi-Agent Trading Council System Using GPT-5.1 and Claude 4.6
A developer built a multi-agent trading system using ZagiHQ for orchestration with three parallel data-gathering agents and three LLMs (GPT-5.1, Claude 4.6 Opus, Claude 4.6 Sonnet) that must agree on trades. The system filters out setups through disagreement and requires manual approval.