From ai-eng-research
Investigates Jira tickets by walking linked tickets, code paths, and Confluence pages in a self-continuing loop until a written hypothesis with evidence citations is produced.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-eng-research:investigation-loopThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Long-form investigation skill for tickets where the answer requires walking multiple linked tickets, code paths, and Confluence pages. Hand the agent a ticket and a marker file; the cooking Stop hook keeps it iterating until either (a) a written hypothesis with at least three evidence citations exists, or (b) the iteration counter hits 10.
Long-form investigation skill for tickets where the answer requires walking multiple linked tickets, code paths, and Confluence pages. Hand the agent a ticket and a marker file; the cooking Stop hook keeps it iterating until either (a) a written hypothesis with at least three evidence citations exists, or (b) the iteration counter hits 10.
test-fix-loop or cross-repo-refactorRF-9421) and any obvious entry point (a stack trace, a failing PR, a recent regression).mkdir -p ~/.claude/cooking
PID=$$
START_EPOCH=$(ps -p $PID -o lstart= | sed 's/^ *//;s/ *$//')
printf '{"start_epoch": "%s"}' "$START_EPOCH" > ~/.claude/cooking/active-$PID
<TICKET-KEY> in cook mode. Goal: written hypothesis with at least 3 evidence citations."finally-equivalent path.Stop when ALL of these are true:
path:line, ticket key, doc URL, commit SHA, or test result)When termination triggers:
rm -f ~/.claude/cooking/active-$PID ~/.claude/cooking/iter-$PID
If iteration 10 hits without a hypothesis, write a brief note describing what's missing (which file/ticket couldn't be accessed, what evidence is incomplete) and exit anyway — never run past 10. The hook hard-caps regardless.
/cook-status should show this loop's marker as active mid-run. After termination, the marker is gone and the conversation transcript contains the hypothesis with its citations. The iteration counter file should be ≤ 10 at any observation point.
hooks/cooking/stop-hook.sh/cook-statustest-fix-loop, cross-repo-refactor, dreaming-consolidatornpx claudepluginhub p/v1truv1us-ai-eng-research-plugins-ai-eng-researchCreates 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.
2plugins reuse this skill
First indexed Jul 8, 2026