plugins/handsonai/skills/writing-process-guides/SKILL.md
Write Business Process Guide documentation that explains when, why, and how to execute a complete business process with its component workflows, and save as markdown files. Use when documenting a business process end-to-end, creating playbooks, or explaining how multiple workflows fit together. Triggers on "write process guide", "document this process", "create a playbook for", "how do these workflows connect".
npx skillsauth add jamesgray-ai/handsonai-plugins writing-process-guidesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Write comprehensive Business Process Guide documentation and save as markdown files, with optional linking to a process tracker (Notion, Airtable, etc.). Process guides explain the strategic context and rhythm of a complete business process, while individual workflow SOPs handle the tactical execution details.
| Aspect | Process Guide | Workflow SOP | |--------|---------------|--------------| | Level | Strategic | Tactical | | Scope | Multiple workflows | Single workflow | | Answers | When/Why/What order | How (step-by-step) | | Audience | Decision-maker | Executor | | Length | 1-2 pages | Detailed steps |
outputs/<name>-requirements.md). If Design Specs and SOPs exist, read those too for sequencing, autonomy levels, and cross-references.process-guides/<name>.md. Ask the user where process guides live if their project has a different convention.See references/process-guide-template.md for full template structure. Core sections:
| Section | Purpose | |---------|---------| | Purpose | Why this process exists and business impact | | When to Execute | Triggers, frequency, timing | | Process Overview | Visual flow of workflows | | Workflow Sequence | Each workflow with trigger, duration, output | | Decision Points | Key choices during the process | | Success Criteria | How to know the process worked | | Common Pitfalls | What typically goes wrong | | Orchestrator Agent (optional) | If an agent exists that runs this process end-to-end, name it and describe how to invoke it |
---
title: "<Process Name>"
owner: "<Your Name>"
last_reviewed: "YYYY-MM-DD"
notion_process_url: "" # optional — Notion page URL if you use the AI Registry
---
In the Workflow Sequence section, SOP links should use relative repo paths pointing to the SOP markdown files:
> SOP: [<Workflow Name> SOP](../sops/<workflow-name>-sop.md)
If the SOP file doesn't exist yet, note it as pending:
> SOP: _Not yet documented — [Workflow Name] SOP will be written separately_
If you use Notion, Airtable, or another tool to track business processes, update the process's guide link property to point to the markdown file after writing it. This keeps your tracker in sync with the source-of-truth markdown files.
For Notion users with the AI Registry template: update the "Guide" URL property on the business process page to point to your markdown file's URL.
../sops/<workflow-name>-sop.md_Not yet documented — [Workflow Name] SOP will be written separately_documentation
Write Standard Operating Procedure documentation for workflows and save as markdown files. Selects full or lightweight SOP template based on autonomy level (deterministic vs. guided/autonomous), then adapts for workflow type (Manual, Augmented, Automated). Use when the user asks to write an SOP, document a workflow, create procedure documentation, or capture how a workflow is executed. Triggers on "write an SOP", "document this workflow", "create operating instructions", "how is this workflow executed".
development
Guide structured testing of AI workflow artifacts, evaluate output quality, identify which building blocks need adjustment, and determine readiness for deployment. Use when the user has built workflow artifacts and needs to test them. This is Step 5 (Test) of the AI Workflow Framework.
development
This skill should be used when the user has built and tested workflow artifacts and wants a Run Guide for deploying and operating their AI workflow. It generates a plain-language guide with setup steps, deployment patterns, and sharing instructions — tailored to the user's platform and build path. This is Step 6 (Run) of the AI Workflow Framework.
development
Evaluate a running AI workflow for quality, relevance, and evolution opportunities. Use when the user wants to review how a deployed workflow is performing, check if it needs tuning, or assess whether it should graduate to a more capable orchestration mechanism. This is Step 7 (Improve) of the AI Workflow Framework.