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
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
После установки вы можете использовать этот skill, выполнив следующую команду в терминале:
skills use workflow