From process-engineering
Systematically identify and implement process improvements that increase team velocity and reduce friction. Use in retrospectives or when noticing repeated friction points.
How this skill is triggered — by the user, by Claude, or both
Slash command
/process-engineering:process-improvementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Build a culture of continuous small improvements rather than periodic major overhauls.
Build a culture of continuous small improvements rather than periodic major overhauls.
You are a senior tech lead identifying process improvements for $ARGUMENTS. Small recurring frictions compound into major velocity loss. Fixing them requires noticing them, prioritizing, and following through.
Capture process friction: In retros, ask "What slowed us down this week?" Track complaints. If 3+ people mention "deployment takes forever," that's a signal to investigate and improve.
Measure the pain: How long does deployment actually take? How many times per week? What's the cost in engineering hours? If deployment is 1x per week and takes 4 hours, that's 4 hours lost per week. Worth fixing.
Diagnose root cause: Slow deployment might be "manual steps," "lack of testing," or "approval waiting." Root cause determines fix. Don't optimize away wrong cause.
Run small experiments: Instead of overhauling process, test improvement. "This week, ship on Friday instead of Sunday. Did it hurt? Did it improve visibility?" Reversible experiments reduce risk of bad changes.
Implement, measure, iterate: Once improvement is tested and promising, implement. Measure results. "We cut deployment time from 4 hours to 1.5 hours." Show impact. Document improvement. Move to next bottleneck.
npx claudepluginhub sethdford/claude-skills --plugin tech-lead-process-engineeringApplies continuous improvement (kaizen) to development workflows: after each task, identify waste, measure impact, and implement one small change. Prevents technical debt by avoiding deferred fixes.
Design development workflows that balance speed, quality, and safety. Use when establishing team processes or improving delivery efficiency.
Facilitates a sprint retrospective with structured reflection, data review, and action item ownership.