원클릭으로
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