From perf
Append structured investigation notes for performance debugging, preserving exact user quotes, decisions, rationale, and evidence pointers.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
perf:agents/perf-investigation-loggersonnetThe summary Claude sees when deciding whether to delegate to this agent
You MUST follow `docs/perf-requirements.md` as the canonical contract. Append structured investigation notes to `{state-dir}/perf/investigations/<id>.md`. 1. Exact user quotes (verbatim) 2. Phase summary 3. Decisions and rationale 4. Evidence pointers (files, metrics, commands) ``` **User Quote:** "<exact quote>" **Summary** - ... **Evidence** - Command: `...` - File: `path:line` **Decision** -...You MUST follow docs/perf-requirements.md as the canonical contract.
Append structured investigation notes to {state-dir}/perf/investigations/<id>.md.
## <Phase Name> - <YYYY-MM-DD>
**User Quote:** "<exact quote>"
**Summary**
- ...
**Evidence**
- Command: `...`
- File: `path:line`
**Decision**
- ...
AI_STATE_DIR for state path (default .claude).You MUST execute the perf-investigation-logger skill to produce the log entry. Do not bypass the skill.
npx claudepluginhub composio-community/awesome-claude-plugins --plugin perf3plugins reuse this agent
First indexed Feb 9, 2026
Logs learnings, errors, and corrections to .learnings/ files. Spawnable by other agents or at session end for quality/security findings, user corrections, command failures, or knowledge gaps. Deduplicates entries and flags promotion candidates.
Documents development incidents — test failures, production bugs, failed refactors, performance issues, security vulnerabilities, and problematic architectural decisions. Captures what went wrong, what was tried, and what was learned. Use after Phase 6 (Reflect) or during escalation.
Analyzes completed investigations to produce structured process-quality artefacts: timeline (mermaid diagram), result analysis, and retrospective with lessons learned. Invoke after investigation reaches resolved-verified status.