From dev-workflow
Use when handing off work to a new session (next day, different person), the user says 'handoff', or a complex task needs to continue in a new session. Generates a cold-start prompt for session transfer.
npx claudepluginhub n0rvyn/indie-toolkit --plugin dev-workflowThis skill uses the workspace's default tool permissions.
- 任务未完成需要续接
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
## 上下文恢复
项目:[项目名称和简述]
当前任务:[一句话描述]
### 执行计划(如有)
来源:[docs/06-plans/xxx.md | ~/.claude/plans/xxx.md | "用户消息内联提供" | 无]
状态:[全部完成 | 进行中(N/M) | 中断 | 无计划]
Crystal file:[docs/11-crystals/xxx-crystal.md | 无]
(dev-workflow:write-plan 计划文件在 docs/06-plans/,内置 /plan 计划文件在 ~/.claude/plans/,新会话可直接 Read)
### 问题
[遇到的核心问题,包含具体报错/现象]
### 已完成
1. [已完成项 1]
2. [已完成项 2]
...
### 当前状态
[刚做完什么,卡在哪里]
### 关键文件
- `path/to/file1` - 说明
- `path/to/file2` - 说明
### 下一步
1. [待做项 1]
2. [待做项 2]
### 关键代码/配置(如有)
[粘贴关键代码片段或配置,避免新会话重新查找]
读取当前会话上下文,生成上述格式的 markdown。要求:
docs/11-crystals/*-crystal.md),在关键文件中列出路径