plugins/ai-registry/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 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>-definition.md). If Building Block 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
This skill should be used when the user wants to sync skills to GitHub, push skill changes to a remote repository, or back up local skills. Syncs Claude Agent Skills from ~/.claude/skills/ (local) to GitHub repository using git commands. Commits changes, pushes to remote, and updates Notion AI Building Blocks with GitHub URLs.
development
This skill should be used when the user wants to register or update AI building blocks (Skills, Agents, Prompts, Context MDs) in the Notion AI Building Blocks database. Triggers after skill creation, agent creation, prompt authoring, context MD updates, or when the user asks to register, add, or track a building block in Notion.
documentation
This skill should be used when the user wants to name a workflow, write workflow descriptions, standardize workflow documentation, add a workflow to Notion, or structure workflow entries. Generates consistent, outcome-focused names and descriptions for business workflows and creates entries in the Notion Workflows database.