Execute whiteboard plans through gated phases with subagent dispatch. Require feature branch. Each phase goes...
Development
Code generation, debugging, testing, and development workflows
Review code formatting and documentation using 74-item checklist from Code Complete. Two modes: CHECKER executes...
Verify construction prerequisites using 66-item checklists across requirements, architecture, and coding...
Review control flow quality using 87-item checklist. Use when code has deep nesting (3+ levels), complex...
Audit and fix data organization: variable declarations, data types, magic numbers, naming conventions, and global...
Guide systematic debugging using scientific method: STABILIZE -> HYPOTHESIZE -> EXPERIMENT -> FIX -> TEST -> SEARCH....
Review error handling, input validation, and exception patterns using 24-item checklist. Use when auditing defensive...
Enforce developer discipline under pressure by detecting rationalization patterns and providing counter-arguments....
Enforce measure-first discipline for code optimization using a 7-step gated decision tree and 40-item checklist. Use...
Guide routine design using the Pseudocode Programming Process (PPP). Produce pseudocode design, header comments, and...
Execute quality checklists (112+ items) for code review, testing strategy, and debugging. CHECKER mode audits QA...
Guide safe refactoring with research-backed discipline and small-change rigor. Produce refactoring approach, step...
Replace complex conditional logic with table lookups. CHECKER mode identifies opportunities where if/else chains or...
Classify code tasks and execute task-specific checklists with quality gates. Route to WRITE, DEBUG, REVIEW,...
Brief description of what this skill does and provides. Use when [clear trigger condition that indicates this skill...
Core development standards, patterns, and best practices for React and React Native projects. Use this when users...
Write tests for IntelliFill using Jest (backend) and Vitest (frontend). Use when adding unit tests, integration...
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when...
|
Delegate coding tasks to Google Jules AI agent for asynchronous execution. Use when user says: 'have Jules fix',...
Use when symfony api platform state providers
Use when symfony api platform tests
Use when symfony functional tests
Use when symfony test doubles mocking