Create a new Architecture Decision Record wiki page
List all ADRs grouped by status
Mark an ADR as superseded by a newer ADR
Update an existing ADR's content or status
Architecture Decision Records management — type /projman adr <action> for commands
Pre-sprint code quality review agent
Implementation executor agent - precise implementation guidance and code quality
Sprint orchestration agent - coordinates execution and tracks progress
Sprint planning agent - thoughtful architecture analysis and issue creation
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 plugin marketplace for Claude Code providing sprint management, code review, security scanning, infrastructure automation, and development workflow tools. 21 plugins across 5 domains, backed by 5 shared MCP servers.
| Plugin | Description |
|---|---|
projman | Sprint planning and project management with Gitea integration |
git-flow | Git workflow automation with intelligent commit messages and branch management |
pr-review | Multi-agent pull request review with confidence scoring |
code-sentinel | Security scanning and code refactoring tools |
doc-guardian | Documentation drift detection and synchronization |
clarity-assist | Prompt optimization with ND-friendly accommodations |
contract-validator | Cross-plugin compatibility validation and agent verification |
claude-config-maintainer | CLAUDE.md and settings.local.json optimization |
project-hygiene | Manual project file cleanup checks |
| Plugin | Version | Description |
|---|---|---|
data-platform | 9.1.0 | pandas, PostgreSQL/PostGIS, and dbt integration |
viz-platform | 9.1.0 | Dash Mantine Components validation, Plotly charts, and theming |
drawio-plugin | 1.0.0 | Wireframe design tools — parse .drawio XML into DMC specs, generate wireframes from descriptions |
data-seed | 0.1.0 — scaffold | Test data generation and database seeding |
| Plugin | Version | Description |
|---|---|---|
ops-release-manager | 0.1.0 — scaffold | Release management with SemVer and changelog automation |
ops-deploy-pipeline | 0.1.0 — scaffold | Deployment pipeline for Docker Compose and systemd |
| Plugin | Description |
|---|---|
saas-api-platform | REST/GraphQL API scaffolding for FastAPI and Express |
saas-db-migrate | Database migration management for Alembic, Prisma, raw SQL |
saas-react-platform | React frontend toolkit for Next.js and Vite |
saas-test-pilot | Test automation for pytest, Jest, Vitest, Playwright |
| Plugin | Description |
|---|---|
debug-mcp | MCP server debugging, inspection, and development toolkit |
./scripts/claude-launch.sh [profile] [extra-args...]
| Profile | Plugins Loaded | Use Case |
|---|---|---|
sprint | projman, git-flow, pr-review, code-sentinel, doc-guardian, clarity-assist | Default. Sprint planning and development |
review | pr-review, code-sentinel | Lightweight code review |
data | data-platform, viz-platform | Data engineering and visualization |
full | All 20 plugins | When you need everything |
./scripts/claude-launch.sh # Default sprint profile
./scripts/claude-launch.sh data --model opus # Data profile with Opus
./scripts/claude-launch.sh full # Load all plugins
/sprint plan # Plan a sprint with architecture analysis
/sprint start # Begin sprint execution
/gitflow commit --push # Commit with auto-generated message and push
/pr review # Full multi-agent PR review
/sentinel scan # Security audit
/doc audit # Check for documentation drift
/cv status # Marketplace health check
npx claudepluginhub l3ocho/mktpl-claude-datasaas --plugin projmanMulti-agent pull request review with confidence scoring and actionable feedback
Git workflow automation with intelligent commit messages and branch management
Automatic documentation drift detection and synchronization
Data engineering tools with pandas, PostgreSQL/PostGIS, and dbt integration
Database migration management for Alembic, Prisma, and raw SQL
Project management agents — agile coach, delivery manager, progress tracking
Autonomous GitHub Project Management workflow with orchestrator-agent coordination for parallel task execution via git worktrees
AI-native BizDevOps rhythm manager for Claude Code — multi-role collaboration, change impact analysis, quality gates, goal-to-code traceability, and cross-session continuity
Project orchestration from planning to delivery. Master Scrum, Kanban, sprint planning, roadmaps, retrospectives, team metrics, and stakeholder management.
Implementation planning, execution, and PR creation workflows with multi-agent collaboration
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement