Analyze processes, identify workflows, define boundaries and scope, and map process requirements for specialization creation.
Analyzes processes to identify workflows, define boundaries, and map requirements for specialization creation.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
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 2Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.