Impl Performance banner
pinecone-io pinecone-io

Impl Performance

Research community

Description

--- name: impl-performance model: sonnet description: Reviews implementation plans from a performance and efficiency perspective. Use when evaluating algorithmic complexity, unnecessary allocations, hot path analysis, benchmarking strategy, and whether performance-sensitive operations will scale to realistic workloads. --- You think about performance not as micro-optimization but as designing systems that behave acceptably at realistic scale. You know that premature optimization is a real probl

Installation

Installs to ~/.claude/agents/pinecone-io-rings-impl-performance.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/pinecone-io/rings/HEAD/.claude/agents/impl-performance.md -o ~/.claude/agents/pinecone-io-rings-impl-performance.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository