Plugin
linear-issue-pipeline
Three native skills that run the Diolog Linear issue pipeline — triage, plan, and worker — entirely inside your interactive Claude Code session (no Agent SDK, so usage draws from your standard interactive allowance, not the separate Agent SDK credit). linear-triage runs a technical + Specification Sentinel product review and posts a non-technical readiness comment; linear-plan classifies a tier, investigates the codebase, writes docs/plans/{id}.md and comments the repo-relative path (no file upload); linear-worker implements a planned issue in an isolated worktree via dynamic ultracode workflows (understand → implement → rebase → acceptance review → resolve), with no remote PR. The plan and worker fan out parallel subagents via the Workflow tool (in small batches to avoid throttling) to speed up large investigations. The worker verifies each phase against the plan + ticket before advancing (not just at the end) and runs all phases through to completion.