一键导入
resume-context
Semantically restore current task execution state from .fusion/ recovery data. Use at the start of a new session or after context compaction.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Semantically restore current task execution state from .fusion/ recovery data. Use at the start of a new session or after context compaction.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Read the backend development guidelines before starting your development task.
Read the frontend development guidelines before starting your development task.
Deep requirements and design discovery workflow that keeps Trellis task-first PRD capture but adds stronger design confirmation, explicit technical design notes, and a clean handoff to task plan generation. Use when you want a richer brainstorming experience than $brainstorm, when trade-offs need deliberate review, or when you want Superpowers-style design validation inside Trellis tasks.
Check if the code you just wrote follows the backend development guidelines.
Cross-Layer Check
Check if the code you just wrote follows the frontend development guidelines.
| name | resume-context |
| description | Semantically restore current task execution state from .fusion/ recovery data. Use at the start of a new session or after context compaction. |
Read the current task's .fusion/ recovery data and rebuild execution context.
python3 ./.trellis/scripts/fusion/resume.py
For full recovery data (including all JSON fields):
python3 ./.trellis/scripts/fusion/resume.py --full
.fusion/recovery.json for complete state (if exists).fusion/handoff.md for human-readable summary (if exists)plan.md to cross-reference progresscontract.md exists, read acceptance criteria| Level | Name | Accuracy | Method |
|---|---|---|---|
| 1 | Exact Resume | ~100% | Native session restore (platform-specific) |
| 2 | Semantic Resume | ~85% | .fusion/ checkpoint data (this skill) |
| 3 | Cold Resume | ~50% | plan.md + task.json + git history only |
The resume script outputs:
.fusion/ data exists, fall back to Cold Resume (Level 3)fusion-session-start.py auto-injects recovery data at session start