Initial commit — generate-hypothesis skill
Standalone Claude Code skill repo extracted from CVGL vault (.claude/skills/generate-hypothesis/). Generates testable If/Then/Because hypotheses for the NADEZHDA / SOFIA research project from the literature library. Contents: - SKILL.md — behaviour spec (6-phase pipeline, output contract) - README.md — human-facing entry: when to use, install, examples - templates/hypothesis_full.md — full template (8 required sections) - templates/hypothesis_compact.md — short draft template - reference/method_taxonomy.md — methods to NADEZHDA components mapping Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
33
templates/hypothesis_compact.md
Normal file
33
templates/hypothesis_compact.md
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
type: hypothesis
|
||||
status: draft
|
||||
date: YYYY-MM-DD
|
||||
tags: [task/experiment, component/COMPONENT, method/METHOD]
|
||||
author: claude
|
||||
---
|
||||
|
||||
# Гипотеза: [Краткая формулировка]
|
||||
|
||||
**Если** [метод], **то** [результат], **потому что** [обоснование].
|
||||
|
||||
**Уверенность:** [High/Medium/Low] | **Область:** [компонент NADEZHDA]
|
||||
|
||||
## Evidence
|
||||
|
||||
- [[P{N}_...]]: [что показывает, R@1 = ...%]
|
||||
- [[P{N}_...]]: [что показывает]
|
||||
|
||||
## Тест
|
||||
|
||||
- **Baseline:** [метод]
|
||||
- **Метрика:** [R@1 на University-1652]
|
||||
- **Threshold:** ΔR@1 ≥ [X]%
|
||||
- **Таймлайн:** [N] недель
|
||||
|
||||
## Допущения
|
||||
|
||||
1. [Ключевое допущение]
|
||||
|
||||
## Связи
|
||||
|
||||
- Расширяет: [[HYP_...]]
|
||||
Reference in New Issue
Block a user