Add structured work (epics with child issues) to an existing Linear project. Use when the user wants to expand a project's scope, add an epic, add a batch of related issues to a project, or says something like "add these issues to the project" with 3 or more items.
npx claudepluginhub toolwright-adk/toolwright-monorepo --plugin linear-project-managerThis skill is limited to using the following tools:
Add an epic with child issues to an existing project using `add-epic` — one call that gets parent/child structure, milestone wiring, and labels automatically.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Add an epic with child issues to an existing project using add-epic — one call that gets parent/child structure, milestone wiring, and labels automatically.
add-epic)mcp__linear__save_issue directly/linear-bootstrap insteadConfirm mcp__linear-bootstrap__add-epic is available. If not, tell the user the linear-bootstrap MCP server is not running and suggest troubleshooting.
Use $ARGUMENTS or ask the user which project to expand. Use mcp__linear__list_projects if needed.
Gather in parallel:
mcp__linear__get_project — project overviewmcp__linear__list_milestones — existing milestones (to wire the new epic to one)mcp__linear__list_issues — existing issues (to avoid duplicates and understand naming patterns)mcp__linear-bootstrap__introspect-workspace — team labels and workflow states (for label reuse)From the user's description, determine:
Show the user a summary: "I'll add epic 'Payment Retry Logic' with 5 issues to milestone 'M3: Checkout Flow'. Sound right?"
Use mcp__linear-bootstrap__add-epic with:
project_id — from step 2team_id — from the project's teamepic — the designed structuremilestone_id — from step 2label_ids — map of label name → ID from introspectionReport what was created: epic ID, child issue count, milestone, labels applied.
If add-epic fails partially, report what was created vs. what failed. The successfully created items remain in Linear.
User: /linear-expand Add payment retry handling to the Checkout Redesign project
Agent: Found project "Checkout Redesign" with 3 milestones.
I'll add to M3: Checkout Flow.
Epic: "Payment Retry Logic" (5 issues)
- Detect failed payment attempts (P1)
- Implement exponential backoff retry (P1)
- Add retry status UI component (P2)
- Send retry notification email (P3)
- Add retry metrics dashboard (P3)
Labels: "payments" (existing), "reliability" (existing)
Sound right?
User: Yes, go ahead.
Agent: Created epic "Payment Retry Logic" in Checkout Redesign:
- 5 child issues under M3: Checkout Flow
- Reused 2 existing labels