Skip to content

Conversation

@NavNab
Copy link

@NavNab NavNab commented Jan 12, 2026

Summary

New pack: pai-second-brain - Cognitive philosophy that transforms Claude from assistant to director through delegation patterns and multi-perspective debate orchestration.

  • Never Execute Directly - AI delegates ALL work to subagents
  • Sparring Partner Mode - Challenge assumptions, seek friction, attack ideas
  • PARA as Cognition - Knowledge architecture mirrors biological brain structure
  • Vault Context Hook - Auto-injects relevant vault notes on every user message
  • Cognitive Diversity - Multi-AI debate for breakthrough insights

What's Included

  • Philosophy layer: DELEGATION, SPARRING, AUTHORIZATION, COGNITIVE-DIVERSITY
  • Workflows: Delegate, Debate, ArchiveSynthesis
  • Config: para-mapping, context-thresholds, delegation-rules
  • Hook: vault-context-injector (UserPromptSubmit)
  • TypeScript tools: VaultReader, ComplexityAssessor, DelegationRouter, DebateOrchestrator

Test plan

  • Verify vault-context-injector hook triggers on user messages
  • Test delegation routing with simple vs complex tasks
  • Verify PARA folder mapping works with user's vault

NavNab and others added 14 commits January 12, 2026 22:20
… processing

- **DelegationRouter.ts**:
  - Added `loadVaultContext` function to load project and area contexts, archive patterns, and related notes from the vault based on the provided prompt.
  - Updated `createDelegationPlan` to optionally include vault context, enhancing the delegation plan with relevant information.
  - Modified the output formatting to display vault context details if available, improving user awareness of related projects and areas.
  - Added command-line option `--context` to allow users to load vault context when creating a delegation plan.

- **InboxProcessor.ts**:
  - Introduced a new tool to process unorganized captures from the Inbox, suggesting PARA categorization for each item.
  - Implemented content analysis to categorize notes into projects, areas, resources, archives, or delete based on keywords and content length.
  - Added functionality to find related notes based on keywords extracted from the title, enhancing the contextual understanding of inbox items.
  - Provided detailed output formatting for processed items, including confidence levels and suggested categories.

- **VaultReader.ts**:
  - Created a foundational tool for reading, searching, and navigating PARA-structured knowledge vaults.
  - Implemented functions to get vault configuration, search for notes, list files by category, read specific notes, and find related notes based on keywords.
  - Added statistics functionality to provide insights into the number of files in each PARA category, aiding in vault management.
  - Enhanced user interaction with detailed command-line options and examples for better usability.

These changes collectively improve the functionality and usability of the Second Brain tools, allowing for better organization and retrieval of knowledge within the PARA framework.
…mmands and simplifying instructions for user clarity
…ext injection on user prompts

- Introduced `vault-context-injector.ts` to auto-search the vault and inject relevant context before Claude responds.
- Updated `INSTALL.md` with installation instructions for the new hook and registration steps in `settings.json`.
- Enhanced `README.md` to reflect the addition of the vault context hook and its functionality.
- Modified upgrade steps to include the new hook registration process.
… for idempotency and clarity in settings.json
… Works Well With

- Changed version from v2.0.0 to v0.1.0
- Added pai-multi-llm to Works Well With section
- Consolidated changelog entries

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant