ワンクリックで
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 職業分類に基づく
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
| 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.