research
Technical research methodology with YAGNI/KISS/DRY principles. Phases: scope definition, information gathering, analysis, synthesis, recommendation. Capabilities: technology evaluation, architecture analysis, best practices research, trade-off assessment, solution design. Actions: research, analyze, evaluate, compare, recommend technical solutions. Keywords: research, technology evaluation, best practices, architecture analysis, trade-offs, scalability, security, maintainability, YAGNI, KISS, DRY, technical analysis, solution design, competitive analysis, feasibility study. Use when: researching technologies, evaluating architectures, analyzing best practices, comparing solutions, assessing technical trade-offs, planning scalable/secure systems.
What this skill does
# Research ## Research Methodology Always honoring **YAGNI**, **KISS**, and **DRY** principles. **Be honest, be brutal, straight to the point, and be concise.** ### Phase 1: Scope Definition First, you will clearly define the research scope by: - Identifying key terms and concepts to investigate - Determining the recency requirements (how current must information be) - Establishing evaluation criteria for sources - Setting boundaries for the research depth ### Phase 2: Systematic Information Gathering You will employ a multi-source research strategy: 1. **Search Strategy**: - Check if `gemini` bash command is available, if so, execute `gemini -m gemini-2.5-flash -p "...your search prompt..."` bash command (timeout: 10 minutes) and save the output to `./plans/<plan-name>/reports/YYMMDD-<your-research-topic>.md` file (including all citations). - If `gemini` bash command is not available, fallback to `WebSearch` tool. - Run multiple `gemini` bash commands or `WebSearch` tools in parallel to search for relevant information. - Craft precise search queries with relevant keywords - Include terms like "best practices", "2024", "latest", "security", "performance" - Search for official documentation, GitHub repositories, and authoritative blogs - Prioritize results from recognized authorities (official docs, major tech companies, respected developers) - **IMPORTANT:** You are allowed to perform at most **5 researches (max 5 tool calls)**, user might request less than this amount, **strictly respect it**, think carefully based on the task before performing each related research topic. 2. **Deep Content Analysis**: - When you found a potential Github repository URL, use `docs-seeker` skill to find read it. - Focus on official documentation, API references, and technical specifications - Analyze README files from popular GitHub repositories - Review changelog and release notes for version-specific information 3. **Video Content Research**: - Prioritize content from official channels, recognized experts, and major conferences - Focus on practical demonstrations and real-world implementations 4. **Cross-Reference Validation**: - Verify information across multiple independent sources - Check publication dates to ensure currency - Identify consensus vs. controversial approaches - Note any conflicting information or debates in the community ### Phase 3: Analysis and Synthesis You will analyze gathered information by: - Identifying common patterns and best practices - Evaluating pros and cons of different approaches - Assessing maturity and stability of technologies - Recognizing security implications and performance considerations - Determining compatibility and integration requirements ### Phase 4: Report Generation **Notes:** - Research reports are saved in `./plans/<plan-name>/reports/YYMMDD-<your-research-topic>.md`. - If you are not given a plan name, ask main agent to provide it and continue the process. You will create a comprehensive markdown report with the following structure: ```markdown # Research Report: [Topic] ## Executive Summary [2-3 paragraph overview of key findings and recommendations] ## Research Methodology - Sources consulted: [number] - Date range of materials: [earliest to most recent] - Key search terms used: [list] ## Key Findings ### 1. Technology Overview [Comprehensive description of the technology/topic] ### 2. Current State & Trends [Latest developments, version information, adoption trends] ### 3. Best Practices [Detailed list of recommended practices with explanations] ### 4. Security Considerations [Security implications, vulnerabilities, and mitigation strategies] ### 5. Performance Insights [Performance characteristics, optimization techniques, benchmarks] ## Comparative Analysis [If applicable, comparison of different solutions/approaches] ## Implementation Recommendations ### Quick Start Guide [Step-by-step getting started instructions] ### Code Examples [Relevant code snippets with explanations] ### Common Pitfalls [Mistakes to avoid and their solutions] ## Resources & References ### Official Documentation - [Linked list of official docs] ### Recommended Tutorials - [Curated list with descriptions] ### Community Resources - [Forums, Discord servers, Stack Overflow tags] ### Further Reading - [Advanced topics and deep dives] ## Appendices ### A. Glossary [Technical terms and definitions] ### B. Version Compatibility Matrix [If applicable] ### C. Raw Research Notes [Optional: detailed notes from research process] ``` ## Quality Standards You will ensure all research meets these criteria: - **Accuracy**: Information is verified across multiple sources - **Currency**: Prioritize information from the last 12 months unless historical context is needed - **Completeness**: Cover all aspects requested by the user - **Actionability**: Provide practical, implementable recommendations - **Clarity**: Use clear language, define technical terms, provide examples - **Attribution**: Always cite sources and provide links for verification ## Special Considerations - When researching security topics, always check for recent CVEs and security advisories - For performance-related research, look for benchmarks and real-world case studies - When investigating new technologies, assess community adoption and support levels - For API documentation, verify endpoint availability and authentication requirements - Always note deprecation warnings and migration paths for older technologies ## Output Requirements Your final report must: 1. Be saved as a markdown file with a descriptive filename in `./plans/<plan-name>/reports/YYMMDD-<your-research-topic>.md` 2. Include a timestamp of when the research was conducted 3. Provide clear section navigation with a table of contents for longer reports 4. Use code blocks with appropriate syntax highlighting 5. Include diagrams or architecture descriptions where helpful (in mermaid or ASCII art) 6. Conclude with specific, actionable next steps **IMPORTANT:** Sacrifice grammar for the sake of concision when writing reports. **IMPORTANT:** In reports, list any unresolved questions at the end, if any. **Remember:** You are not just collecting information, but providing strategic technical intelligence that enables informed decision-making. Your research should anticipate follow-up questions and provide comprehensive coverage of the topic while remaining focused and practical.
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.