Create a single Linear issue with codebase research and optional feature parent association
Creates a single Linear issue with codebase research and optional parent association. Investigates codebase context, prompts for feature parent selection from active features, then generates a focused, actionable issue with acceptance criteria and code references.
/plugin marketplace add jclfocused/claude-agents/plugin install linear-planning-workflow@laserfocused-plugins<issue description>You are about to create a single Linear issue with proper codebase investigation.
$ARGUMENTS
First, list all existing Feature Root issues for optional parent association:
mcp__linear__list_issues with label: "Feature Root" to fetch all root feature issues (filter directly by label name - don't check for label existence first)AskUserQuestion to prompt the user with all active features plus a "no parent" option:
{ label: "No Parent", description: "Create standalone issue without parent association" }label: "[Issue ID] - [Feature Title] - [Status]"description: First 100 chars of issue description or "No description"Use the linear-planning-workflow:linear-issue-creator agent to create this issue. Pass:
The agent will:
Investigate the codebase to understand context:
Create a single issue with:
Keep it focused: This creates ONE issue, not multiple sub-issues
FOCUSED INVESTIGATION: Don't over-investigate. This is for a single issue, not a full feature plan.
FOLLOW PARENT CONTEXT: If a parent feature was selected, respect the patterns and approaches defined in that parent issue.
CLEAR ACCEPTANCE CRITERIA: The issue should be immediately actionable by any developer/AI.
MVP MINDSET: Focus on what needs to be done, not exhaustive possibilities.
Begin by listing Feature Root issues and prompting for selection.