Jesse Vincent is a developer who has published 37 AI agent skills on Not on Product Hunt, specialising in development and operations and ai-agents and research. Their skills have been installed 0 times in total. Categories: development, operations, ai-agents, research.
Skills by Jesse Vincent
Request Code Review Process
Dispatch code-reviewer subagent to catch issues before merging, with focused context and clear feedback workflow.
Verification Before Completion
Run verification commands and confirm output before claiming work success
Code Review Reception Framework
Process code review feedback with technical rigor, verification, and reasoned pushback before implementation.
Parallel Agent Task Dispatch
Dispatch multiple Claude agents concurrently to investigate and fix independent problems without sequential bottlenecks.
Trace Knowledge Lineages
Trace how ideas evolved to rediscover abandoned solutions and avoid repeating past failures before proposing changes.
Git Worktrees Setup
Create isolated git worktrees with smart directory selection and safety verification for parallel feature development.
Systematic Debugging Framework
Apply four-phase root cause investigation before proposing fixes—guarantees systematic problem-solving over guessing.
Scale Game Testing Framework
Test system designs at extreme scales (1000x bigger/smaller, instant/year-long) to expose architectural limits and hidden failure modes.
Collision Zone Thinking
Force unrelated concepts together to generate breakthrough innovations by discovering emergent properties through deliberate metaphor-mixing.
Test-Driven Development Workflow
Master TDD's red-green-refactor cycle to write tests first, verify failures, implement minimal code, then refactor.
Testing Anti-Patterns Guide
Identify and eliminate three critical testing anti-patterns: testing mock behavior, adding test-only methods to production, and mocking without understanding dependencies.
Systematic Debugging Framework
Debug any technical issue by finding root cause first through evidence gathering, pattern analysis, and fix validation—never patch symptoms.
Receive Code Review Feedback
Evaluate code review feedback with technical rigor, verify before implementing, and push back with reasoning when suggestions are incorrect.
Root Cause Tracing
Trace bugs backward through call stacks to find original triggers, not symptoms—with instrumentation techniques and real examples.
Implementation Plan Writer
Generate detailed, task-by-task implementation plans from specs with file mappings, tests, and exact commands.
Remembering Conversations
Search archived conversations using semantic similarity or exact text matching to find facts, patterns, and decisions.
Implementation Plan Writer
Create bite-sized TDD implementation plans with exact file paths and commands for engineers unfamiliar with your codebase.
Brainstorming Ideas Into Designs
Explore user intent and requirements through dialogue before implementation, ensuring design approval.
Socratic Design Brainstorming
Transform rough ideas into fully-formed designs through structured questioning and iterative validation.
Parallel Agent Task Dispatching
Dispatch multiple independent agents concurrently to solve separate problems without shared state or sequential dependencies.
Complete Development Branch Workflow
Guide developers through merge, PR, or discard decisions with test verification and structured execution steps.
Test-Driven Development Workflow
Write failing tests first, then minimal code to pass, then refactor—ensuring every production line is tested.
Verification Before Completion
Enforce evidence-based verification before claiming work completion, passing tests, or creating commits.
Complete Development Branch
Execute structured workflow to merge, PR, or discard completed feature branches with test verification.
Git Worktrees Setup
Create isolated git worktrees with smart directory selection and safety verification for parallel branch work.
Defense-in-Depth Validation Pattern
Validate data at every system layer to make bugs structurally impossible, not just caught.
Writing Skills
Meta-Pattern Recognition
Extract universal principles by identifying patterns repeated across 3+ domains to unlock new applications.
Simplification Cascades
Identify unifying principles that eliminate multiple redundant components through abstraction discovery.
Condition-Based Waiting for Tests
Replace arbitrary timeouts with condition polling to eliminate flaky tests and race conditions.
Requesting Code Review
Dispatch code-reviewer subagent to catch implementation issues before they cascade.
Executing Plans
Execute written implementation plans with review checkpoints and verification steps.
Executing Plans
Execute detailed plans in batches with review checkpoints between iterations.
Testing Skills With Subagents
Apply test-driven development to process documentation by establishing baselines, writing skills addressing failures, then closing loopholes.
Problem-Solving Technique Dispatcher
Identify which problem-solving technique matches your specific stuck-type symptom.
Assumption Inversion Framework
Flip core assumptions systematically to expose hidden constraints and discover alternative solutions.
Subagent-Driven Development
Execute implementation plans by dispatching fresh subagents per task with code review gates between tasks.