Help us improve
Share bugs, ideas, or general feedback.
From hive
Manage issues across Linear workspace. Use when user wants to create, update, move, or query issues. Routes to appropriate command based on workflow state.
npx claudepluginhub skywalking-dev/hiveHow this skill is triggered — by the user, by Claude, or both
Slash command
/hive:backlog_managerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Issue lifecycle management via Linear.
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
Issue lifecycle management via Linear.
Linear is the single source of truth for all issues.
@tacticlaunch/mcp-linearLocal docs/backlog/: DEPRECATED (historical reference only)
| Local Folder | Linear Project | Code |
|---|---|---|
docs/backlog/ | Skywalking (default) | SKY |
projects/micelio/ | micelio.skyw.app | MIIC |
projects/natu/ | Natu | NATU |
projects/{slug}/ | {Project Name} | {CODE} |
Parent issues:
Backlog → Shaping → Refining → To Do → Prioritised → In Progress → In Review → Resolved → Testing → Ready to Deploy → Done → Done & Monitoring
Sub-issues (agent tasks):
To Do → In Progress → Done
| State | Command | Skill | Action |
|---|---|---|---|
| Backlog | /capture | quick-capture | Quick idea → Linear |
| Shaping | /shape | issue-shaping | Full discovery → shaped issue |
| Refining | /refine | issue-refining | Agent sub-issues + specs |
| In Progress | /dev | dev | Delegate to agents |
| In Review | /review | pr-review | PR review + Linear sync |
| Ready to Deploy | /ship_it | - | CHANGELOG + merge |
| Type | Label | Use Case |
|---|---|---|
| Bug | bug | Something broken |
| Feature | feature | New functionality |
| Improvement | improvement | Enhancement |
Agents get Linear sub-issues with [Agent] prefix.
Title format: [{AGENT}] {task description}
The agent name in brackets is the delegation signal for Mentat (orchestrator). When Mentat sees [Kokoro] in title, it delegates that sub-issue to the Kokoro sub-agent.
IMPORTANT: Do NOT assign sub-issues to anyone. The title prefix is sufficient for orchestration.
| Agent | Focus | Example Title |
|---|---|---|
| Aurora | Design, brand, UI/UX | [Aurora] Design WhatsApp button styles |
| Kokoro | Backend, API, DB | [Kokoro] Add whatsapp_number migration |
| Pixel | Frontend, React | [Pixel] WhatsAppButton component |
| Flux | Automation, n8n | [Flux] Notification workflow |
| Hermes | Deploy, Vercel | [Hermes] Configure env vars |
| Centinela | QA, E2E | [Centinela] E2E tests for WhatsApp |
| Lumen | SEO | [Lumen] Schema markup |
User has idea/bug/feature?
├── Quick thought, minimal context → /capture
├── Needs discovery/definition → /shape
└── Already shaped, needs breakdown → /refine
Issue refined with sub-issues?
└── → /dev (Mentat orchestrates)
User has PR ready?
└── → /review
User ready to deploy?
└── → /ship_it
User mentions project?
├── micelio.skyw.app, miic → Project: micelio.skyw.app
├── natu → Project: Natu
├── SKY, skywalking, internal → Project: Skywalking (default)
└── Ask if unclear
When /dev is called:
[Agent] prefixSee dev skill for full protocol.
| Tool | Use |
|---|---|
linear_createIssue | Create parent or sub-issue |
linear_updateIssue | Update state, priority, etc. |
linear_searchIssues | Find duplicates, query |
linear_getIssueById | Get issue details |
linear_createComment | Add completion comments |
Specs can still live locally when needed:
projects/{project}/specs/
├── {ISSUE_ID}_DESIGN_SPECS.md
├── {ISSUE_ID}_API_SPECS.md
└── {ISSUE_ID}_NOTES.md
Link these from Linear issue description.
docs/backlog/.state.json - counter frozen*_TASKS.md files - use Linear sub-issues/bg_entry command - use /capture or /shape/delegate @*_TASKS.md - use /dev for orchestration/start_work - replaced by /dev/capture - quick idea → Linear backlog/shape - guided discovery → shaped issue/refine - technical breakdown → agent sub-issues/dev - Mentat orchestrates agent work/review - PR review + Linear sync/ship_it - deploy flow/debate - Forge review (reference Linear issue ID)/capture "Add dark mode toggle"
→ Creates in Linear: Skywalking project, Backlog state
/shape
→ Discovery questions
→ Creates shaped issue in Linear
/refine SKY-123
→ Identifies agents (Kokoro, Pixel)
→ Creates sub-issues with technical specs
/dev SKY-123
→ Mentat delegates to agents
→ Monitors progress
→ Validates acceptance criteria
/review #47
→ Syncs PR state with Linear
→ SKY-123 moves to "In Review"
*_TASKS.md files - use Linear sub-issues/bg_entry - use /capture or /shape[Agent] prefix onlyOn routing:
Detected: {action_type}
Project: {Linear project}
Command: /{command}
Executing...
On query:
Linear Issues ({project}):
Backlog: {count}
- SKY-1: {title}
In Progress: {count}
- SKY-2: {title} [Kokoro, Pixel]
In Review: {count}
- SKY-3: {title} → PR #47