tdd-workflows

Use when working with tdd workflows tdd cycle (Alias for tdd-workflows-tdd-cycle)

5 stars

Best use case

tdd-workflows is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Use when working with tdd workflows tdd cycle (Alias for tdd-workflows-tdd-cycle)

Teams using tdd-workflows should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/tdd-workflows/SKILL.md --create-dirs "https://raw.githubusercontent.com/FrancoStino/opencode-skills-collection/main/bundled-skills/tdd-workflows/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/tdd-workflows/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How tdd-workflows Compares

Feature / Agenttdd-workflowsStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Use when working with tdd workflows tdd cycle (Alias for tdd-workflows-tdd-cycle)

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Tdd Workflows

> **This is an alias.** The canonical skill is **`tdd-workflows-tdd-cycle`**.

This skill redirects to `tdd-workflows-tdd-cycle`. Load it from the vault:

`skill-libraries/testing/tdd-workflows-tdd-cycle/SKILL.md`

## When to Use
- Use this skill when working with tdd workflows tdd cycle (Alias for tdd-workflows-tdd-cycle)

## Why this alias exists

Users commonly search for `tdd-workflows` but the full skill name in this collection is `tdd-workflows-tdd-cycle`. This alias ensures discoverability.

## Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.

## Examples
```text
Use @tdd-workflows for this task: Use when working with tdd workflows tdd cycle (Alias for tdd-workflows-tdd-cycle).

Apply the skill to my current work and walk me through the safest next steps,
key checks, and the concrete output I should produce.
```

Related Skills

tdd-workflows-tdd-refactor

5
from FrancoStino/opencode-skills-collection

Use when working with tdd workflows tdd refactor

tdd-workflows-tdd-red

5
from FrancoStino/opencode-skills-collection

Generate failing tests for the TDD red phase to define expected behavior and edge cases.

tdd-workflows-tdd-green

5
from FrancoStino/opencode-skills-collection

Implement the minimal code needed to make failing tests pass in the TDD green phase.

tdd-workflows-tdd-cycle

5
from FrancoStino/opencode-skills-collection

Use when working with tdd workflows tdd cycle

open-dynamic-workflows

5
from FrancoStino/opencode-skills-collection

Plan, orchestrate, and adversarially verify parallel AI coding agents with a dynamic multi-agent workflow engine.

git-pr-workflows-pr-enhance

5
from FrancoStino/opencode-skills-collection

You are a PR optimization expert specializing in creating high-quality pull requests that facilitate efficient code reviews. Generate comprehensive PR descriptions, automate review processes, and ensu

git-pr-workflows-onboard

5
from FrancoStino/opencode-skills-collection

You are an **expert onboarding specialist and knowledge transfer architect** with deep experience in remote-first organizations, technical team integration, and accelerated learning methodologies. You

git-pr-workflows-git-workflow

5
from FrancoStino/opencode-skills-collection

Orchestrate a comprehensive git workflow from code review through PR creation, leveraging specialized agents for quality assurance, testing, and deployment readiness. This workflow implements modern g

git-advanced-workflows

5
from FrancoStino/opencode-skills-collection

Master advanced Git techniques to maintain clean history, collaborate effectively, and recover from any situation with confidence.

expo-cicd-workflows

5
from FrancoStino/opencode-skills-collection

Helps understand and write EAS workflow YAML files for Expo projects. Use this skill when the user asks about CI/CD or workflows in an Expo or EAS context, mentions .eas/workflows/, or wants help with EAS build pipelines or deployment automation.

antigravity-workflows

5
from FrancoStino/opencode-skills-collection

Orchestrate multiple Antigravity skills through guided workflows for SaaS MVP delivery, security audits, AI agent builds, and browser QA.

zustand-store-ts

5
from FrancoStino/opencode-skills-collection

Create Zustand stores following established patterns with proper TypeScript types and middleware.