This orchestrates five specialized agents to turn product screenshots into development checklists. Three agents run in parallel to analyze UI components, user interactions, and business logic, then a synthesizer merges their findings into a task list, and a reviewer validates completeness. You get markdown files with checkbox tasks that describe what to build without prescribing how. Works for competitive analysis, turning Figma exports into PRDs, or batch processing app screens. The multi-agent setup is thorough but adds overhead, so it's overkill for simple wireframes. Best when you need exhaustive feature extraction from polished UI screenshots where missing details would be costly.
npx skills add https://github.com/davila7/claude-code-templates --skill screenshot-feature-extractor