ara-compile

Featured

SOP: Turn the feeding plan into the compiler's $ARGUMENTS and run the external ARA compiler once inline to produce ../ara/

Code & Development 378 stars 31 forks Updated 6 days ago Apache-2.0

Install

View on GitHub

Quality Score: 94/100

Stars 20%
86
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
63
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# SOP: ARA Compile **Key question**: 怎么把投喂计划喂给外部 compiler,一次抽出一份内部一致的 ARA? ## Preflight 先确认外部 `compiler` skill 可 load(ARA skills 已装:`npx @ara-commons/ara-skills`)。 若不可用,提示用户安装并**停下**,不要静默继续。 ## Why one inline call, not multi-subagent ARA 的 cross-layer binding(claim→proof→evidence、tree→claim)必须**全局一致**。 分批 compile 会各自从 C01 起撞 ID、断 tree,汇总等于重缝半成品 —— 正是 ARA 要消灭 的事。compiler 自带覆盖度循环(max 3 轮)+ 内建 `Task` 工具;真需要并行由它**内部** 自理,本 SOP 不越俎拆分。 ## Procedure 1. **把投喂计划整理成 compiler 的 `$ARGUMENTS`**: - 主干文件清单 + trace 素材清单 + 图片清单的**路径**(compiler 按路径读); - 标注哪些是主干(报告线 → claims/problem); - 大方向作为约束文本(约束 PAPER.md 的 title/abstract); - `--output ../ara/`(与 `context/` 平级,天然不会被下次 review 当 context 吃回去)。 例: ``` compiler context/2026-06-06-01-30-stage7-...md context/2026-06-05-...stage6...md \ context/figures/*.png \ --output ../ara/ \ 主干=stage7(报告线);其余为过程线/图片;大方向:<从 north-star-align 来的一段> ``` 2. **一次 inline 运行**:`Skill` load **compiler**,传上面的 `$ARGUMENTS`。 compiler 跑 4 阶段(语义解构 → 认知映射 → src 层 → 探索图抽取)+ 覆盖度循环 + Seal Level 1。 3. **Seal Level 1 不过**:compiler 自带 fix-iterate(2–3 轮),本 SOP 不接管; 若仍不过,把失败报告**透传**给用户,停。 ## Output `<workspace>/ara/`(`logic/ src/ trace/ evidence/ PAPER.md`),Level 1 已过。 交给 `ara-rigor-review`。

Details

Author
yogsoth-ai
Repository
yogsoth-ai/de-anthropocentric-research-engine
Created
6 months ago
Last Updated
6 days ago
Language
HTML
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

sr-search-record

综述文章的检索与筛选记录(乔淼PhD · AI学术训练营 · AI学术工作流 · 综述文章工作台 阶段②)。**Snyder 三型通用**——系统 / 半系统·叙事 / 整合式共用一套内核。AI 全自动跑完:概念块拆解 → 检索式多轮自动校准(种子召回 + 精度守卫)→ 全量抓取去重 → **按相关性排序截断出候选集** → 摘���筛选(**摘要层定稿,不做全文筛选**)→ include 收敛到目标带 → 引文追踪补漏 → Zotero 入库 → 产出论文可直接贴的三张表(检索记录表 S1–Sn / 纳入排除标准表 / 选择流程数字)+ 待人工复核清单。**全程只有一个硬停点**,其余一律降级继续。检索引擎用 OpenAlex 开放 API(免登录免密钥,随 skill 附 scripts/oa_search.py),医学题目补 Europe PMC(MeSH)。AI 只出筛选建议不当第二评审。Trigger on:"跑综述的文献检索"、"自动检索并筛选文献"、"建综述语料库"、"生成检索记录表和 PRISMA 数字"、"systematic review search"、"build the corpus for my review"、"run the search and screening for my review"。

7 Updated 2 weeks ago
qiaomiaojoe
AI & Automation Listed

kill-argument

Adversarial attack-defense exercise on a near-final paper - a fresh reviewer writes the single strongest 200-word rejection memo, a second fresh reviewer defends point-by-point, and an adjudicator classifies each attack point as answered / partially answered / still unresolved. Use once before submission after standard reviews have stabilized, or when the user says kill argument, hostile review, or asks what would make an area chair reject this paper.

2 Updated 3 weeks ago
wookat
AI & Automation Listed

model-reviewer

数学建模代码完成后、论文定稿前的独立红队评审阶段。用于数据完整性与泄漏、目标指标对齐、参数语义与物理/统计约束、约束重拟合、可辨识性、跨模型冲突、验证与不确定性、实现对照、极端反例、集合计量、随机/网格收敛、跨表一致性和最优性措辞审计,也用于赛后审稿和依据评审意见修改论文。

4 Updated 3 weeks ago
MrSGSA