cs-research-methodology
13
总安装量
7
周安装量
#24483
全站排名
安装命令
npx skills add https://github.com/sundial-org/skills --skill cs-research-methodology
Agent 安装分布
claude-code
7
pi
1
opencode
1
kimi-cli
1
codex
1
github-copilot
1
Skill 文档
CS Research Methodology
Framework for investigating problems by identifying assumptions and proposing alternatives.
Core Concept: The Bit Flip
Every research contribution follows this pattern:
- The Bit: What does everyone assume?
- The Flip: What’s the alternative?
- The Proof: Why does the alternative work better?
Investigation Process
Step 1: Identify the Bit
What do existing approaches take for granted?
- What do all solutions have in common?
- What’s implicit in how the problem is framed?
â See references/framing.md for process and examples.
Step 2: Find Where It Fails
When does the assumption break down?
- Edge cases, new capabilities, adjacent fields solving it differently
â See references/landscape.md for mapping approaches.
Step 3: Propose the Flip
“Current approaches assume X. Instead, Y.”
- Must be specific and testable
- Explain the mechanism
â See references/prioritization.md for focusing investigation.
Step 4: Design the Proof
What evidence would be convincing?
- Match evaluation to claim type
â See references/validation.md for evaluation design.