Back to list
LerianStudio

ringusing-dev-team

by LerianStudio

1🍴 0📅 Jan 22, 2026

SKILL.md


name: "ring:using-dev-team" description: | Guide to the dev-team skills - specialist developer agents and 6-gate development cycle. Provides backend engineers (Go/TypeScript), frontend engineers, DevOps, SRE, and QA agents. license: MIT compatibility: platforms: - opencode

metadata: version: "1.0.0" author: "Lerian Studio" category: workflow trigger: - Development tasks requiring specialist implementation - Backend, frontend, or infrastructure code changes - Need for structured development workflow

Using Dev-Team Skills

Overview

The dev-team skills provide specialist developer agents for structured software development through a 6-gate workflow.

Available Agents

AgentSpecialization
ring:backend-engineer-golangGo backend services, APIs
ring:backend-engineer-typescriptTypeScript backend services
ring:frontend-engineerReact/Next.js frontend
ring:frontend-designerUI/UX design, styling
ring:devops-engineerDocker, CI/CD, infrastructure
ring:sreObservability validation
ring:qa-analystTesting, coverage validation

6-Gate Development Cycle

GateNameSkillAgent
0Implementationring:dev-implementationbackend-engineer-* / frontend-*
1DevOps Setupring:dev-devopsring:devops-engineer
2SRE Validationring:dev-srering:sre
3Testingring:dev-testingring:qa-analyst
4Code Reviewring:requesting-code-reviewring:code-reviewer, ring:security-reviewer, ring:business-logic-reviewer
5Validationring:dev-validationUser approval

Commands

CommandDescription
/ring:dev-cycleExecute full 6-gate development cycle
/ring:dev-refactorAnalyze codebase and generate refactoring tasks
/ring:dev-statusCheck current cycle status
/ring:dev-cancelCancel current cycle
/ring:dev-reportView feedback report from last cycle

Standards

All agents follow standards defined in:

  • {OPENCODE_CONFIG}/standards/golang.md - Go coding standards
  • {OPENCODE_CONFIG}/standards/typescript.md - TypeScript standards
  • {OPENCODE_CONFIG}/standards/frontend.md - Frontend standards
  • {OPENCODE_CONFIG}/standards/devops.md - DevOps standards
  • {OPENCODE_CONFIG}/standards/sre.md - SRE/observability standards

TDD Requirement

All implementation follows Test-Driven Development:

  1. RED - Write failing test first
  2. GREEN - Write minimal code to pass
  3. REFACTOR - Improve while tests pass

Gate 0 MUST produce test failure output before implementation.

Usage Pattern

1. User provides task requirements
2. /ring:dev-cycle invokes ring:dev-cycle skill
3. ring:dev-implementation dispatches appropriate specialist agent
4. Agent writes tests (RED) then implementation (GREEN)
5. ring:dev-devops creates Docker/compose setup
6. ring:dev-sre validates observability
7. ring:dev-testing ensures coverage threshold
8. ring:requesting-code-review dispatches 3 parallel reviewers
9. ring:dev-validation requests user approval
10. ring:dev-feedback-loop captures metrics for improvement

When to Use

  • Backend API development (Go or TypeScript)
  • Frontend feature implementation
  • Infrastructure setup
  • Refactoring existing codebases to Ring standards
  • Any task requiring structured development workflow

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon