بنقرة واحدة
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.