
ringusing-dev-team
by LerianStudio
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
| Agent | Specialization |
|---|---|
ring:backend-engineer-golang | Go backend services, APIs |
ring:backend-engineer-typescript | TypeScript backend services |
ring:frontend-engineer | React/Next.js frontend |
ring:frontend-designer | UI/UX design, styling |
ring:devops-engineer | Docker, CI/CD, infrastructure |
ring:sre | Observability validation |
ring:qa-analyst | Testing, coverage validation |
6-Gate Development Cycle
| Gate | Name | Skill | Agent |
|---|---|---|---|
| 0 | Implementation | ring:dev-implementation | backend-engineer-* / frontend-* |
| 1 | DevOps Setup | ring:dev-devops | ring:devops-engineer |
| 2 | SRE Validation | ring:dev-sre | ring:sre |
| 3 | Testing | ring:dev-testing | ring:qa-analyst |
| 4 | Code Review | ring:requesting-code-review | ring:code-reviewer, ring:security-reviewer, ring:business-logic-reviewer |
| 5 | Validation | ring:dev-validation | User approval |
Commands
| Command | Description |
|---|---|
/ring:dev-cycle | Execute full 6-gate development cycle |
/ring:dev-refactor | Analyze codebase and generate refactoring tasks |
/ring:dev-status | Check current cycle status |
/ring:dev-cancel | Cancel current cycle |
/ring:dev-report | View 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:
- RED - Write failing test first
- GREEN - Write minimal code to pass
- 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
Based on repository quality metrics
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
Reviews
Reviews coming soon