SanN2Z

Idea Forecast — Development skill for Claude Code

Development community

先看清规律,再预测 idea,最后证明它还没人做.

How to install Idea Forecast

This entry records only its repository, not the path inside it, so there is no exact command to give. Open SanN2Z/idea-forecast and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Idea Forecast does

先看清规律,再预测 idea,最后证明它还没人做。Claude Code 选题 skill:lineage / shoots / compare / check

Alternatives in Development

  • Discuss — Act as a planning interviewer 2.9k ★
  • Haft — Engineering decisions engine that know when they're stale 1.4k ★
  • AWorld — Search, understand, reproduce, and improve an idea with ease 1.2k ★

README

🔭 idea-forecast

**先看清规律,再预测 idea,最后证明它还没人做。**

一个给 Claude Code 用的选题 skill:从一条研究脉络里找出下一个最值得投入的 idea,并用检索和杀伤测试把它过滤到"可立项"。

[![Claude Code Skill](https://img.shields.io/badge/Claude%20Code-skill-8A2BE2)](#-60-秒上手) [![Python 3.10+](https://img.shields.io/badge/python-3.10%2B-blue)](#-60-秒上手) [![License: MIT](https://img.shields.io/badge/license-MIT-green)](LICENSE) [![Status](https://img.shields.io/badge/status-v0.1%20%E5%9C%A8%E7%94%A8-orange)](#-路线图)


🎯 它解决的问题

选题最常见的两种死法:

死法 现象 根因
先想后查 想好 idea 再去"确认"没人做过,投稿前发现 2012 年就有人做了 检索词沿用自己的框架,读摘要不读正文
补格子 在热点里挑一个没人填的格子,做完只是别人工作的增量 没有问过"这条路的前提是什么、做到头会怎样"

`idea-forecast` 把顺序反过来,并设三道硬门:

**没有地形图不许预测;没有原子级近邻表不许说"空位";没有杀伤测试不许开实验。**

生成 idea 不靠头脑风暴,靠两条可复现的路线:**从脉络的共享前提往外推**,或者**从最近三个月的新芽往前推**。两条路线的候选都要过同一套过滤门。产出固定为三段,对应导师最常问的三件事:**发现的规律 / 已做的边界 / 未来可做的 idea**。


🗺️ 全流程一图

flowchart LR
    subgraph G0[门 0]
        A0[本地索引
本项目已引过什么] end subgraph L[路线一 lineage] L1[引用骨干
top-N 被引论文] --> L2[归纳
只写已测量的事实] --> L3[前提表 + 极限证据
做到头也不行的地方] --> L4[否定前提推演
新形态 + 第一个实例] end subgraph S[路线二 shoots] S1[近 90 天新芽
每颗芽一张卡] --> S2[趋势
≥2 芽 + 数字] --> S3[机制链外推
6–12 个月会撞什么] --> S4[反推空位
新形态 + 第一个实例] end subgraph F[过滤门 1–4] F1[拆原子] --> F2[四轴检索
读正文记原句] --> F3[近邻差值表
增量/整合/可立项] --> F4[杀伤测试
四项缺一不可] end A0 --> L1 A0 --> S1 L4 --> F1 S4 --> F1 F4 --> OUT[三段输出
规律 / 边界 / idea]

🧭 四种用法

命令 做什么 什么时候用
/idea-forecast forecast <方向> --mode lineage 骨干论文 → 规律 → 前提 → 极限证据 → 推演新形态;推演落盘后才看近 90 天论文查空位 想开新流派、不想被最新论文的框架带着走
/idea-forecast forecast <方向> --mode shoots 近 90 天新芽 → 趋势 → 外推预测 → 反推空位 押最近的动向
/idea-forecast forecast <方向> --mode compare 两条都跑、同一套门、出对比表 回答"哪种方式找到的 idea 更好",每次留档攒规律
/idea-forecast check 已有 idea 直接过门 0–4 "这个有人做过吗"

⚡ 60 秒上手

# 1. 装
git clone