crew-release
Archive completed changes and consolidate agent memory. Moves change artifacts to archive and updates each agent's long-term knowledge base.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Archive completed changes and consolidate agent memory. Moves change artifacts to archive and updates each agent's long-term knowledge base.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
List available domain specialists that can be activated for the DevCrew team — covering game dev, security, DevOps, AI/ML, and more.
Run a phase audit and consistency check on the current change. Validates all checklist items before advancing to the next PDEVI phase.
Initialize a DevCrew workspace and activate the full AI team orchestration protocol — PDEVI workflow, persistent memory, checkpoint-based quality control.
Create a new change proposal and enter the Plan phase of the PDEVI workflow. Supports Standard, Express, and Prototype modes.
View current DevCrew workspace status — active changes, current phase, progress, and open blockers.
| name | crew.release |
| user-invocable | true |
| description | Archive completed changes and consolidate agent memory. Moves change artifacts to archive and updates each agent's long-term knowledge base. |
| metadata | {"author":"lordmos","version":"0.5.1"} |
Run the check.sh script in this skill's directory:
STATUS: NOT_INITIALIZED → Stop. Tell the user: "DevCrew 工作区尚未初始化,请先运行 /crew.init"STATUS: INITIALIZED → Use the output as workspace context. Proceed below.将已完成的变更归档,并触发各 Agent 的记忆整合——从工作记录中提炼经验,写入长期记忆文件。
npx @lordmos/dev-crew release [change-name]
不指定名称时,归档所有已完成的变更。
crew_release(cwd: string, name?: string)
dev-crew/changes/<name>/ 移动到 dev-crew/archive/<name>/| Agent | 记忆文件 | 提炼来源 |
|---|---|---|
| PdM(产品经理) | memory/pdm.md | proposal.md |
| Architect(架构师) | memory/architect.md | design.md |
| Implementer(开发) | memory/implementer.md | impl-log.md |
| Tester(测试) | memory/tester.md | test-report.md |
| Reviewer(审查) | memory/reviewer.md | review-report.md |
每个 Agent 的记忆文件中追加整合条目,更新 last_updated 时间戳和 changes_completed 计数器。
[OPEN] blocker,会发出警告但不阻断归档crew status 的活跃列表中