brainstorming
79Shape Ideas Into Implementation Designs
Early feature ideas often lack clear scope, trade-offs, and validation. This skill guides structured dialogue that turns uncertain ideas into reviewed designs.
Write Better Code with Test-First Development
Feature work and bug fixes can ship with weak tests when testing comes after implementation. This skill guides Claude, Codex, and Claude Code through strict test-first cycles, failure verification, minimal implementation, and refactoring.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "test-driven-development" from https://skillstore.io/skills/cycleaddict-test-driven-development.md and its manifest at https://skillstore.io/api/skills/cycleaddict-test-driven-development/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "test-driven-development". Add retry support to an operation helper.
Expected outcome:
Using "test-driven-development". Bug: empty email is accepted.
Expected outcome:
Using "test-driven-development". Review tests that use many mocks.
Expected outcome:
I found no executable command behavior in the reviewed files. The external-command findings are Markdown fences, inline examples, or generic test command examples, and the blocker findings are ordinary testing prose. No evidence found for prompt injection, data exfiltration, or unsafe semantic behavior.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/cycleaddict-test-driven-development/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/cycleaddict-test-driven-development?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/cycleaddict-test-driven-development?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/cycleaddict-test-driven-development/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/cycleaddict-test-driven-development.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Cycleaddict. (2026). test-driven-development security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/cycleaddict-test-driven-development/audits/8@techreport{cycleaddict-cycleaddict-test-driven-development-2026,
author = {Cycleaddict},
title = {test-driven-development security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/cycleaddict-test-driven-development/audits/8},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "test-driven-development security audit report (audit version 8)"
version: "unspecified"
type: report
authors:
- name: "Cycleaddict"
date-released: "2026-07-06"
url: "https://skillstore.io/skills/cycleaddict-test-driven-development/audits/8"
identifiers:
- type: other
value: "skillstore:cycleaddict-test-driven-development:audit:8"
description: "Skillstore immutable audit report identifier"
Each author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
dmjgilbert-test-driven-development
2026-08-21
obra-test-driven-development
2026-08-21
cycleaddict-test-driven-development
2026-08-21
cygnusfear-test-driven-development
2026-08-21
dyai2025-test-driven-development
2026-08-21
codingcossack-test-driven-development
2026-08-21
zhanlincui-test-driven-development
2026-08-21
sickn33-test-driven-development
2026-08-21
davila7-test-driven-development
2026-08-21
Guide a developer from a single failing behavior test to minimal implementation and safe refactoring.
Turn a reported bug into a failing regression test before applying the smallest reliable fix.
Review tests that assert on mocks and redirect them toward real behavior and simpler dependencies.
Help me implement this change with TDD. First identify the smallest failing test, then wait for the failure result before implementation.
Convert this bug into a regression test. Describe the expected failure, ask me to run it, then guide the minimal fix.
My focused tests now pass. Help me refactor without changing behavior, and keep the verification steps explicit.
Review this test plan for TDD discipline. Flag tests written after code, mock assertions, missing failure proof, and weak verification steps.
Author
CycleaddictLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Repository
https://github.com/Cycleaddict/generic-superpowers/tree/main/skills/test-driven-developmentRef
d11af420e07cd866fe39cfa937efef3223896c06
Maintenance freshness
7/18/2026
Usage
5 downloads ยท 315 views
File structure
๐ SKILL.md
Shape Ideas Into Implementation Designs
Early feature ideas often lack clear scope, trade-offs, and validation. This skill guides structured dialogue that turns uncertain ideas into reviewed designs.
Dispatch Parallel Coding Agents
Sequential debugging slows teams when failures are independent. This skill shows how to split focused tasks across parallel AI agents and integrate results safely.
Request Structured Code Reviews
Implementation teams need reliable review before merge. This skill guides Claude, Codex, and Claude Code through structured readiness checks.
Create Detailed Coding Plans
Complex implementation work can fail when tasks, files, tests, and handoffs are unclear. This skill helps Claude, Codex, and Claude Code create detailed plans with small steps, exact paths, tests, and execution options.
Execute Implementation Plans with Checkpoints
Long implementation plans are easy to rush or execute without review. This skill guides Claude, Codex, and Claude Code through batched work with verification checkpoints.
Evaluate Code Review Feedback
Code review feedback can be unclear, incomplete, or technically wrong for the current codebase. This skill gives Claude, Codex, and Claude Code a verification workflow before changing code.
Guide TDD with Red-Green-Refactor
by mattpocock
Test-first work often becomes brittle when teams test internals or write too many tests upfront. This skill guides Codex, Claude, and Claude Code through behavior-focused red-green-refactor cycles.
Analyze Patterns Across Your Codebase
by C0ntr0lledCha0s
Large codebases hide repeated structures and inconsistent decisions. This skill maps design patterns, architecture, conventions, duplication, and anti-patterns with evidence and recommendations.
Build Reliable Test Automation
by 89jobrien
Weak tests slow releases and hide regressions. This skill guides test strategy, TDD, automation, coverage review, and Playwright web checks.
Plan Reliable Tests Across Your Codebase
by 0xDarkMatter
This skill helps teams choose test strategies, mocks, data fixtures, coverage gates, and CI patterns without mixing test scopes. It gives Claude, Codex, and Claude Code structured guidance for unit, integration, end-to-end, TDD, and pipeline testing.
Build Better Go Tests
by 89jobrien
Go teams need consistent tests across units, integrations, mocks, benchmarks, and coverage. This skill provides practical Go testing patterns that Claude, Codex, and Claude Code can apply during development.
Build Python Tests with pytest TDD
by 89jobrien
Python teams often need consistent tests, coverage, and reports without losing TDD discipline. This skill provides pytest-focused workflows, examples, and reporting guidance for Claude, Codex, and Claude Code.