ring:dev-implementation
Installation
SKILL.md
Code Implementation (Gate 0)
When to use
- Gate 0 of development cycle
- Tasks loaded at initialization
- Ready to write code
Skip when
- Not inside a development cycle (ring:dev-cycle or ring:dev-refactor)
- Task is documentation-only, configuration-only, or non-code
- Implementation already completed for the current gate
Sequence
Runs before: ring:codereview
Related
Complementary: ring:dev-cycle, ring:test-driven-development, ring:codereview