idea-from-daily

Solid

Bridge daily-recommender output to the auto-research pipeline. Read history/ideas/{date}/ideas.json, let the user choose an idea, build a rich English research direction string, then route to /idea-creator, /idea-discovery, or /research-pipeline.

Code & Development 381 stars 50 forks Updated 1 weeks ago AGPL-3.0

Install

View on GitHub

Quality Score: 82/100

Stars 20%
86
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Idea-from-Daily Launch a research workflow from an idea generated by `daily-recommender`. ## Arguments Parse from `$ARGUMENTS`: - **date**: Optional date like `2026-03-18`. Default to today if omitted. - **--idea N**: Optional 1-based idea index. If omitted, show the list and ask the user to choose. ## Fixed Paths ```bash DAILY_REC_DIR=~/Documents/daily-recommender IDEAS_DIR=$DAILY_REC_DIR/history/ideas IDEAS_PATH=$IDEAS_DIR/{date}/ideas.json ``` ## Workflow ### Step 1: Locate and load ideas Load `history/ideas/{date}/ideas.json`. If it does not exist: - Tell the user the exact missing path. - List available dates under `history/ideas/`. - Stop instead of guessing. ### Step 2: Display ideas Show a compact numbered list containing: - Idea number - Chinese title - composite_score - interest_area - connects_to_project - research_direction If `--idea N` is already provided, still show the chosen idea briefly before continuing. ### Step 3: Select an idea If `--idea N` was provided, use that. Otherwise, ask the user which idea they want to pursue. ### Step 4: Build research direction string Build a single English direction string with this structure: ```text DIRECTION = "{research_direction} Hypothesis: {hypothesis_en or hypothesis translated as-is} Context: connected project={connects_to_project}; area={interest_area}; novelty={novelty_estimate}; feasibility={feasibility} Inspired by: {title 1} ({source 1}) {url 1}; {title 2} ({source 2}) {url 2}" ``` Keep it co...

Details

Author
LiYu0524
Repository
LiYu0524/iDeer
Created
2 months ago
Last Updated
1 weeks ago
Language
Python
License
AGPL-3.0

Similar Skills

Semantically similar based on skill content — not just same category