Use when reviewing a PR in camunda/camunda that touches AGENTS.md, skills under .claude/skills/, the way the project uses ADRs, or the way the project uses architecture docs (not new ADRs or architecture docs themselves) โ i.e., Agent-Ready initiative PRs
Use when Nico asks to write his daily stand-up, stand-up message, Geekbot reply, or to summarize yesterday's work for stand-up. Produces both "Yesterday" and "Today" sections in Nico's house style, organized by his current P1/P2/P3 epics with everything else under "Also". Posted in Slack
Use when user shares an error message, stack trace, or log snippet to investigate โ or when investigating an incident that has a concrete error artifact (log line, exception, failed assertion). Skip when the incident has no error artifact, e.g. performance regressions, throughput/latency drops, capacity issues, or behavioral discrepancies without logs.
Refines an existing skill for effectiveness (does it achieve its goal?), efficiency (tokens spent doing so), and discoverability (does Claude trigger it when relevant?). Use when the user wants to optimize, refactor, audit, or tighten a skill, or invokes optimize-skill.
Produce a deterministic local reproducer for a bug described by the user. Use when the user shares an incident, bug report, or behavior description and wants to reproduce it locally. Output is a reproducer (test or script) for later root-cause analysis โ RCA itself is out of scope.
Conducts a comprehensive research across the codebase to answer user questions by spawning parallel sub-agents and synthesizing their findings.
Creates detailed implementation plans through an interactive, iterative process.
Implements an approved technical plan from `thoughts/plans/`. These plans contain phases with specific changes and success criteria.