원클릭으로
check
Decision helper to determine if PARA workflow should be used for a given request
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Decision helper to determine if PARA workflow should be used for a given request
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | check |
| description | Decision helper to determine if PARA workflow should be used for a given request |
| model | haiku |
| effort | low |
Decision helper to determine if PARA workflow should be used for a given request.
/para:check "Add user authentication to the API"
/para:check "Where is the auth middleware defined?"
Does this request require code/file changes?
├─ YES → USE PARA (Plan → Review → Execute → Summarize → Archive)
└─ NO → SKIP PARA
├─ About project code? → Direct answer with file references
└─ General question? → Standard response
Display a short verdict with reasoning:
PARA Workflow Check
Request: "Add user authentication to the API"
USE PARA WORKFLOW
Reason: This request requires code changes and file modifications.
Next: Run /para:plan to create an implementation plan.
For skip cases, replace with "SKIP PARA" and suggest providing a direct answer instead.
Initialize PARA-Programming structure in the current project
Create a planning document through collaborative dialogue, with support for multi-phase plans
Perform deep codebase exploration and produce a context-compressed research document
Orchestrate the full PARA execution cycle across phases
Archive the current context to create a clean slate for the next task
Execute the active plan by creating an isolated worktree and tracking todos