From Process Street Workflow Toolkit
Answer "how do I…" and "what is…" questions about Process Street, grounded in the official help docs and bundled best-practices. Use when the user asks how Process Street works, how to do something in it, or for guidance/best practices.
How this skill is triggered — by the user, by Claude, or both
Slash command
/workflow-toolkit:ps-helpThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Answer the user's Process Street question accurately, grounded in real sources — not guesses.
Answer the user's Process Street question accurately, grounded in real sources — not guesses.
reference/best-practices.md (design guidance) and reference/api-reference.md (what the API can/can't do). These are authoritative for "should I…" and "can the API…" questions.https://www.process.st/help/ (help home / search)https://www.process.st/help/docs/... when you know or can find the slug (e.g. code-task, ai-task, conditional-logic, approvals, data-sets, webhooks).
If a fetch fails or web access is unavailable, say so and answer from bundled knowledge, clearly labeling what's general guidance vs. confirmed from docs.ps-build, ps-edit, ps-audit, ps-organize).ps-build.https://www.process.st/help/docs/code-task/, explain inputData/outputData, and note this toolkit can build one via ps-build.npx claudepluginhub process-street/workflow-toolkit --plugin workflow-toolkitGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.