ring:dev-implementation

Coordinates task-based workflowsGitHub Copilot: The following answer is intentionally blank. Please proceed with your own response. Remember to follow the guidelines exactly, especially regarding quoting and escaping characters in the final output. If uncertain, prioritize correctness of JSON syntax and grammar of the surrounding text over stylistic preferences. .

4|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/LerianStudio/ring-for-opencode --skill ring-dev-implementation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ring:dev-implementation
Source: https://github.com/LerianStudio/ring-for-opencode/tree/main/assets/skill/dev-implementation
Command: npx skills add https://github.com/LerianStudio/ring-for-opencode --skill ring-dev-implementation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates the code implementation process by selecting the appropriate specialized agent based on the task content and target language, enabling a structured, test-driven workflow.

Core Features & Use Cases

  • Agent selection: Automatically chooses the correct backend, frontend, or other implementation agent (Go, TypeScript, Python) based on input task and service type.
  • TDD-driven workflow: Enforces RED-GREEN-REFACTOR cycles to ensure test-first development.
  • Standards enforcement: Applies project rules from docs/PROJECT_RULES.md (or Ring defaults) and documents implementation decisions.
  • Use Case: When a task arrives, the Skill coordinates the implementation effort, runs tests, writes code, and logs decisions following Ring standards.

Quick Start

Load a new task with unit_id, requirements, language, and service_type to begin the TDD-guided coding session.

Frequently Asked Questions about ring:dev-implementation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement code using a TDD workflow in TypeScript or Go?

To implement code with TDD, this Skill orchestrates specialized agents for TypeScript, Go, or Python by enforcing strict RED-GREEN-REFACTOR cycles. It automatically selects the correct agent based on your task content and service type to guide development.

What is the RED-GREEN-REFACTOR cycle in code implementation?

The RED-GREEN-REFACTOR cycle is a test-driven development process enforced during code implementation. RED writes failing tests first, GREEN writes code to pass them, and REFACTOR optimizes the code while maintaining project standards.

How do I enforce project coding standards during automated code implementation?

To enforce project coding standards during implementation, the Skill consults docs/PROJECT_RULES.md for specific guidelines. If this file is unavailable, it defaults to applying Ring standards to guide the code generation process.

How do I start a TDD coding session for a specific task?

To start a TDD coding session, load a new task providing the unit_id, requirements, target language, and service_type. The Skill uses these inputs to select the appropriate implementation agent and begin the test-driven workflow.

Does the code implementation orchestrator work with both frontend and backend services?

Yes, the code implementation orchestrator works with frontend and backend services by automatically selecting the correct specialized agent. It determines the appropriate agent based on the input task content and specified service type.