continue

Automate TDD red-green-refactor cycles with quality checks and progress.md tracking.

45|13|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/rakovi4/continue-framework --skill continue-rakovi4
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continue
Source: https://github.com/rakovi4/continue-framework/tree/main/.claude/skills/continue
Command: npx skills add https://github.com/rakovi4/continue-framework --skill continue-rakovi4

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, claude-code, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the TDD (Test-Driven Development) workflow, making it easier to enforce strict red-green-refactor cycles and maintain code quality across the full stack.

Core Features & Use Cases

  • Strict TDD Workflow: Enforces a red-green-refactor cycle with automated steps for each phase.
  • Quality Gates: Integrates multiple quality checks like test review, coverage analysis, and refactor analysis.
  • Progress Tracking: Utilizes a progress.md file to track the progress of each story or task.
  • Use Case: Imagine you are working on a feature and need to write a failing test, implement, and refactor. Use the /continue command to execute these steps automatically and commit the changes.

Quick Start

Use the /continue command to start the TDD workflow for your current task or story.

Frequently Asked Questions about continue

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

FAQPage Schema
How do I automate the test-driven development workflow in my codebase?

Automating the test-driven development workflow involves enforcing strict red-green-refactor cycles, running automated quality checks like test review and coverage analysis, and tracking progress in a dedicated markdown file.

What is the red-green-refactor cycle and how does it enforce code quality?

The red-green-refactor cycle is a test-driven development process where you write a failing test, implement code to pass it, and then refactor. This enforces code quality by integrating automated test reviews and coverage analysis at each phase.

Do I need Python and Claude Code to run automated TDD cycles?

Yes, you need both Python and Claude Code installed in your environment to execute the automated test-driven development cycles and run the required quality gates for your software development tasks.

How do I track progress for test-driven development stories and tasks?

You can track progress for test-driven development stories by utilizing a progress.md file, which automatically records the status and outcomes of each red-green-refactor cycle and quality gate as you automate your workflow.

Can I run test review and coverage analysis automatically during refactoring?

Yes, automated quality gates run test reviews, coverage analysis, and refactor analysis automatically during the test-driven development workflow, ensuring your code meets quality standards before committing changes.

What are the limitations of automating TDD with a single command?

Automating TDD with a single command is limited by its strict enforcement of the red-green-refactor cycle and its dependency on Python and Claude Code, meaning it is best suited for full-stack software development environments that support these tools.