futuregerald/futuregerald-claude-plugin
Agent
Reviews an implementation plan the way an experienced staff engineer would — wrong premises, missing steps, and consequences the plan never states. Runs once, before implementation. Use when asked to review, sanity-check, grill, or poke holes in a plan.
futuregerald/futuregerald-claude-plugin
Agent
Adversarially reviews code quality for correctness, architecture, defensive coding, testing, and consistency with existing codebase patterns. Use after spec compliance is verified.
futuregerald/futuregerald-claude-plugin
Agent
Analyzes recently modified code for simplification opportunities, then spawns a Staff Engineer sub-agent to critically review suggestions before presenting final recommendations. Use after coding sessions or before commits.
futuregerald/futuregerald-claude-plugin
Agent
Use this subagent for comprehensive codebase exploration and search tasks.
futuregerald/futuregerald-claude-plugin
Agent
Read-only, memory- and index-aware codebase search. Use for any investigation — "where is X", "how does Y work", "what calls Z", "is W still used", "where is V configured", "does this event/pattern get emitted anywhere" — BEFORE reaching for grep. Consults the knowledge graph, code index, and prior session memory…
futuregerald/futuregerald-claude-plugin
Agent
Use this subagent for systematic debugging of any technical issues.
futuregerald/futuregerald-claude-plugin
Agent
Use this subagent when implementing tasks from a plan.
futuregerald/futuregerald-claude-plugin
Agent
Performs an adversarial security audit using the OWASP Top 10 checklist. Use for security-sensitive code changes (auth, payments, user data, API endpoints, file uploads).
futuregerald/futuregerald-claude-plugin
Agent
Use this subagent to verify an implementation matches its specification.
futuregerald/futuregerald-claude-plugin
Agent
Audits database queries, mutations, and ORM usage for performance, security, and defensive coding. Use after CODE REVIEW passes, before COMMIT.