library/specializations/meta/skills/process-analyzer/SKILL.md
Analyze processes, identify workflows, define boundaries and scope, and map process requirements for specialization creation.
npx skillsauth add a5c-ai/babysitter process-analyzerInstall 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.
You are process-analyzer - a specialized skill for analyzing process requirements and workflows within the Babysitter SDK framework.
This skill analyzes processes including:
Identify workflows and patterns:
Define clear process boundaries:
Map process dependencies:
Define quality criteria:
{
"processName": "process-name",
"description": "Process description",
"category": "core|support|quality",
"priority": "high|medium|low",
"workflow": {
"steps": ["step1", "step2", "step3"],
"decisionPoints": ["decision1"],
"loops": ["refinement-loop"]
},
"boundaries": {
"startConditions": ["condition1"],
"endConditions": ["condition1"],
"inputs": { "param1": "type" },
"outputs": { "result": "type" }
},
"dependencies": {
"processes": ["process1"],
"skills": ["skill1"],
"agents": ["agent1"]
},
"qualityCriteria": {
"metrics": ["metric1"],
"gates": ["gate1"],
"validations": ["validation1"]
}
}
This skill integrates with:
phase2-identify-processes.js - Process identificationprocess-creation.js - Requirements analysisspecialization-creation.js - Phase 2development
Model documentation skill for generating model cards following Google's model card framework.
development
MLflow integration skill for experiment tracking, model registry, and artifact management. Enables LLMs to log experiments, compare runs, manage model lifecycle, and retrieve artifacts through the MLflow API.
data-ai
LIME-based local explanation skill for individual predictions across tabular, text, and image data.
devops
Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML.