By higoralves
Full-lifecycle development orchestration — design, plan, implement with TDD, review, respond to feedback, and ship with engineering discipline. Jira ticket triage and Sentry error-driven workflows. 12 commands, 17 agents, 10 skills. Flags: --auto (full autopilot), --team (collaborative agents), --worktree (parallel isolation), --repo (multi-repo support), --jira-sync (Jira progress tracking).
Review a GitHub PR — checks code quality, test coverage, and requirements alignment
Systematic debugging — find root cause before fixing, with structured investigation phases
Brainstorming and design — explore requirements, ask questions, propose approaches, and produce a design spec
Complete a development branch — verify tests, present integration options, execute choice, cleanup
Jira ticket triage — discover, analyze, investigate the codebase, enrich the ticket with findings and acceptance criteria, and prepare for implementation
Scans PR diffs for real bugs, logic errors, and runtime failures. Use this agent during code review to catch issues that will break in production — syntax errors, type mismatches, incorrect logic, null reference problems, race conditions, and off-by-one errors. Focuses only on the changed code.
Stage-2 reviewer — verifies implementation is well-built (clean, tested, maintainable). Only dispatched after spec-compliance-reviewer passes.
Reviews PR changes for compliance with project guidelines (CLAUDE.md). Use this agent during code review to check that changes follow established project conventions, import patterns, error handling rules, naming conventions, and other documented standards.
Validates cross-task integration after parallel implementation — checks imports resolve, interfaces match, components wire together correctly, and the build passes. Use this agent after task execution waves complete.
Analyzes Jira tickets using MCP tools — gathers description, acceptance criteria, linked issues, subtasks, comments, sprint/epic context into a structured report
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work — guides completion by presenting structured options for merge, PR, or cleanup
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Use when reviewing code — establishes comment tone, false positive guidelines, suggestion rules, and hard review rules
Use when writing tech specs, creating task manifests, decomposing features into tasks, or authoring architecture documents from requirements
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
Executes bash commands
Hook triggers when Bash tool is used
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A collection of productivity plugins for Claude Code — development orchestration, code review, PR management, issue discovery, git workflows, output styles, and frontend design.
This is a private marketplace. Make sure you're authenticated:
gh auth login
gh auth status # Verify authentication
/plugin marketplace add higoralves/novac-stack
Install the plugins you need:
/plugin install compozy@novac-stack
/plugin install pr-toolkit@novac-stack
/plugin install issue-finder@novac-stack
/plugin install commit-commands@novac-stack
/plugin install frontend-design@novac-stack
/plugin install explanatory-output-style@novac-stack
/plugin install learning-output-style@novac-stack
For background auto-updates to work with private repos, add to your shell config (~/.zshrc or ~/.bashrc):
export GITHUB_TOKEN=ghp_xxxxxxxxxxxxxxxxxxxx
Create a token at https://github.com/settings/tokens with repo scope.
Refresh the marketplace to get latest versions:
/plugin marketplace update novac-stack
/plugin list
To get the latest version of a specific plugin:
/plugin uninstall compozy@novac-stack
/plugin install compozy@novac-stack
v3.0.0Full-lifecycle development orchestration — design, plan, implement with TDD, review, respond to feedback, and ship with engineering discipline. Supports Jira ticket-driven and Sentry error-driven workflows.
Commands (12):
| Command | Description |
|---|---|
/orchestrate | Spec-driven development — analyze requirements, generate specs, decompose into parallel tasks, execute, review, and create PRs |
/design | Brainstorming and design — explore requirements, ask questions, propose approaches, produce a design spec |
/spec | Generate, view, or edit technical specifications |
/plan | Create a TDD-structured implementation plan from a design spec or requirements |
/code-review | Review a GitHub PR — checks code quality, test coverage, and requirements alignment |
/pr-respond | Address PR review feedback — read comments, fix code, reply to threads, push changes |
/debug | Systematic debugging — find root cause before fixing, with structured investigation phases |
/jira | Jira ticket triage — analyze, investigate codebase, enrich ticket with findings and AC, prepare for orchestration |
/sentry-fix | Fix Sentry issues — discover, analyze with rich context, find root cause, fix with TDD, verify, and resolve |
/finish | Complete a development branch — verify tests, present integration options, execute choice, cleanup |
/resume | Resume an interrupted orchestration from the last checkpoint |
/status | Show pipeline status across all active orchestrations |
Agents (17): spec-generator, task-decomposer, task-implementer, integration-validator, pr-assembler, prd-analyzer, jira-analyzer, jira-sync, sentry-analyzer, spec-compliance-reviewer, code-quality-reviewer, guidelines-reviewer, security-reviewer, requirements-checker, bug-hunter, test-analyzer, qa-validator
Skills (10): tdd, systematic-debugging, verification, worktrees, parallel-agents, pr-review, branch-completion, spec-authoring, team-agents, using-compozy
Flags: --auto (full autopilot), --team (collaborative agents), --worktree (parallel isolation), --repo (multi-repo support), --jira-sync (Jira progress tracking)
v1.1.0Comprehensive PR review using specialized agents for comments, tests, error handling, type design, code quality, and code simplification.
Command: /review-pr [PR number or URL]
Agents (6):
| Agent | Focus |
|---|---|
| code-reviewer | Project guidelines, style guides, best practices |
| code-simplifier | Clarity, consistency, maintainability |
| comment-analyzer | Comment accuracy, completeness, long-term maintainability |
| pr-test-analyzer | Test coverage quality and completeness |
| silent-failure-hunter | Silent failures, inadequate error handling, unsafe fallbacks |
| type-design-analyzer | Type encapsulation, invariant expression, enforcement |
v1.1.0Analyze codebases to discover bugs, security vulnerabilities, architectural problems, and improvements, then create GitHub issues directly.
Commands:
/audit-codebase [scope] — Run analysis agents and optionally create GitHub issues/fix-issue — Select a GitHub issue, plan and implement a fix, then create a PRAgents (7):
npx claudepluginhub higoralves/claude-plugin --plugin compozyStreamline your git workflow with simple commands for committing, pushing, and creating pull requests
Frontend design skill for UI/UX implementation
Analyze codebases to discover issues and create GitHub issues
Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)
Interactive learning mode that requests meaningful code contributions at decision points (mimics the unshipped Learning output style)
Commands, agents, skills, and context for AI-assisted development workflows
Orchestration plugin. v1 use case: async development - turn ready issues into pull requests, then iterate on review feedback until a human takes over. Designed to host more orchestration use cases (refactoring, docs, audits) in future versions.
End-to-end development workflow: design → draft-plan → orchestrate → review → pr-create → pr-review → pr-merge
Autonomous GitHub Project Management workflow with orchestrator-agent coordination for parallel task execution via git worktrees
Complete PRP workflow automation - plan, implement, debug, review, commit, and PR commands with specialized agents
Persona-driven AI development team: orchestrator, team agents, review agents, skills, slash commands, and advisory hooks for Claude Code