ProcessPlan (processplan.com). Use this skill for ANY ProcessPlan request — reading, creating, and updating data. Whenever a task involves ProcessPlan, use this skill instead of calling the API directly.
Coding
Process To Skill
Try itTurn a user-described business process into an automated execution flow and optionally convert it into a reusable local skill. Use when a user explains steps...
What it does
Turn a user-described business process into an automated execution flow and optionally convert it into a reusable local skill. Use when a user explains steps...
The skill document
Process To Skill
Use this skill to operationalize "explain once, reuse later" behavior for business workflows.
Workflow
- Extract the process from the user's message as an ordered list of steps, inputs, and expected output.
- Execute or automate the process for the current request.
- Confirm the result in plain business language.
- Ask whether the user wants to save the process as a reusable skill.
- If the user says yes, create a new skill folder with a trigger-focused
description, concise workflow instructions, andagents/openai.yamlmetadata. - Return the saved skill name and one example command the user can use next time.
Save Prompt Requirement
After completing the process, always ask a direct reuse question:
- "Do you want me to save this as a reusable skill so next time you can call it directly without re-explaining the steps?"
If the answer is unclear, ask once more with a suggested skill name.
Skill Authoring Rules
- Use lowercase hyphenated names (
-when possible). - Keep
SKILL.mdprocedural and short; include only repeatable steps. - Put trigger conditions in frontmatter
description, not in the body. - Add only required resource folders (
scripts/,references/,assets/) when they are actually needed. - Reuse existing local scripts/templates when possible instead of duplicating logic.
Minimal Capture Template
When saving a process, capture:
- Goal: What business outcome this process produces.
- Inputs: Required user-provided data.
- Steps: Deterministic sequence to run.
- Output: Expected deliverable format.
- Trigger examples: 2-3 natural language prompts that should activate the skill.
Guardrails
- Do not auto-save without user confirmation.
- Do not save one-off ad hoc tasks that are unlikely to be reused.
- If required tools or permissions are missing, report the blocker and offer a partial skill draft.
Related skills
Convert a book, paper, document, documentation site, or code repository into a structured, on-demand agent skill. Use when the user wants to turn a PDF, EPUB, DOCX, a URL, a docs site, or a GitHub repo into a skill they can load later — "make a skill from this book", "turn this paper into a skill", "turn these docs into a skill", "I want an agent that knows this library".
This skill should be used when the user needs strategic advice on AI-driven business transformation, including digital marketing automation, AIGC commercial applications, AI agent design, smart commerce, or business intelligence. Triggers on keywords like: 数字营销, AIGC, AI智能体, 智慧商务, 商务智能, AI转型, 营销自动化, AI agent, 商业AI.
Discover, install, update, or create the right skill when a workflow gap appears. Use when a task is repetitive, a role lacks a reliable procedure, an existi...
Agent skill recommender. Input a user need, task description, or existing skill list; output best matching skills, install rationale, duplicate/merge candida...
Turn SOP documents into an askable digital-human procedure course.