GurYN

Implement With Tests — Development skill for Claude Code

Development community

What feature would you like me to implement.

How to install Implement With Tests

Installs to ~/.claude/skills/guryn-opencode-sdlc-implement-with-tests/SKILL.md

Terminal
mkdir -p ~/.claude/skills/guryn-opencode-sdlc-implement-with-tests && curl -fsSL https://raw.githubusercontent.com/GurYN/opencode-sdlc/HEAD/command/implement-with-tests.md -o ~/.claude/skills/guryn-opencode-sdlc-implement-with-tests/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Implement With Tests does

What feature would you like me to implement? Please provide the feature name.

I'll implement it following Test-Driven Development (TDD):

Phase 1: Review Design

Switch to designer agent and review the design in docs/design/

Phase 2: Write Tests First

Switch to tester agent and create:

  1. Unit tests for all business logic (target: 100% coverage)
  2. Integration tests for API endpoints
  3. E2E tests for critical user flows

Tests should be failing initially (red phase).

Phase 3: Implemen

Alternatives in Development

  • Product Name — Brainstorm 5 memorable product names aligned to brand values 7.8k ★
  • Project Name — This is an example CLAUDE.md file showing how to configure Claude Code for your project 5.6k ★
  • Domxss — Confirm DOM XSS in a real headless browser — injects canary payloads into params + URL fragment and only repor 4.5k ★

Full documentation available on GitHub

View Source Repository