一键导入
harvest-protocol
The 7-step R-008-gated path for bringing an external skill, source, or reference into the ASPIS catalog as a permanent asset.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
The 7-step R-008-gated path for bringing an external skill, source, or reference into the ASPIS catalog as a permanent asset.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Keep commits atomic — split a mixed change set into scoped, reviewable commits.
The one-time procedure to take an exported project to live — understand it, confirm the name/goal/stack with the user, run the deterministic `aspis bootstrap`, enrich the judgment files (AGENTS.md, ARCHITECTURE, context), verify, and let the package self-clean. Followed by the bootstrap agent.
Keep per-subsystem architectural intent current through the planning loop — read before designing, record an impact report on change, confirm with the user, apply a dated update, and verify the build against approved intent.
Audit a plan's task dependency graph for structural integrity — circular dependencies, missing prerequisites, orphan tasks, and dependency classification (hard/soft/warning). Produces a pass/warn/fail audit report per dependency so planners catch graph errors before build starts.
Every editing agent should start on a clean working tree so parallel work never collides.
Verify hooks ran, no secrets, protected paths untouched, and commit message valid before committing. Owned by the reviewer.
| name | harvest-protocol |
| description | The 7-step R-008-gated path for bringing an external skill, source, or reference into the ASPIS catalog as a permanent asset. |
When the research-lead discovers external knowledge worth keeping — a skill pattern, a reference architecture, a library's official usage pattern — the harvest protocol governs how that external content becomes a permanent catalog asset. It is R-008-gated: bringing external intellectual property into the system requires human approval for license compliance and source authority.
Identify the external content: a URL, a document, a skill pattern, a reference architecture. Record:
Write a HARVEST_CANDIDATE.md in .aspis/research/harvest/<slug>/ with the
candidate information. This is a working document, not yet a catalog asset.
This is the R-008 human gate. Before adapting external content:
Transform the external content into catalog shape:
catalog/skills/<name>/SKILL.md with Purpose / When to use /
Procedure / Outputs / Anti-patternscatalog/templates/<category>/<name>.mdcatalog/data/<name>.yaml or .mdDemonstrate the adapted asset works:
Route the adapted asset through the reviewer:
On reviewer approval:
.aspis/research/harvest/<slug>/ to its permanent catalog
location.FILE_REGISTRY.yaml to include the new asset.HARVEST_COMPLETE.md with the promotion date
and the reviewer's verdict.