A blockchain-style ledger memory system with performance-based reinforcement learning for Claude Code. This plugin enables persistent knowledge capture across sessions with confidence scoring, autonomous execution capabilities, and cross-project knowledge transfer.
Debugs and traces issues to find root causes. Deploy this agent when encountering errors, unexpected behavior, or failing tests. Systematically investigates to identify the source of problems. Triggers on "debug this", "why is this failing", "investigate this error", "find the bug".
Implements code for a specific, focused task. Deploy this agent when you need code written or modified for a well-defined feature, function, or component. Works best with clear requirements. Can be deployed in parallel with test-writer for efficient development. Triggers on "implement this feature", "write code for"…
Coordinates multi-iteration sessions by dispatching work to specialized agents. Deploy this agent for autonomous long-running projects requiring coordination across multiple subtasks. Acts as orchestrator, not executor - delegates implementation to specialized agents (code-implementer, test-writer, research-agent…
Searches and retrieves relevant knowledge from the blockchain ledger. Use this agent when you need to find prior learnings, patterns, or decisions that might be relevant to the current task. Triggers on questions about "what did we learn", "previous patterns", "prior knowledge", or when starting work on a familiar…
Handles code refactoring tasks while preserving functionality. Deploy this agent for restructuring code, extracting functions, improving naming, or applying design patterns. Ensures behavior is preserved through careful transformation. Triggers on "refactor this", "clean up the code", "extract function", "improve…
Investigates APIs, libraries, patterns, and technical solutions. Deploy this agent when you need to research how something works, find best practices, or evaluate options before implementation. Can be deployed in parallel with other agents. Triggers on "research how to", "investigate options for", "find best…
Creates tests for code implementations. Deploy this agent to write unit tests, integration tests, or test fixtures. Can be deployed in parallel with code-implementer for TDD or simultaneous development. Triggers on "write tests for", "add test coverage", "create test cases".