From para
Determines if PARA workflow (Plan-Review-Execute-Summarize-Archive) is needed for a request by checking for required code or file changes. Outputs verdict with reasoning and next steps.
How this skill is triggered — by the user, by Claude, or both
Slash command
/para:checkhaikuThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Decision helper to determine if PARA workflow should be used for a given request.
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.
npx claudepluginhub brian-lai/para-programming-plugin --plugin paraGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.