From para-skills
Decision helper to determine if PARA workflow should be used for a given request. Triages tasks into PARA-worthy vs direct-answer categories.
How this skill is triggered — by the user, by Claude, or both
Slash command
/para-skills: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 WORKFLOW
| Next: Run $para-plan to create an implementation plan.
`- NO -> SKIP PARA
|- Read-only project question -> Direct answer with file references
|- navigation request -> Point to relevant files or commands
|- explanations -> Explain directly
`- 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 the verdict with SKIP PARA and provide the direct answer or inspection path.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub brian-lai/para-programming-agent-skills --plugin para-skills