Prompt Library
Battle-tested prompts for AI-driven development
Architecture Decision Analysis
Analyze trade-offs between architectural approaches
Database Schema Design
Design a database schema from requirements
Multi-Agent Task Decomposition
Break a complex task into pieces for parallel AI agents
System Design Review
Review a proposed architecture for blind spots
Define Your Code Review Standards
Capture your review non-negotiables and rejection patterns into a reusable standards doc
Review AI-Generated Code
Specifically check AI output for common AI failure patterns
Review for Bugs
Find bugs in code before they ship
Security Review
Check code for security vulnerabilities
Analyze My Debugging Style
Map how you actually debug so AI can match your workflow instead of fighting it
Performance Investigation
Diagnose why something is slow
Reproduce and Isolate
Create a minimal reproduction of a bug
Stack Trace Analysis
Turn a stack trace into actionable debugging steps
Systematic Bug Investigation
Walk through a bug systematically instead of guessing at fixes
Build Your Project Voice Guide
Define your team's coding voice, standards, and what you reject — so AI matches your style, not generic defaults
Codebase Context Interview
Map your architecture decisions and their rationale into a living context document
Explain Complex Code
Get a clear explanation of confusing code
Generate CLAUDE.md
Create a project context file for AI tools
Write API Documentation
Generate clear API docs from code
Feature Decomposition
Break a feature into implementable tasks
Migration Strategy
Plan a safe migration from old to new
Project Non-Negotiables Audit
Extract the implicit rules your team follows but never wrote down
Sprint Planning Assistant
Prioritize and scope work for a sprint
Add Types to Untyped Code
Progressively add TypeScript types to JavaScript
Extract Method
Break a large function into smaller, focused pieces
Modernize Legacy Pattern
Update old patterns to modern equivalents
Split Large File
Decompose a large file into focused modules
Generate Test Suite
Create comprehensive tests for a function
TDD Starting Point
Write the failing test first, then implement
Test Data Builder
Create a factory or builder for test data