academic-pipeline

Orchestrates a 10-stage academic research workflow from literature research to finalized manuscript.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/DUT-AI/intelligent-testing --skill academic-pipeline-dut-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: academic-pipeline
Source: https://github.com/DUT-AI/intelligent-testing/tree/main/.agents/skills/academic-pipeline
Command: npx skills add https://github.com/DUT-AI/intelligent-testing --skill academic-pipeline-dut-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Writing an academic paper involves many disconnected steps—research, drafting, citation verification, peer review, revision, and formatting—and errors like hallucinated citations or unverified claims easily slip through when these steps are done ad hoc. This Skill coordinates the entire research-to-publication pipeline with mandatory integrity gates and user confirmation checkpoints so no stage is skipped. ## Core Features & Use Cases - 10-Stage Orchestration: Dispatches deep-research, academic-paper, and academic-paper-reviewer skills across research, writing, integrity verification, two-stage peer review, revision, final integrity check, formatting, and process summary stages. - Blocking Integrity Gates: Stage 2.5 and Stage 4.5 run 100% reference/citation verification plus a 7-mode AI research failure checklist (implementation bugs, hallucinated results, methodology fabrication, and more) that blocks the pipeline until resolved. - Adaptive Checkpoints & State Tracking: FULL/SLIM/MANDATORY checkpoints require user confirmation, a Material Passport enables cross-session resume via resume_from_passport=<hash>, and an optional claim-faithfulness audit agent verifies claims against retrieved source text. - Use Case: A researcher says "I want to write a paper on AI in higher education quality assurance" and the pipeline runs from literature research through drafting, integrity verification, simulated peer review, revision, and final PDF/DOCX output with a bilingual process record. ## Quick Start Ask the assistant to run the full academic pipeline for your research topic, for example by saying you want to write a research paper on a given topic from scratch.

Frequently Asked Questions about academic-pipeline

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a full research-to-paper workflow with AI?

Invoke the academic pipeline with a research topic and it starts at Stage 1 (RESEARCH), then progresses through writing, integrity verification, review, revision, and finalization. Each stage ends with a checkpoint requiring your confirmation before proceeding.

Can I enter the academic pipeline with an existing paper draft?

Yes, mid-entry is supported at any stage based on your materials. A draft enters at Stage 2.5 for mandatory integrity verification before review, unless you provide a prior verification report and the content is unmodified.

How does the pipeline detect hallucinated citations and fabricated results?

Stage 2.5 and Stage 4.5 run 100% reference verification plus a 7-mode failure checklist covering implementation bugs, hallucinated results, shortcut reliance, methodology fabrication, and frame-lock. Any suspected mode blocks the pipeline until you confirm, override with reasoning, or revise.

Can I resume the pipeline in a new session after a context reset?

Yes, set ARS_PASSPORT_RESET=1 so checkpoints emit boundary entries, then invoke resume_from_passport=<hash> in a fresh session. The pipeline loads the Material Passport and continues from the recorded stage.

What are the limitations of the claim-faithfulness audit agent?

The claim audit is opt-in (ARS_CLAIM_AUDIT=1) and default OFF in v3.8.0 pending calibration evidence. It caps judge invocations per paper via stratified sampling and cannot judge experiment-backed claims, which are handled by the integrity verification agent instead.