ablation-planner
Use when main results pass result-to-claim (claim_supported=yes or partial) and ablation studies are needed for paper submission.
Workflow 1: Full idea discovery pipeline to go from a broad research direction to validated, pilot-tested ideas. Use when user says \"找idea全流程\", \"idea discovery pipeline\", \"从零开始找方向\", or wants the complete idea exploration workflow.
$ npx -y skills add wanshuiyin/Auto-claude-code-research-in-sleep --skill idea-discovery --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/idea-discoveryContext preview
The summary Claude sees to decide when to auto-load this skill.
Workflow 1: Full idea discovery pipeline to go from a broad research direction to validated, pilot-tested ideas. Use when user says \"找idea全流程\", \"idea discovery pipeline\", \"从零开始找方向\", or wants the complete idea exploration workflow.
name: idea-discovery description: "Workflow 1: Full idea discovery pipeline to go from a broad research direction to validated, pilot-tested ideas. Use when user says \"找idea全流程\", \"idea discovery pipeline\", \"从零开始找方向\", or wants the complete idea exploration workflow." argument-hint: "[research-direction]" allowed-tools: Bash(*), Read, Write, Edit, Grep, Glob, WebSearch, WebFetch, Skill, mcp__codex__codex, mcp__codex__codex-reply
Orchestrate a complete idea discovery workflow for: **$ARGUMENTS**
This skill chains sub-skills into a single automated pipeline:
/research-lit → /idea-creator → /novelty-check → /research-review → /research-refine-pipeline (survey) (brainstorm) (verify novel) (critical feedback) (refine method + plan experiments)
Each phase builds on the previous one's output. The final deliverables are a validated `idea-stage/IDEA_REPORT.md` with ranked ideas, plus a refined proposal (`refine-logs/FINAL_PROPOSAL.md`) and experiment plan (`refine-logs/EXPERIMENT_PLAN.md`) for the top idea.
> 💡 These are defaults. Override by telling the skill, e.g., `/idea-discovery "topic" — ref paper: https://arxiv.org/abs/2406.04329` or `/idea-discovery "topic" — compact: true`.
Resolve `AUTO_PROCEED` once from `$ARGUMENTS` before Phase 0 and keep that mode for the entire workflow.
not a question. State the result and the automatically selected next action, then continue executing in the **same turn**. Do not ask for confirmation, request user input, sleep, wait for silence, or end the turn at a checkpoint.
end the turn. Resume only after an explicit reply.
Never implement auto-proceed as “ask, then continue if there is no response.” Once a turn ends, silence cannot resume the workflow. The user can still interrupt a non-blocking run at any time.
This rule governs only `AUTO_PROCEED`-controlled selection checkpoints. If the user explicitly enables a Feishu **interactive** gate, that external approval or reply is an intentional blocking exception; wait for that user-controlled gate rather than treating it as a silence timeout. Feishu off/push-only modes remain non-blocking under `AUTO_PROCEED=true`.
Resolve `run_state.py` and `idea_discovery_gate.py` through the same canonical helper chain used by `/research-pipeline`: `.aris/tools/` → `tools/` → `$ARIS_REPO/tools/` → `~/.aris/repo/tools/`. If either helper is unavailable, the final report is `BLOCKED`; do not silently continue without a state record.
For a new run, derive `<run_id>` from the direction slug and date, then start this ordered state record with `--executor <actual-Claude-model>` (for example, `claude-sonnet-4.5`):
research-lit,idea-creator,novelty-check,research-review,research-refine-pipeline
For each phase, mark `running` on entry and `done --artifact <path>` only after its artifact is present. Use these artifact locators so the final gate can check the canonical report rather than scattered scratch files:
| Phase | Artifact locator | |---|---| | `research-lit` | `idea-stage/IDEA_REPORT.md#literature-landscape` | | `idea-creator` | `idea-stage/IDEA_REPORT.md#ranked-ideas` | | `novelty-check` | `idea-stage/IDEA_REPORT.md#novelty-verification` | | `research-review` | `idea-stage/IDEA_REPORT.md#external-critical-review` | | `research-refine-pipeline` | `refine-logs/FINAL_PROPOSAL.md` |
`novelty-check` and `research-review` are **reviewer-bearing phases**. A `done` sta
· · · · · · -orange?style=flat) · · 💬 Join Community · 💡 Use ARIS as a skill-based workflow in Claude Code / Codex CLI / Cursor / Trae / Antigravity / GitHub Copilot CLI / OpenClaw / DeepSeek Harness, or get the full experience with the standalone ARIS-Code
Use when main results pass result-to-claim (claim_supported=yes or partial) and ablation studies are needed for paper submission.
Quick single-paper lookup via AlphaXiv LLM-optimized summaries with tiered source fallback. Use when user says "explain this paper", "summarize paper", pastes…
Analyze ML experiment results, compute statistics, generate comparison tables and insights. Use when user says "analyze results", "compare", or needs to…
Search, download, and summarize academic papers from arXiv. Use when user says "search arxiv", "download paper", "fetch arxiv", "arxiv search", "get paper…
Autonomously improve a generated paper via GPT-6-Astra xhigh review → implement fixes → recompile, for 2 rounds. Use when user says \"改论文\", \"improve paper\",…
Autonomous research review loop using any OpenAI-compatible LLM API. Configure via llm-chat MCP server or environment variables. Trigger with "auto review loop…