一键导入
start
Start the CRISPY workflow. Use when you want to build a new feature or vertical slice using the QRSPI methodology.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Start the CRISPY workflow. Use when you want to build a new feature or vertical slice using the QRSPI methodology.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Resume CRISPY from the last validated checkpoint. Use when a session was interrupted, when switching workstations, or when the design was approved and you want to continue the workflow.
Show the current CRISPY artifact state and likely phase. Use to check which artifacts exist, whether the design gate is pending, whether a worktree is configured, and what the next likely action is.
| name | start |
| description | Start the CRISPY workflow. Use when you want to build a new feature or vertical slice using the QRSPI methodology. |
| argument-hint | Describe the feature or vertical slice you want to build |
Initiates the CRISPY Orchestrator. This command sets up the project structure, activates the context firewalls, and begins Phase 01 (Questioning) to define the scope of the new vertical slice.
execute:
git worktree remove .crispy-worktree --force 2>/dev/null; git branch -D crispy/implementation 2>/dev/null; rm -f .crispy/*.md .crispy/*.log.crispy/01_task.md with the user's intent04_design.md, the Architect tells the user to either send revision instructions or continue with /crispy:resume.agents/ or skills/ directories. Subagents are invoked by name — VS Code loads their instructions automatically..crispy/ directory after creating files in it.Provide a clear description of the feature or change you want to implement:
/crispy:start Implement rate limiting for the /v1/auth endpoint