What problem does it solve?
When running BLUEPRINT or IMPLEMENT commands, agents often waste time attempting to query unavailable documentation MCPs or miss relevant official docs sources, leading to reliance on outdated training data for design and implementation tasks. This Skill eliminates that guesswork by automatically identifying which docs-focused MCPs are connected and available to use.
Core Features & Use Cases
- Automatic MCP Discovery: Introspects the agent's own tool registry to find all connected MCP servers without manual configuration or external checks.
- Explicit Allowlist Filtering: Only surfaces docs-focused MCPs from a predefined allowlist, ignoring general-purpose tools that do not provide documentation lookup.
- Mandatory Per-Invocation Banner: Emits a clear, single-line banner at the start of every relevant command invocation listing available docs sources, with a fallback message for offline or greenfield use.
- Use Case: When starting a new feature build with the IMPLEMENT --build command, the skill immediately tells you if the context7 or AWS Knowledge MCPs are available, so you can pull official, up-to-date documentation instead of relying on stale training data.
Quick Start
Invoke the factory-mcp-docs-scan skill at the start of any BLUEPRINT or IMPLEMENT command to receive a clear list of available documentation MCPs you can consult for your current design or implementation task.