Implement code following TDD/RGRC cycle with real-time test feedback
Implement code using TDD/RGRC cycle with real-time test feedback. Use for test-driven development with automatic test generation and iterative refinement.
/plugin marketplace add thkt/claude-config/plugin install complete-workflow-system@thkt-development-workflows[implementation description] [--frontend] [--principles] [--storybook]inheritImplement code with TDD/RGRC cycle and quality checks.
/code "implement user validation" # Default mode
/code --frontend "implement LoginForm" # + Frontend patterns
/code --principles "refactor auth module" # + Full principles
/code --storybook "implement Button" # + Storybook integration
Load with flags when needed:
| Flag | Context | When to Use |
|---|---|---|
--frontend | [@~/.claude/skills/applying-frontend-patterns/SKILL.md] | React/UI components |
--principles | [@~/.claude/skills/applying-code-principles/SKILL.md] | Design decisions, refactoring |
--storybook | [@~/.claude/skills/integrating-storybook/SKILL.md] | Component Stories |
!`git status --porcelain 2>/dev/null | head -5 || echo "(no git)"`
!`ls package.json 2>/dev/null && echo "package.json found" || echo "(no package.json)"`
For spec.md detection: @~/.claude/references/commands/code/spec-context.md
For spec-driven test generation: @~/.claude/references/commands/code/test-preparation.md
For detailed cycle: @~/.claude/references/commands/code/rgrc-cycle.md
For quality checks and verification: @~/.claude/references/commands/code/quality-gates.md
For definition of done: @~/.claude/references/commands/code/completion.md
Before writing code, ask:
/test or /audit/research first