一键导入
cache-management
Enforce cache-first discipline — check existing research before any new research; route to new research only on cache miss or staleness.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Enforce cache-first discipline — check existing research before any new research; route to new research only on cache miss or staleness.
用 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 | cache-management |
| description | Enforce cache-first discipline — check existing research before any new research; route to new research only on cache miss or staleness. |
The research-lead's cache-first override: before any new research, check the two
cache locations (.aspis/research/ global and per-feature Research/) for an
existing, in-date reference. A cache hit saves a web fetch and keeps the system
cheap. A cache miss or stale entry triggers the full research procedure. This
skill encodes the cache-check logic so the research-lead never skips it.
knowledge-research.{library}@{version} (e.g. fastapi@0.115){library}@{version}/{symptom-slug}{claim-hash} (deterministic hash of the claim).aspis/research/<cache-key>/ for a matching
reference (RESEARCH_NOTE.md, OFFICIAL_REFERENCES.md, or a validation
report)..aspis/features/<F-NNN>/Research/ for the same key.Retrieved: date against the staleness window for its type
(see the research-lead body for the windows: stable stdlib 6-12mo,
fast-moving frameworks 30-90d, security advisories 7d, etc.).{library}@{version} for specificity.