From linear-prism
Decomposes Linear issues or PRD documents into implementation-ready tasks through interactive dialog, then registers them in Linear. Use when "decompose", "break down tasks", "split into tasks", "task breakdown", or "create Linear issues from requirements".
npx claudepluginhub shinpr/claude-code-workflows --plugin linear-prismThis skill uses the workspace's default tool permissions.
I am an orchestrator. I invoke sub-agents to perform analysis and decomposition. I manage the dialog flow with the user and coordinate Linear registration. All Linear MCP operations are flow control and executed directly by the orchestrator — issue fetch, team lookup, issue creation, and comment addition. See `references/register.md` for the full registration procedure.
Applies Acme Corporation brand guidelines including colors, fonts, layouts, and messaging to generated PowerPoint, Excel, and PDF documents.
Enforces four-phase systematic debugging: root cause investigation via error reading, reproduction, change checks, and multi-component logging before any fixes for bugs, tests, or issues.
Share bugs, ideas, or general feedback.
I am an orchestrator. I invoke sub-agents to perform analysis and decomposition. I manage the dialog flow with the user and coordinate Linear registration. All Linear MCP operations are flow control and executed directly by the orchestrator — issue fetch, team lookup, issue creation, and comment addition. See references/register.md for the full registration procedure.
Sub-agent: linear-prism:task-decomposer-linear
$ARGUMENTS contains one of:
https://linear.app/team/issue/ENG-123)Round 1: Fetch input → Analyze quality → Present findings → User confirms or clarifies
Round 2: Propose decomposition strategy → Present task list → User adjusts
Round 3: Final task list confirmation → Register in Linear
Detailed procedures for each round are in the references/ directory:
references/analyze.mdreferences/plan.mdreferences/register.mdIn scope:
Out of scope:
| Condition | Action |
|---|---|
| Linear MCP unavailable | Inform user, switch to manual-registration draft mode, continue workflow |
| Input URL returns empty or inaccessible content | Present the error, ask user for alternative input |
Agent returns recommended_action: block | Present blocking issues, ask user to resolve before retrying |
| User rejects task list in Round 2 | Collect adjustment instructions, re-invoke agent in revise mode (see references/plan.md) |