Project Lifecycle
把模糊想法、项目启动和重要功能路由到探索、启动或实施模式。适用于需要判断项目阶段、选择明确交付物或形成最小垂直切片的工作;当前代码已经足以判断的普通小修不触发。
Agent Project Bootstrap
Bootstrap the Agent Project Playbook into a user-selected project with a dry-run first. Use when the user explicitly asks to initialize project collaboration rules, BLUEPRINT, ARCHITECTURE, CURRENT_HANDOFF, or the project-local lifecycle, multi-agent, and docs skills.
Multi Agent Routing
判断主 Agent 是否以及如何委派相互独立的工作。只有至少两个有边界的任务能够独立执行且确有收益,或用户明确要求多 Agent 时才使用;小型线性任务和共享状态写入不触发。
Project Memory
当用户提到之前、上次、继续、历史决定、重复失败、历史原因或已知脆弱路径时,查询当前项目的冷记忆。普通小修能从当前文件和测试判断时不要使用。
Project Docs
维护有边界的 BLUEPRINT、ARCHITECTURE 和 CURRENT_HANDOFF 文档,并运行 Docs Lint。适用于重要实施或诊断、得到授权的交接、范围或架构变化,以及文档漂移检查;普通小修不触发。
New Project Memory Bootstrap
Initialize the Agent Project Playbook, bounded project documents, local Skills, and optional quiet projectmem when the user explicitly starts a new project or asks for meminit, AGENTS, BLUEPRINT, ARCHITECTURE, CURRENT_HANDOFF, or Docs Lint setup.
Production Release Gate
为已经确认存在真实运行、共享可变状态、真实用户、凭据或外部写入的项目分流变更。当前证据显示会影响生产,或用户要求部署、重启、迁移、回滚时使用;没有运行影响的本地小项目和纯文档工作不触发。