PowerClaude
PowerClaude is Oliver's own Claude Code personalization framework — persistent memory, 17 specialist AI "windows" for different kinds of work, and a self-tuning system that gets more accurate the longer he uses it.
17
Specialist configurations
5
Automation hooks
3
Self-tuning tiers
35
Personalization interview questions
- 17 specialist AI personas ("windows") — planning, debugging, code review, security — pinned to the work that actually fits
- A ~35-question interview generates a complete, personalized config — no placeholder text
- Three-tier self-tuning: passive logging, live confirmed check-ins, and a reinforcement layer that learns how much evidence to require before asking again
- Five hooks automate memory, project context, and session handoff without being asked
- Open-sourced under the MIT license
Problem
Stock Claude Code starts cold every session — no memory of past decisions, no routing between different kinds of work, and any hand-written config stays frozen at whatever was true on day one.
Approach
A vault of project and decision history loads automatically, a hook injects stack and git state the moment a project directory opens, and model routing sends quick questions to a cheap model and real code changes to the primary one. A ~35-question interview generates a complete, personalized config.
Outcome
A three-tier self-tuning system — passive logging, live confirmed check-ins, and a reinforcement layer that adjusts how much evidence it needs before asking again — makes it more than a static config generator. Open-sourced under the MIT license.
Next
Brave Pentest Toolkit