By bradtaylorsf
Automate end-to-end Linear ticket management: create tickets with duplicate checks and codebase context, triage backlog for duplicates/priorities/merges, plan implementations with git branch/PR sync, optimize descriptions, verify fixes via git history, and generate Gamma.app markdown slide decks for customer account reports.
npx claudepluginhub bradtaylorsf/alphaagent-teamCreate a new Linear ticket with guided prompts and optional immediate work start
Generate a Gamma.app-compatible markdown slide deck from Linear tickets for customer-facing account management presentations.
Start working on a Linear ticket with automated branch creation and context setup
Triage and prioritize Linear tickets, identify duplicates, and organize the backlog
Generates customer-facing slide deck markdown from Linear ticket data for account management presentations. Output is formatted for Gamma.app import.
Creates well-researched Linear tickets with codebase exploration and duplicate detection. Use when user wants to create a ticket, file an issue, or document a bug/feature.
Improves Linear ticket quality by finding poorly-described tickets and enhancing their descriptions for better clarity and resolution success.
Plans implementation for Linear tickets with codebase exploration, creates branches, and updates ticket status. Use when starting work on a ticket.
Autonomous agent for triaging Linear tickets - finds duplicates, checks if issues are fixed, and closes stale tickets. Designed for parallel execution. Invoke with a Linear ticket ID.
Patterns for generating Gamma.app-compatible slide deck markdown from Linear data for customer-facing account management presentations
Methodology for analyzing Linear tickets to find duplicates, check relevance, and determine if issues have been fixed.
Detects similar/duplicate tickets before creating new ones.
Patterns for creating well-researched Linear tickets with codebase context.
Synchronizes Linear ticket status with git workflow events.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimLinear issue tracking integration and workflow management
Linear ticket and project workflows with wrapper scripts for issues, milestones, documents, and PR coordination
Commands for task management and project tracking
Claude Code skill pack for Linear (24 skills)
Battle-tested Claude Code plugin for engineering teams — 50 agents, 188 skills, 68 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
A curated collection of Claude Code plugins for autonomous coding assistance.
# 1. Add the marketplace
/plugin marketplace add the-answerai/alphaagent-team
# 2. Install plugins you need
/plugin install aai-core@alphaagent-team
/plugin install aai-hooks@alphaagent-team
30 plugins organized into categories:
| Category | Plugins | Description |
|---|---|---|
| Workflow | aai-core, aai-hooks | Git operations, PR management, validation hooks |
| PM | aai-pm-linear, aai-pm-jira, aai-pm-github | Ticket/issue management |
| Dev Agents | aai-dev-frontend, aai-dev-backend, aai-dev-database, aai-dev-fullstack | Technology-agnostic development agents |
| Stack Skills | 15 plugins | Technology-specific patterns (React, Next.js, Express, etc.) |
| Specialized | aai-testing, aai-architecture, aai-docs, aai-blog, aai-devops, aai-quality | Specialized agents |
In Claude Code, run:
/plugin marketplace add the-answerai/alphaagent-team
/plugin
Navigate to the Discover tab to see all 30 plugins with descriptions.
Install plugins based on your needs:
# Essential for all projects
/plugin install aai-core@alphaagent-team
/plugin install aai-hooks@alphaagent-team
# PM integration (choose based on your tooling)
/plugin install aai-pm-linear@alphaagent-team # Linear users
/plugin install aai-pm-jira@alphaagent-team # Jira users
/plugin install aai-pm-github@alphaagent-team # GitHub Issues
# Development agents
/plugin install aai-dev-fullstack@alphaagent-team # All-in-one bundle
# Stack-specific skills (install based on your tech stack)
/plugin install aai-stack-react@alphaagent-team
/plugin install aai-stack-express@alphaagent-team
/plugin install aai-stack-typescript@alphaagent-team
# ... etc.
/help # See all available commands from installed plugins
/plugin install aai-core@alphaagent-team
/plugin install aai-hooks@alphaagent-team
/plugin install aai-dev-fullstack@alphaagent-team
/plugin install aai-testing@alphaagent-team
Then add stack plugins matching your tech:
aai-stack-react, aai-stack-typescriptaai-stack-nextjs, aai-stack-reactaai-stack-express, aai-stack-nodeaai-stack-postgres, aai-stack-prisma/plugin install aai-pm-linear@alphaagent-team # or aai-pm-jira
/plugin install aai-docs@alphaagent-team
| Plugin | Description |
|---|---|
| aai-core | Core workflow - git operations, PRs, code review, essential commands |
| aai-hooks | Validation hooks - protected branches, completion validation, anti-patterns |
| Plugin | Description | Requires |
|---|---|---|
| aai-pm-linear | Linear ticket management - create, plan, optimize, triage | Linear MCP |
| aai-pm-jira | Jira ticket management - create, plan, optimize, triage | Atlassian MCP |
| aai-pm-github | GitHub Issues management - triage, workflow | gh CLI |
| Plugin | Description |
|---|---|
| aai-dev-frontend | Frontend agent - UI components, state management, accessibility |
| aai-dev-backend | Backend agent - API design, authentication, error handling |
| aai-dev-database | Database agent - schema design, queries, migrations |
| aai-dev-fullstack | All dev agents bundled together |