Plan and create a new Linear project for a feature or initiative.
Plans and creates a new Linear project by breaking down a feature into detailed, actionable issues with full technical context for handoff.
When to use
Use this when initiating development of a new feature or initiative to create a structured implementation plan and task breakdown in Linear.
How to invoke
both
/plugin marketplace add rasmusgodske/dev-agent-workflow/plugin install project-roles@dev-agent-workflowlinear/Plan and create a new Linear project for a feature or initiative.
Recommended: Activate a role first (e.g., /roles/techlead) to load relevant codebase rules.
If you haven't loaded rules yet, read the appropriate ones:
.claude/rules/backend/*.md and .claude/rules/dataclasses/laravel-data.md.claude/rules/frontend/*.mdEnsure you thoroughly understand what needs to be built:
Determine which branch this feature will be developed on:
git branch --show-current[branch-name]. Is this the correct branch for this feature, or would you like to specify a different one?"Create a new Linear project:
mcp__linear-server__create_project with comprehensive details## Branch
`[branch-name]`
## Purpose
[What problem this solves or what value it provides]
## Scope
[What's included and what's explicitly out of scope]
## Technical Approach
[High-level architecture or approach - reference patterns from rules]
## Dependencies
[Any related systems, APIs, or services]
Use the linear-issue-writer skill to create detailed issues:
Skill tool with command: "linear-issue-writer"After planning is complete, ask the user:
"I've created the Linear project '[Project Name]' with [X] issues for implementation. What would you like to do next?"
- Start implementing now (use
/linear/work-on-issueto begin)- Stop here and continue later (you can resume with
/linear/work-on-issue [issue-id])- Review the plan first (I can walk through the issues)
Provide them with the Linear project ID/URL for reference.