Skill 詳細
paper-from-zero
Supports literature mapping within broader paper-generation routing.
使用前に確認
自動レビューは関連性のみを確認し、安全性や推奨を保証しません。使用前に出典の説明を読んでください。
SKILL.md
これはレビュー時に保存された抜粋です。完全で最新の内容は外部ソースを確認してください。
--- name: paper-from-zero description: > Route a fixed research topic into a rigorous paper-generation workflow. Handles active literature search, innovation framing, contribution/evidence planning, and routes to either the review writer or empirical writer skill. metadata: short-description: Research-to-paper router for review and empirical papers --- # Paper-From-Zero Use this skill when the user already has a **topic/domain** and wants a structured path from topic -> innovation framing -> evidence plan -> draft-ready paper workflow. This skill is the **front door** of the paper stack: - It decides whether the work is best treated as a `review` or `empirical` paper. - It actively searches literature and frames the contribution. - It produces the handoff contract used by the downstream writer skill. ## When to Use - The topic is known, but the paper structure and contribution are not yet pinned down. - The user wants the model to search for candidate innovation angles. - The user wants a rigorous pre-writing stage before draft generation. ## When NOT to Use - The user already has a finished review outline and only wants review execution. - The user already has an experimental paper contract and only wants draft execution. - The task is non-academic or does not need citation-grounded writing. ## Outputs - `brief/topic-brief.md` - `brief/contribution-map.yaml` - `brief/evidence-matrix.csv` - `notes/innovation/` (innovation candidates + evidence links; recommended) - `plan/outline-contract.md` - `plan/router-decision.md` - A routing decision to one downstream writer: - `../arxiv-paper-writer/SKILL.md` for review papers - `../empirical-paper-writer/SKILL.md` for experimental papers ## Workflow 1. Confirm the topic, constraints, and whether the user already has a preferred innovation. 2. Actively search literature and build a compact literature map. 3. Produce 3-5 candidate innovation/contribution framings unless the user already supplied one. 4. Kill weak framings early: reject ideas that lack a clear gap, evidence path, or falsifiable claim. 5. Build a contribution map: - primary claim - secondary claims - non-goals / out-of-scope claims - risk factors / likely reviewer objections 6. Build an evidence matrix for every claim: - required citations - required visuals/tables - required experiments (if any) - what may remain placeholder vs what must be verified before finalization 7. Produce an outline contract with section goals, citation quotas, and figure quotas. 8. Route: - `review` -> use `../arxiv-paper-writer/SKILL.md` - `empirical` -> use `../empirical-paper-writer/SKILL.md` ## Collaboration Hooks (Recommended) The following hooks integrate the breadth (Gemini) and depth (Claude) co-pilots at fixed points in the workflow. Hooks are optional but strongly recommended for research rigor. | # | Trigger | Call | Input | Output consumed by | |---|---------|------|-------|--------------------| | 1 | After step 2 (literature initial screening) | Gemini `literature-map` | topic + Key Terms from topic-brief | Candidate papers and keyword clusters feed back into literature search; not written directly into artifacts. | | 2 | After step 5 (contribution-map initial draft) | Claude `claim-stress-test` | contribution-map.yaml full text | risks and reviewer_objections feed back into contribution-map revision. | | 3 | After step 6 (evidence-matrix initial draft) | Gemini `evidence-matrix-gap-check` OR Claude `evidence-sufficiency-audit` | evidence-matrix.csv + claims list | Gap list or sufficiency assessment feeds back into evidence-matrix revision. | | 4 | Before step 8 (routing decision) | Claude `route-review-vs-empirical` | contribution-map + evidence-matrix summary | Routing recommendation + adversarial challenge written into router-decision.md. | Hooks are non-blocking. If the target model is unavailable, the orchestrator decides the fallback. Candidates-Only constraint applies regardGitHub で全文を読む (外部ページ)