idea-filter

Narrows broad research interests into crystallized, pipeline-ready paper ideas through constraint-driven filtering.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/megumi-ben/work17 --skill idea-filter-megumi-ben
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: idea-filter
Source: https://github.com/megumi-ben/work17/tree/main/others
Command: npx skills add https://github.com/megumi-ben/work17 --skill idea-filter-megumi-ben

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Researchers with broad interests and constraints (e.g., CPU-only, theory-heavy, short timeline) often waste effort running full idea-generation pipelines on poorly scoped directions. This Skill pre-filters and crystallizes research directions into 1-3 concrete, well-scoped ideas before committing to a full pipeline. ## Core Features & Use Cases - Constraint-Driven Direction Discovery: Parses user constraints (resources, style, timeline, venue) and uses an external LLM plus web search to propose and validate 3-5 active research directions. - Deep-Dive Topic Generation & Novelty Check: Generates concrete paper topics per direction, runs quick arXiv novelty checks, and ranks topics across five scoring dimensions. - Idea Crystallization & Pipeline Prompts: Produces full idea cards (problem definition, theorem roadmap, minimal experiments, risk list, weekly plan) plus ready-to-paste prompts for a downstream idea-pipeline. - Use Case: A researcher says "low-resource theory work on Transformer mechanisms, no GPU, targeting NeurIPS" and receives two crystallized idea cards with executable pipeline prompts. ## Quick Start Ask the assistant to filter your research interests by stating your constraints and target venue, for example: filter ideas for CPU-friendly theory-heavy work targeting ICML.

Frequently Asked Questions about idea-filter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I narrow down research directions before starting a paper?

Provide your constraints such as compute budget, theory versus empirical preference, timeline, and target venue. The skill explores candidate directions, validates their recent activity via web search, and crystallizes the top topics into detailed idea cards.

What is the difference between idea-filter and a full idea-generation pipeline?

Idea-filter is the pre-step that locks down a concrete, well-scoped idea from vague interests. The full idea-pipeline should be used when you already have a specific research topic and want deep generation, screening, and refinement.

Can idea-filter work without GPU resources?

Yes. Resource constraints are treated as hard constraints, so CPU-only or low-resource requirements are enforced when ranking directions and topics. Any direction requiring GPU training is eliminated during filtering.

What outputs does idea-filter produce?

It writes a FILTER_REPORT.md containing the full filtering analysis, crystallized idea cards, and pipeline-ready prompts, plus a FILTER_IDEAS.json file with machine-readable scores, risk profiles, and reading lists for downstream consumption.

What happens if the Codex MCP external model is unavailable?

The skill falls back to performing direction discovery directly with the primary model, augmented with additional web searches. It logs the fallback and continues the pipeline autonomously without stopping.