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: development-process

Browse skills that share this tag.

  • test-driven-development - Test-Driven Development for features and bug fixes
    tddtestingrefactoringbugfix

    ★ 0 · Updated 2026-09-21

    Enforces writing failing tests before implementing minimal code for features, bug fixes, and refactoring.

    ⚙ Write failing tests⚙ Verify test failures⚙ Write minimal implementation code
  • spec-driven-development - Write specifications before coding to guide development
    specificationplanningworkflowdocumentation

    ★ 0 · Updated 2026-09-19

    Creates a structured specification to define requirements, commands, project structure, code style, testing, and boundaries before writing code.

    ⚙ Write structured specification documents⚙ Surface explicit development assumptions⚙ Generate technical implementation plans
  • uv-verification-before-completion - Verification Before Completion - Evidence Before Claims
    verificationquality-assurancedevelopment-processtesting

    ★ 1 · Updated 2026-02-11

    Run verification commands and confirm output before making any success claims about work completion

    ⚙ run verification commands⚙ check command output⚙ verify exit codes