Survey Generator
Skill Verified ActiveCompile a structured literature survey on any AI/ML topic. Agent curates a research bundle (taxonomy + sections + bibliography of real papers) from a public anchor resource, then a chosen LLM generates the survey artifact. Output target is a wiki page (markdown), not a one-off HTML — survey lands in `<wiki>/derived/surveys/<slug>.md` with full bibliography rows in `sources.md`. Provider-agnostic (Anthropic/OpenAI/OpenRouter/Fireworks/custom OpenAI-compat). Use when the user asks for a "survey", "literature review", "lit review", or "deep dive" on a technical topic.
To automate the creation of comprehensive literature surveys, serving as a knowledge base within a wiki for easy access and future research.
Features
- Generates structured literature surveys from a URL
- Creates research bundles (taxonomy, sections, bibliography)
- Outputs to wiki markdown pages and updates `sources.md`
- Provider-agnostic LLM integration (Anthropic, OpenAI, etc.)
- Integrates with pro-workflow's wiki and FTS5 indexing
Use Cases
- Generating an initial overview of a new technical topic
- Creating a structured knowledge base for a research area
- Compiling survey artifacts for technical documentation
- Seeding the wiki for further automated research
Non-Goals
- Generating standalone HTML survey files
- Inventing bibliography entries
- Performing deep analysis beyond survey compilation
- Directly editing wiki content outside of the generated survey and bibliography
Practical Utility
- info:Usage examplesThe SKILL.md provides detailed workflow steps and commands for generating surveys, but lacks end-to-end examples showing specific input, invocation, and claimed output.
- info:Edge casesThe SKILL.md outlines hard rules and potential iteration steps but does not explicitly detail failure modes, their symptoms, or recovery steps.
Execution
- info:ValidationThe script parses arguments and validates the bundle structure, but doesn't use a formal schema library for input validation beyond basic checks.
Errors
- info:Error HandlingThe script includes basic error handling with `die()` calls for critical failures, but lacks structured error reporting or specific recovery steps for LLM provider issues.
- info:Actionable error messagesError messages are provided for critical failures like missing arguments or files, but lack detailed remediation steps beyond suggesting checking usage.
Code Execution
- info:LoggingThe script logs progress and errors to stderr using `console.error`, but does not append to a persistent audit log file.
Protocol
- info:Idempotent retry & timeoutsThe script includes a timeout for the LLM provider call, but mutations like writing files are not inherently idempotent, and error handling for retries is basic.
Installation
First, add the marketplace
/plugin marketplace add rohitg00/pro-workflow/plugin install pro-workflow@pro-workflowQuality Score
VerifiedTrust Signals
Similar Extensions
TradeMemory Protocol
100Domain knowledge for the Evolution Engine — LLM-powered autonomous strategy discovery from raw OHLCV data. Covers the generate-backtest-select-evolve loop, vectorized backtesting, out-of-sample validation, and strategy graduation. Use when discovering trading patterns, running backtests, evolving strategies, or reviewing evolution logs. Triggers on "evolve", "discover patterns", "backtest", "evolution", "strategy generation", "candidate strategy".
External Context
100Invoke parallel document-specialist agents for external web searches and documentation lookup
Understand Knowledge
100Analyze a Karpathy-pattern LLM wiki knowledge base and generate an interactive knowledge graph with entity extraction, implicit relationships, and topic clustering.
Recursive Research
100Investigación recursiva profunda con loop auto-regulado hasta nivel PhD. Aplicable a cualquier dominio (ciencia, tecnología, negocio, arte, humanidades). Usa WDM + Inversión Munger para decisiones autónomas, tiering de fuentes confiables, y checkpointing a disco para sobrevivir límites de contexto.
Trader Regime
100Detect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy
Trading Memory
100Domain knowledge for AI trading memory — Outcome-Weighted Memory (OWM) architecture, 5 memory types, recall scoring, and behavioral analysis. Use when recording trades, recalling similar contexts, analyzing performance, or checking behavioral drift. Triggers on "record trade", "remember trade", "recall", "similar trades", "performance", "behavioral", "disposition", "affective state", "confidence".