geril07
- 5 skills
- 0 followers
- 6 hours ago last updated
- ▌ QA Test Plan · geril07 bundleProduces a structured QA test plan from a feature description. Cases are written in a behavioral style — concrete enough to execute manually, neutral enough to map to automated E2E later. Use when the user asks for a test plan, test cases, or QA coverage for a feature.
- ▌ Brainstorming · geril07 bundleGuides structured brainstorming to turn ideas into approved designs before implementation. Use when the user wants to plan creative work, new features, behavior changes, components, or ambiguous implementation requests.
- ▌ Naming Conventions · geril07Enforces naming conventions for identifiers, exports, and file names based on location and export scope. Use when creating, renaming, or refactoring identifiers, exports, or file names.
- ▌ Layered Modular Layout · geril07 bundleOrganize source code by codebase role and enforce dependency boundaries. Use when adding, moving, or importing files and modules.
- ▌ Tanstack Query Pattern · geril07 bundleProvides reusable patterns for TanStack Query factories, keys, disabled queries, and invalidation. Use when writing or refactoring TanStack Query queries, mutations, query keys, disabled queries, and invalidation logic.