mirror of
https://github.com/LerianStudio/ring
synced 2026-04-21 13:37:27 +00:00
docs: normalize using-* plugin inventories across all plugins
Bring dev-team, pm-team, and pmo-team using-* skills to the same canonical pattern used by default, finops, and tw plugins. Adds complete agent and skill inventories organized by category, removes duplicate entries in pmo-team list, and ensures all entries use the ring: prefix consistently. X-Lerian-Ref: 0x1
This commit is contained in:
parent
97efe62003
commit
e25976d630
3 changed files with 116 additions and 18 deletions
|
|
@ -252,11 +252,66 @@ Remember:
|
|||
|
||||
## Available in This Plugin
|
||||
|
||||
**Agents:** See "12 Developer Specialists" table above.
|
||||
**Agents (12):** See "12 Developer Specialists" table above.
|
||||
- ring:backend-engineer-golang (Go microservices, PostgreSQL/MongoDB, concurrency)
|
||||
- ring:backend-engineer-typescript (TypeScript/Node.js backends, NestJS, Prisma)
|
||||
- ring:devops-engineer (Docker, Terraform, Helm, cloud infrastructure)
|
||||
- ring:frontend-bff-engineer-typescript (Next.js BFF, Clean Architecture, DDD)
|
||||
- ring:frontend-designer (Bold typography, color systems, animations, design systems)
|
||||
- ring:frontend-engineer (React/Next.js, App Router, Server Components, accessibility)
|
||||
- ring:helm-engineer (Helm charts, Lerian conventions, chart audits)
|
||||
- ring:prompt-quality-reviewer (Agent quality analysis, prompt deficiency detection)
|
||||
- ring:qa-analyst (Backend test strategy, coverage, fuzz/property/integration/chaos)
|
||||
- ring:qa-analyst-frontend (Vitest, Playwright, axe-core, Lighthouse, visual testing)
|
||||
- ring:sre (Structured logging, tracing, health checks, observability)
|
||||
- ring:ui-engineer (Wireframe-to-code, Design System compliance, UX criteria)
|
||||
|
||||
**Skills:** `ring:using-dev-team` (this), `ring:dev-cycle` (10-gate backend workflow), `ring:dev-cycle-frontend` (9-gate frontend workflow), `ring:dev-refactor` (backend/general codebase analysis), `ring:dev-refactor-frontend` (frontend codebase analysis)
|
||||
**Skills (31):**
|
||||
|
||||
**Commands:** `/ring:dev-cycle` (backend tasks), `/ring:dev-cycle-frontend` (frontend tasks), `/ring:dev-refactor` (analyze backend/general codebase), `/ring:dev-refactor-frontend` (analyze frontend codebase)
|
||||
*Cycle Orchestrators:*
|
||||
- ring:using-dev-team (this skill - plugin introduction and dispatch guide)
|
||||
- ring:dev-cycle (10-gate backend development cycle orchestrator)
|
||||
- ring:dev-cycle-frontend (9-gate frontend development cycle orchestrator)
|
||||
- ring:dev-cycle-management (Development cycle state management - status reporting and cancellation)
|
||||
|
||||
*Implementation & Verification:*
|
||||
- ring:dev-implementation (Gate 0 - code implementation with TDD RED-GREEN phases)
|
||||
- ring:dev-delivery-verification (Delivery verification - confirms requested features are reachable code)
|
||||
- ring:dev-validation (Gate 9 - validates acceptance criteria met, requires user approval)
|
||||
|
||||
*Infrastructure & DevOps:*
|
||||
- ring:dev-devops (Gate 1 - Docker, docker-compose, environment variables)
|
||||
- ring:dev-sre (Gate 2 - validates observability: logging, tracing, health checks)
|
||||
- ring:dev-helm (Helm chart creation/maintenance following Lerian conventions)
|
||||
- ring:dev-docker-security (Dockerfile auditing for Docker Hub Health Score grade A)
|
||||
- ring:dev-readyz (Readiness probes and startup self-probes for Lerian services)
|
||||
|
||||
*Backend Testing Gates:*
|
||||
- ring:dev-unit-testing (Gate 3 - unit test coverage 85%+ with TDD)
|
||||
- ring:dev-fuzz-testing (Gate 4 - fuzz tests for edge cases and crashes)
|
||||
- ring:dev-property-testing (Gate 5 - property-based tests for domain invariants)
|
||||
- ring:dev-integration-testing (Gate 6 - integration tests with testcontainers)
|
||||
- ring:dev-chaos-testing (Gate 7 - chaos tests with Toxiproxy for graceful degradation)
|
||||
- ring:dev-goroutine-leak-testing (Goroutine leak detection with goleak)
|
||||
|
||||
*Frontend Testing Gates:*
|
||||
- ring:dev-frontend-accessibility (Gate 2 - axe-core WCAG 2.1 AA compliance)
|
||||
- ring:dev-frontend-visual (Gate 4 - snapshot tests for all component states)
|
||||
- ring:dev-frontend-e2e (Gate 5 - Playwright E2E tests across browsers)
|
||||
- ring:dev-frontend-performance (Gate 6 - Core Web Vitals, Lighthouse > 90)
|
||||
|
||||
*Analysis & Refactoring:*
|
||||
- ring:dev-refactor (Analyzes backend codebase against standards, generates tasks)
|
||||
- ring:dev-refactor-frontend (Analyzes frontend codebase against standards, generates tasks)
|
||||
- ring:dev-report (Cycle feedback - assertiveness scores, prompt quality, root cause analysis)
|
||||
|
||||
*Specialized:*
|
||||
- ring:dev-multi-tenant (Multi-tenant development orchestrator with auto-detected stack)
|
||||
- ring:dev-systemplane-migration (Gate-based migration to database-backed runtime configuration)
|
||||
- ring:dev-service-discovery (Scans Go project for service/module/resource hierarchy)
|
||||
- ring:dev-dep-security-check (Audits dependency installations before execution)
|
||||
- ring:dev-llms-txt (Generates/audits llms.txt files per llmstxt.org spec)
|
||||
- ring:using-lib-commons (Reference for lib-commons v4.6.0, Lerian shared Go library)
|
||||
|
||||
**Note:** Missing agents? Check `.claude-plugin/marketplace.json` for ring-dev-team plugin.
|
||||
|
||||
|
|
|
|||
|
|
@ -279,6 +279,47 @@ These requirements are NON-NEGOTIABLE:
|
|||
|
||||
---
|
||||
|
||||
## Available in This Plugin
|
||||
|
||||
**Agents (4):**
|
||||
- ring:repo-research-analyst (Codebase research - searches repository for existing patterns and conventions)
|
||||
- ring:best-practices-researcher (External research - web search for industry best practices and guidance)
|
||||
- ring:framework-docs-researcher (Tech stack analysis - detects stack and fetches framework documentation)
|
||||
- ring:product-designer (UX research, user validation, design specifications for features)
|
||||
|
||||
**Skills (15):**
|
||||
|
||||
*Workflow Orchestrators:*
|
||||
- ring:using-pm-team (this skill - plugin introduction and workflow guide)
|
||||
- ring:pre-dev-feature (Small Track 5-gate orchestrator for features <2 days)
|
||||
- ring:pre-dev-full (Large Track 10-gate orchestrator for features >=2 days)
|
||||
|
||||
*Research & Discovery:*
|
||||
- ring:pre-dev-research (Gate 0 - parallel research agents for codebase, best practices, frameworks)
|
||||
|
||||
*Requirements & Design:*
|
||||
- ring:pre-dev-prd-creation (Gate 1 - business requirements, user stories, success metrics)
|
||||
- ring:pre-dev-feature-map (Gate 2 - feature relationships and interactions, Large Track only)
|
||||
- ring:pre-dev-design-validation (Gate 1.5/2.5 - verifies UX specifications are complete)
|
||||
|
||||
*Architecture & Contracts:*
|
||||
- ring:pre-dev-trd-creation (Gate 3 - technical architecture with technology-agnostic patterns)
|
||||
- ring:pre-dev-api-design (Gate 4 - API contracts and data contracts, Large Track only)
|
||||
- ring:pre-dev-data-model (Gate 5 - entities, relationships, ownership, Large Track only)
|
||||
- ring:pre-dev-dependency-map (Gate 6 - explicit versioned technology selections, Large Track only)
|
||||
|
||||
*Task Planning & Delivery:*
|
||||
- ring:pre-dev-task-breakdown (Gate 7 - value-driven decomposition into working increments)
|
||||
- ring:pre-dev-subtask-creation (Gate 8 - zero-context 2-5 min atomic subtasks, Large Track only)
|
||||
- ring:pre-dev-delivery-planning (Gate 9/4 - delivery roadmap with timeline and critical path)
|
||||
|
||||
*Post-Planning:*
|
||||
- ring:delivery-status (Evidence-based progress tracking against delivery roadmap)
|
||||
|
||||
**Note:** Missing agents? Check `.claude-plugin/marketplace.json` for ring-pm-team plugin.
|
||||
|
||||
---
|
||||
|
||||
## When This Skill Is Not Needed
|
||||
|
||||
- Quick exploratory work where `ring:brainstorm` suffices
|
||||
|
|
|
|||
|
|
@ -247,22 +247,24 @@ Remember:
|
|||
|
||||
## Available in This Plugin
|
||||
|
||||
**Agents:** See "6 PMO Specialists" table above.
|
||||
**Agents (6):**
|
||||
- ring:portfolio-manager (Multi-project coordination, strategic alignment, portfolio health)
|
||||
- ring:resource-planner (Capacity planning, skills matrix, allocation optimization)
|
||||
- ring:governance-specialist (Gate reviews, compliance, process adherence, audit readiness)
|
||||
- ring:risk-analyst (RAID logs, risk aggregation, mitigation planning, portfolio risk)
|
||||
- ring:executive-reporter (Portfolio status dashboards, project summaries, board packages)
|
||||
- ring:delivery-reporter (Git analysis, squad delivery showcases, visual HTML presentations)
|
||||
|
||||
**Skills:**
|
||||
- `using-pmo-team` (this) - Introduction and dispatch guide
|
||||
- `portfolio-planning` - Portfolio strategy and planning
|
||||
- `resource-allocation` - Resource and capacity management
|
||||
- `risk-management` - Portfolio risk management
|
||||
- `project-health-check` - Individual project health assessment
|
||||
- `dependency-analysis` - Cross-project dependency analysis
|
||||
- `executive-summary` - Executive communication for portfolio/project status (PMO focus)
|
||||
- `ring:pmo-retrospective` - Portfolio retrospectives and lessons learned
|
||||
|
||||
**Additional Skills:**
|
||||
- `ring:portfolio-review` - Conduct portfolio review (dispatches 4 PMO specialists in parallel)
|
||||
- `ring:executive-summary` - Generate executive summary (PMO/project status)
|
||||
- `ring:dependency-analysis` - Analyze cross-project dependencies
|
||||
**Skills (9):**
|
||||
- ring:using-pmo-team (this skill - plugin introduction and dispatch guide)
|
||||
- ring:portfolio-planning (Strategic portfolio planning, capacity assessment, optimization)
|
||||
- ring:portfolio-review (Comprehensive portfolio review - dispatches 4 specialists in parallel)
|
||||
- ring:resource-allocation (Resource capacity planning and allocation across projects)
|
||||
- ring:risk-management (Portfolio-level risk identification, assessment, and mitigation)
|
||||
- ring:project-health-check (Individual project health assessment across multiple dimensions)
|
||||
- ring:dependency-analysis (Cross-project dependency mapping and management)
|
||||
- ring:executive-summary (Executive dashboards, status summaries, and board packages)
|
||||
- ring:pmo-retrospective (Portfolio retrospectives and lessons learned)
|
||||
|
||||
**Note:** Missing agents? Check `.claude-plugin/marketplace.json` for ring-pmo-team plugin.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue