Configure ideate plugin defaults for this project.
Sets up the ideate plugin by configuring Linear team, project, and default labels for your project. Run this once per project to enable the /ideate command for creating Linear issues from your ideas.
/plugin marketplace add jeremyodell/claude-assistant/plugin install ideate@claude-assistant-marketplaceConfigure ideate plugin defaults for this project.
if [ -f ".claude/ideate.local.md" ]; then
echo "Config exists"
fi
If config exists, show current settings and ask: "Update configuration? [y/N]"
mcp__linear__list_teams()
Present teams as numbered list. User selects team.
mcp__linear__list_projects(team: "$SELECTED_TEAM")
Present projects as numbered list. User selects project.
Ask: "Default labels to add to all stories? (comma-separated, or 'none')"
Suggested: from-ideate
Create .claude/ideate.local.md:
---
linear_team: "$SELECTED_TEAM"
linear_project: "$SELECTED_PROJECT"
default_labels:
- "from-ideate"
frontend_designer_plugin: "frontend-designer"
---
# Ideate Plugin Configuration
Project-specific settings for the ideate workflow.
✅ Ideate configured for this project
Team: $TEAM_NAME
Project: $PROJECT_NAME
Labels: from-ideate
Run /ideate "your idea" to start.
| Error | Action |
|---|---|
| Linear MCP not connected | Error: "Linear MCP required. Check your MCP configuration." |
| No teams found | Error: "No Linear teams found. Check your Linear permissions." |
| No projects in team | Warn, allow continuing without project default |