LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: test-driven development

Browse skills that share this tag.

  • atdd-team - Team-Based ATDD Workflow
    ATDDteam orchestrationtest-driven developmentworkflow automation

    ★ 108 · Updated 2026-06-15

    Orchestrate an agent team through six ATDD phases with fresh agents per phase to prevent role erosion.

    ⚙ create team⚙ orchestrate agents⚙ spawn fresh agents
  • subagent-driven-development - Execute plans with independent subagents
    subagentplan executioncode reviewtest-driven development

    ★ 4 · Updated 2026-06-15

    Execute implementation plans using fresh subagents per task with two-stage review

    ⚙ read plan⚙ extract tasks⚙ create todo list
  • task-implementor - Implement single planned task with test-first development
    task implementationtest-driven developmentcode qualitysoftware development

    ★ 58 · Updated 2026-05-09

    Implements exactly one planned task per invocation using test-first development, then pauses for human review

    ⚙ locate plan directory⚙ read spec file⚙ read learnings file
  • edd - Eval-Driven Development Framework
    development frameworktest-driven developmentquality assuranceevaluation workflow

    ★ 57 · Updated 2026-03-25

    Quality-first development framework with structured evaluations

    ⚙ define specifications⚙ implement features⚙ verify implementations
  • team-implement - Parallel Implementation with Agent Teams
    agent teamparallel implementationmodule-basedtest-driven development

    ★ 18 · Updated 2026-03-24

    Execute parallel implementation by spawning agent teammates per module/layer with separate file ownership

    ⚙ analyze plan dependencies⚙ spawn agent teammates⚙ edit source files
  • tdd-refactor-guard - Pre-refactor test coverage safety guard
    refactoringtest-driven developmentcode safetytest coverage

    ★ 114 · Updated 2026-03-23

    Verifies test coverage exists before AI modifies existing code

    ⚙ identify refactoring scope⚙ check test coverage⚙ evaluate test quality
  • decompose - Tracer Bullet Feature Decomposition
    feature planningtask breakdownsoftware architecturedevelopment workflow

    ★ 3 · Updated 2026-03-20

    Break features into tracer bullet stories and tasks

    ⚙ gather feature description⚙ identify user behaviors⚙ order behaviors by complexity
  • snakepolish - Snake Polish Implementation Phase
    implementationpythontest-driven developmentcode modernization

    ★ 602 · Updated 2026-03-19

    Implement functions following modernization plan and run tests until passing

    ⚙ load stinkysnake plan artifacts⚙ run tests to verify baseline⚙ implement type definitions