What problem does it solve?
This Skill provides a structured approach for AI agents to conduct external web research, ensuring they gather necessary information before planning or executing tasks, especially when dealing with unfamiliar APIs, platform-specific issues, or security-sensitive features.
Core Features & Use Cases
- Guided Research Triggers: Defines clear conditions for when research is necessary (e.g., unfamiliar APIs, error codes) and when it's not (e.g., clear codebase answers).
- Research-First Planning Pattern: Outlines a systematic process: identify unknowns, research, synthesize findings, and cite them in plans.
- Source Quality Hierarchy & Citation: Establishes trust levels for different sources and provides standardized formats for citing research in plans, code comments, and collaboration files.
- Use Case: When tasked with implementing a new authentication flow on a specific mobile platform, the agent uses this skill to research platform-specific security best practices and API nuances before generating the implementation plan.
Quick Start
Use the external-research skill to find the recommended way to handle background task cancellation on watchOS.