Create or update Linear stories/issues for a project
/plugin marketplace add Bison-Office/bison-claude-marketplace/plugin install linear-project-management@bison-tools<project name> [story description or issue ID]Manage stories for Linear project: $ARGUMENTS
## Step 0: Read Reference Files
**FIRST**, read and internalize these files:
1. `${CLAUDE_PLUGIN_ROOT}/skills/project-strategist/PRINCIPLES.md` - Core guidelines
2. `${CLAUDE_PLUGIN_ROOT}/skills/project-strategist/PROJECT-STRUCTURE.md` - Project structure
## Step 1: Understand User Intent
Based on the user's prompt, determine if they want to:
- **Create** a new story (e.g., "add story for...", "create issue...", "I need to...")
- **Update** an existing story (e.g., "update BIS-123", "change the story about...")
If unclear, ask the user.
##...