home/categories/scripting/jayprimer-pmc-marketplace-plugins-pmc-skills-workflow-skill-md
scriptingdevelopment

workflow

Develop, test, and register PMC workflows. Workflows are JSON state machines for Claude CLI, shell, sub-workflows. WORKFLOW: 1. DEFINE - Create workflow JSON with states, transitions 2. VALIDATE - pmc validate <workflow.json> 3. MOCK - Create mock scripts for each state 4. TEST MOCK - pmc run --mock to test transitions 5. TEST REAL - pmc run with real data 6. REGISTER - Add to registry.json Use when: - User says "create workflow", "new workflow", "automate" - Automating repetitive multi-step processes - Building CI/CD or development pipelines

jayprimer
maintainer
jayprimer
更新於 1/4/2026
星標
0
分支
0
quick start

Installation and usage

Develop, test, and register PMC workflows. Workflows are JSON state machines for Claude CLI, shell, sub-workflows. WORKFLOW: 1. DEFINE - Create workflow JSON with states, transitions 2. VALIDATE - pmc validate <workflow.json> 3. MOCK - Create mock scripts for each state 4. TEST MOCK - pmc run --mock to test transitions 5. TEST REAL - pmc run with real data 6. REGISTER - Add to registry.json Use when: - User says "create workflow", "new workflow", "automate" - Automating repetitive multi-step processes - Building CI/CD or development pipelines

安裝
$ install --globalskills.sh
使用

安裝後,您可以透過在終端機執行以下指令來使用此技能:

skills use workflow