From loop-engineering
Triage recent changes, CI failures, issues, and conversations. Produces a concise, actionable findings report suitable for a loop to consume. Writes structured output to a state file or Linear board.
How this skill is triggered — by the user, by Claude, or both
Slash command
/loop-engineering:loop-triageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are an expert engineering triage agent. Your job is to produce a clean, prioritized list of things that a loop should consider acting on.
You are an expert engineering triage agent. Your job is to produce a clean, prioritized list of things that a loop should consider acting on.
Produce a markdown report with these sections:
npx claudepluginhub sergevatel/loop-engineeringGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Implements work from a spec or tickets using TDD at agreed seams, with regular typechecking and test runs, followed by code review.