qa-test-planner
Generate comprehensive test plans, manual test cases, regression test suites, and bug reports for QA engineers. Includes Figma MCP integration for design validation.
What this skill does
# QA Test Planner A comprehensive skill for QA engineers to create test plans, generate manual test cases, build regression test suites, validate designs against Figma, and document bugs effectively. ## What This Skill Does Helps QA engineers with: - **Test Plan Creation** - Comprehensive test strategy and planning - **Manual Test Case Generation** - Detailed step-by-step test cases - **Regression Test Suites** - Critical path and smoke test suites - **Figma Design Validation** - Compare implementation against designs (requires Figma MCP) - **Bug Report Templates** - Clear, reproducible bug documentation - **Test Coverage Analysis** - Identify gaps in testing - **Test Execution Tracking** - Monitor testing progress ## Why You Need This Skill **Without structured testing:** - Inconsistent test coverage - Missed edge cases - Poor bug documentation - No regression safety net - Design implementation gaps - Unclear test strategy **With this skill:** - Comprehensive test coverage - Repeatable test cases - Systematic regression testing - Design-implementation validation - Professional bug reports - Clear testing roadmap ## Core Components ### 1. Test Plan Generator - Test scope and objectives - Testing approach and strategy - Test environment requirements - Entry/exit criteria - Risk assessment - Resource allocation - Timeline and milestones ### 2. Manual Test Case Generator - Step-by-step instructions - Expected vs actual results - Preconditions and setup - Test data requirements - Priority and severity - Edge case identification ### 3. Regression Test Suite Builder - Smoke test cases - Critical path testing - Integration test scenarios - Backward compatibility checks - Performance regression tests ### 4. Figma Design Validation (with MCP) - Compare UI implementation to designs - Identify visual discrepancies - Validate spacing, colors, typography - Check component consistency - Flag design-dev mismatches ### 5. Bug Report Generator - Clear reproduction steps - Environment details - Expected vs actual behavior - Screenshots and evidence - Severity and priority - Related test cases ## Test Case Structure ### Standard Test Case Format ```markdown ## TC-001: [Test Case Title] **Priority:** High | Medium | Low **Type:** Functional | UI | Integration | Regression **Status:** Not Run | Pass | Fail | Blocked ### Objective [What are we testing and why] ### Preconditions - [Setup requirement 1] - [Setup requirement 2] - [Test data needed] ### Test Steps 1. [Action to perform] **Expected:** [What should happen] 2. [Action to perform] **Expected:** [What should happen] 3. [Action to perform] **Expected:** [What should happen] ### Test Data - Input: [Test data values] - User: [Test account details] - Configuration: [Environment settings] ### Post-conditions - [System state after test] - [Cleanup required] ### Notes - [Edge cases to consider] - [Related test cases] - [Known issues] ``` ## Test Plan Template ### Executive Summary - Feature/product being tested - Testing objectives - Key risks - Timeline overview ### Test Scope **In Scope:** - Features to be tested - Test types (functional, UI, performance, etc.) - Platforms and environments - User flows and scenarios **Out of Scope:** - Features not being tested (deferred) - Known limitations - Third-party integrations (if applicable) ### Test Strategy **Test Types:** - Manual testing - Exploratory testing - Regression testing - Integration testing - User acceptance testing - Performance testing (if applicable) **Test Approach:** - Black box testing - Positive and negative testing - Boundary value analysis - Equivalence partitioning ### Test Environment - Operating systems - Browsers and versions - Devices (mobile, tablet, desktop) - Test data requirements - Backend/API environments ### Entry Criteria - [ ] Requirements documented - [ ] Designs finalized - [ ] Test environment ready - [ ] Test data prepared - [ ] Build deployed to test environment ### Exit Criteria - [ ] All high-priority test cases executed - [ ] 90%+ test case pass rate - [ ] All critical bugs fixed - [ ] No open high-severity bugs - [ ] Regression suite passed - [ ] Stakeholder sign-off ### Risk Assessment | Risk | Probability | Impact | Mitigation | |------|-------------|--------|------------| | [Risk 1] | High/Med/Low | High/Med/Low | [How to mitigate] | | [Risk 2] | High/Med/Low | High/Med/Low | [How to mitigate] | ### Test Deliverables - Test plan document - Test cases - Test execution reports - Bug reports - Test summary report ## Test Types and Approaches ### 1. Functional Testing **What:** Verify features work as specified **Test Cases:** - Happy path scenarios - Error handling - Input validation - Business logic - Data integrity **Example:** ``` TC: User Login with Valid Credentials 1. Navigate to login page 2. Enter valid email and password 3. Click "Login" button Expected: User redirected to dashboard, welcome message shown ``` ### 2. UI/Visual Testing **What:** Verify visual appearance and layout **Test Cases:** - Layout and alignment - Responsive design - Color and typography - Component states (hover, active, disabled) - Cross-browser compatibility **With Figma MCP:** - Compare implementation to Figma designs - Verify spacing (padding, margins) - Check font sizes and weights - Validate color values - Ensure icon accuracy **Example:** ``` TC: Homepage Hero Section Visual Validation 1. Open homepage in browser 2. Compare against Figma design [link] 3. Verify: - Heading font: 48px, bold, #1A1A1A - CTA button: 16px padding, #0066FF background - Image aspect ratio: 16:9 - Spacing: 64px margin-bottom Expected: All visual elements match Figma exactly ``` ### 3. Regression Testing **What:** Ensure existing functionality still works **When to Run:** - Before each release - After bug fixes - After new features - Weekly smoke tests **Suite Components:** - Smoke tests (critical paths) - Full regression (comprehensive) - Targeted regression (affected areas) **Example:** ``` Regression Suite: User Authentication - Login with valid credentials - Login with invalid credentials - Password reset flow - Session timeout handling - Multi-device login - Social login (Google, GitHub) ``` ### 4. Integration Testing **What:** Verify different components work together **Test Cases:** - API integration - Database operations - Third-party services - Cross-module interactions - Data flow between components **Example:** ``` TC: Checkout Payment Integration 1. Add item to cart 2. Proceed to checkout 3. Enter payment details (Stripe) 4. Submit payment Expected: - Payment processed via Stripe API - Order created in database - Confirmation email sent - Inventory updated ``` ### 5. Exploratory Testing **What:** Unscripted, creative testing **Approach:** - Charter-based exploration - User persona simulation - Edge case discovery - Usability evaluation **Session Template:** ``` Exploratory Testing Session Charter: Explore [feature] as [user type] Time: 60 minutes Focus: [Area to explore] Findings: - [Bug/issue discovered] - [UX concern] - [Improvement suggestion] Follow-up: - [Test cases to create] - [Bugs to file] ``` ## Figma MCP Integration ### Design Validation Workflow **Prerequisites:** - Figma MCP server configured - Design file access - Figma URLs available **Validation Process:** 1. **Get Design Specs from Figma** ``` "Get the button specifications from Figma file [URL]" - Component: Primary Button - Width: 120px - Height: 40px - Border-radius: 8px - Background: #0066FF - Font: 16px, Medium, #FFFFFF ``` 2. **Compare Implementation** ``` TC: Primary Button Visual Validation 1. Inspect primary button in browser dev tools 2. Compare against Figma specs: - Dimensions: 120x40px ✓ / ✗ - Border-radius: 8px ✓ / ✗ - Background color: #0066FF ✓ / ✗ - Font: 16px Medium #FFFFFF ✓ / ✗ 3. Document discrepancies ``` 3. **Create Bug if Mismatch** ``` BUG: Primary button color
Related in Design
contribute
IncludedLocal-only OSS contribution command center. Auto-refreshes the user's in-flight PR and issue state on invoke so conversations start with full context — no need to brief Claude on what's in flight. Helps the user find issues to contribute to on GitHub, builds per-repo dossiers of what each upstream expects (CLA, DCO, branch convention, AI policy, draft-first, review bots, issue templates), runs deterministic gates before any external action so AI-assisted contributions don't reach maintainers as slop. State is markdown-only: candidate files at ~/.contribute-system/candidates/, repo dossiers at ~/.contribute-system/research/, append-only event log at ~/.contribute-system/log.jsonl. No database, no cloud calls. Use when the user asks about their PRs / issues / contributions, wants to find new work to take on, claim an issue, build/refresh a repo's dossier, or draft a Design Issue or PR. Trigger with "/contribute", "what's my PR status", "find a contribution", "claim issue X", "draft a Design Issue for Y", "refresh dossier for Z".
architectural-analysis
IncludedUser-triggered deep architectural analysis of a codebase or scoped subtree across eight modes — information architecture, data flow, integration points, UI surfaces, interaction patterns, data model, control flow, and failure modes. This skill should be used when the user asks to "diagram this codebase," "map the architecture," "show the data flow," "give me an ERD," "trace control flow," "find the integration points," "verify the layout pattern," "audit the UX architecture," or any similar request whose primary deliverable is mermaid diagrams plus cited reports under docs/architecture/. Dispatches haiku/sonnet sub-agents in parallel for per-mode exploration, then verifies every citation mechanically before any node lands in a diagram. Not for one-off prose explanations of code (use code-explanation) or for high-level system design from scratch (use system-design).
mcp
IncludedModel Context Protocol (MCP) server development and tool management. Languages: Python, TypeScript. Capabilities: build MCP servers, integrate external APIs, discover/execute MCP tools, manage multi-server configs, design agent-centric tools. Actions: create, build, integrate, discover, execute, configure MCP servers/tools. Keywords: MCP, Model Context Protocol, MCP server, MCP tool, stdio transport, SSE transport, tool discovery, resource provider, prompt template, external API integration, Gemini CLI MCP, Claude MCP, agent tools, tool execution, server config. Use when: building MCP servers, integrating external APIs as MCP tools, discovering available MCP tools, executing MCP capabilities, configuring multi-server setups, designing tools for AI agents.
react-native-skia
IncludedDesign, build, debug, and optimise high-polish animated graphics in React Native or Expo using @shopify/react-native-skia, Reanimated, and Gesture Handler. Use when the user wants canvas-driven UI, shaders, paths, rich text, image filters, sprite fields, Skottie, video frames, snapshots, web CanvasKit setup, or performance tuning for custom motion-heavy elements such as loaders, hero art, cards, charts, progress indicators, particle systems, or gesture-driven surfaces. Also use when the user asks for fluid, glow, glass, blob, parallax, 60fps/120fps, or GPU-friendly animated effects in React Native, even if they do not explicitly say "Skia". Do not use for ordinary form/layout work with standard views.
plaid
IncludedProduct Led AI Development — guides founders from idea to launched product. Six capabilities: Idea (discover a product idea), Validate (pressure-test the idea against fatal flaws, problem reality, competition, and 2-week MVP feasibility), Plan (vision intake + document generation), Design (translate image references into a design.md spec), Launch (go-to-market strategy), and Build (roadmap execution). Use when someone says "PLAID", "plaid idea", "help me find an idea", "product idea", "idea from my business", "idea from my expertise", "plaid validate", "validate my idea", "pressure-test", "is this idea good", "find fatal flaws", "validate the problem", "plan a product", "define my vision", "generate a PRD", "product strategy", "plaid design", "design from image", "translate image to design", "create design.md", "extract design tokens", "plaid launch", "go-to-market", "launch plan", "GTM strategy", "launch playbook", "plaid build", "build the app", "start building", or "execute the roadmap".
nextjs-framer-motion-animations
IncludedAdds production-safe Motion for React or Framer Motion animations to Next.js apps, including reveal, hover and tap micro-interactions, whileInView, stagger, AnimatePresence, layout and layoutId transitions, reorder, scroll-linked UI, and lightweight route-content transitions. Use when the user asks to add, refactor, or debug Motion or Framer Motion in App Router or Pages Router codebases, especially around server/client boundaries, reduced motion, LazyMotion, bundle size, hydration, or route transitions. Avoid for GSAP-style timelines, WebGL or 3D scenes, heavy scroll storytelling, or CSS-only effects unless Motion is explicitly requested.