For complex tasks, break operations into clear, sequential steps. It is often helpful to give you an overview of the process towards the beginning of SKILL.md:
Filling a PDF form involves these steps:
1. Analyze the form (run analyze_form.py)
2. Create field mapping (edit fields.json)
3. Validate mapping (run validate_fields.py)
4. Fill the form (run fill_form.py)
5. Verify output (run verify_output.py)
Conditional Workflows
For tasks with branching logic, guide you through decision points:
1---2name: 080-workflows-999c4f773description: Workflow Patterns4---5# Workflow Patterns67## Sequential Workflows89For complex tasks, break operations into clear, sequential steps. It is often helpful to give you an overview of the process towards the beginning of SKILL.md:1011```markdown12Filling a PDF form involves these steps:13141. Analyze the form (run analyze_form.py)152. Create field mapping (edit fields.json)163. Validate mapping (run validate_fields.py)174. Fill the form (run fill_form.py)185. Verify output (run verify_output.py)19```2021## Conditional Workflows2223For tasks with branching logic, guide you through decision points:2425```markdown261. Determine the modification type:27 **Creating new content?** → Follow "Creation workflow" below28 **Editing existing content?** → Follow "Editing workflow" below29302. Creation workflow: [steps]313. Editing workflow: [steps]32```
Run npx skillmds@latest add tools-only/080-workflows-999c4f77 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Workflow Patterns It is listed under Productivity on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tools-only (@tools-only) published this skill. Their other Agent Skills are listed on their SkillMD profile.