From project-roles
Plan and create a new Linear project for a feature or initiative.
npx claudepluginhub RasmusGodske/dev-agent-workflow --plugin project-roleslinear/# Start Linear Project Plan and create a new Linear project for a feature or initiative. ## Prerequisites **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: - Backend work: `.claude/rules/backend/*.md` and `.claude/rules/dataclasses/laravel-data.md` - Frontend work: `.claude/rules/frontend/*.md` - Full-stack work: Both backend and frontend rules ## Workflow ### 1. Understand the Feature Ensure you thoroughly understand what needs to be built: - If they provided a description, co...
/start-projectInicie um projeto NOVO do zero. Diferente de /start-milestone que cria 1 milestone,
/start-projectInitialize project with overview document and scaffold
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.