Fetches specific URLs
Fetches content from URLs and creates structured findings with source metadata.
/plugin marketplace add IvanTorresEdge/molcajete.ai/plugin install res@Molcajete.aiFetches and extracts content from specific URLs.
# Fetched: [URL]
## Source
- URL: [URL]
- Type: [docs/blog/guide]
## Key Findings
### [Topic 1]
[Information]
## Sources
- [URL] - [description]
bash skills/research-methods/session-management/write-finding.sh \
"fetch" "${SESSION_ID}" "./tmp/finding.md"
bash skills/research-methods/session-management/update-status.sh \
"${SESSION_ID}" "executing" "Fetch complete"
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences