一键导入
inno-pipeline-planner
Guides the user through an interactive conversation to define their research project, then generates research_brief.json and tasks.json.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Guides the user through an interactive conversation to define their research project, then generates research_brief.json and tasks.json.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Search traceable academic papers, download legally accessible PDFs from arXiv and open-access sources, convert PDFs or page images to Markdown with a PaddleOCR layout-parsing API (or local pdfminer fallback), and organize the results into an AI-readable literature library. Use when Claude Code needs to build a paper corpus, batch OCR PDFs to Markdown, ingest real literature into a knowledge base, fetch arXiv or Hugging Face paper leads, or turn a directory of papers into structured Markdown plus metadata.
Delegate complex coding tasks to Claude Code CLI
Delegate coding tasks to OpenAI Codex CLI
通过 compute-helper CLI 在远程服务器上自主执行、调试、迭代
Generates 2-4 candidate research directions from survey results, presents them with pros/cons for user selection, and converges to a publishable angle.
Academic research assistant for literature reviews, paper analysis, and scholarly writing.
| id | inno-pipeline-planner |
| name | inno-pipeline-planner |
| version | 1.0.0 |
| description | Guides the user through an interactive conversation to define their research project, then generates research_brief.json and tasks.json. |
| stages | ["ideation"] |
| tools | ["read_file","search_project","write_file"] |
| summary | Guides the user through an interactive conversation to define their research project, then generates research_brief.json and tasks.json. Use when starting a new project, when no research_brief.json exists, when the user wants to start from... |
| primaryIntent | research |
| intents | ["research","experiment"] |
| capabilities | ["research-planning","agent-workflow"] |
| domains | ["general"] |
| keywords | ["inno-pipeline-planner","research-planning","agent-workflow","inno","pipeline","planner","guides","user","through","interactive","conversation","define"] |
| source | builtin |
| status | verified |
| upstream | {"repo":"dr-claw","path":"skills/inno-pipeline-planner","revision":"8322dc4ef575affaa374aa7922c0a0971c6db7d7"} |
| resourceFlags | {"hasReferences":true,"hasScripts":false,"hasTemplates":false,"hasAssets":false,"referenceCount":4,"scriptCount":0,"templateCount":0,"assetCount":0,"optionalScripts":false} |
Guides the user through an interactive conversation to define their research project, then generates research_brief.json and tasks.json. Use when starting a new project, when no research_brief.json exists, when the user wants to start from...
Use this skill when the user request matches its research workflow scope. Prefer the bundled resources instead of recreating templates or reference material. Keep outputs traceable to project files, citations, scripts, or upstream evidence.
references/ only when the current task needs the extra detail.Run an interactive planning flow that turns user conversation into:
.pipeline/docs/research_brief.json.pipeline/tasks/tasks.jsonKeep this file short. Load full schemas and field-level rules from:
references/pipeline-contract.md (index)Read only what you need:
references/generation-rules.md: generation logic, ordering, dependencies, nextActionPromptreferences/brief-schema.md: .pipeline/docs/research_brief.json contractreferences/tasks-schema.md: .pipeline/tasks/tasks.json contractCheck:
.pipeline/docs/research_brief.json.pipeline/tasks/tasks.jsoninstance.json (legacy source)Survey/, Ideation/, Experiment/, Publication/, and Promotion/ directories (to detect pre-existing artifacts)If brief exists, summarize title, goal, current startStage, and completion status, then ask:
Capture at least:
Determine the starting stage early in the conversation:
startStage = "survey"startStage = "experiment"startStage = "publication"startStage = "promotion"startStage = "survey" (default)Typical question buckets:
Adapt to context:
startStage: If starting from experiment, do not ask survey or ideation questions in detail — just capture a brief summary of the existing context in those sections.pipeline.mode = "plan"; otherwise use "idea".Create if missing:
.pipeline/config.json.pipeline/docs/research_brief.json.pipeline/tasks/tasks.jsonUse the exact JSON contracts and generation rules in:
references/pipeline-contract.md and linked reference filesRules:
pipeline.startStage to the determined starting stage (default: "survey").startStage in the stage order (survey < ideation < experiment < publication < promotion).sections.* fields in the brief with whatever context the user provided, but do not create task blueprints or tasks for them..agents/skills/ or skills/), optionally using stage-skill-map.json if present.After writing files, present:
If user asks for updates:
tasks.json when pipeline structure/blueprints/stages change.pipeline.startStage in the brief, then regenerate tasks.json to include only the active stages.id instead of full regeneration.