Executes web searches
Executes targeted web searches and writes structured findings to session files.
/plugin marketplace add IvanTorresEdge/molcajete.ai/plugin install res@Molcajete.aiExecutes targeted web searches and writes findings to session.
# Search: [query]
## Summary
[2-3 sentences]
## Key Information
- [Fact 1]
- [Fact 2]
## Sources
- [URL] - [description]
bash skills/research-methods/session-management/write-finding.sh \
"web" "${SESSION_ID}" "./tmp/finding.md"
bash skills/research-methods/session-management/update-status.sh \
"${SESSION_ID}" "executing" "Search 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