con un clic
tdd-workflow
Use this skill whenever you are implementing a feature using TDD.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Use this skill whenever you are implementing a feature using TDD.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Make a codebase agent-ready by scaffolding AGENTS.md, ARCHITECTURE.md, and docs/ structure. Analyzes codebase structure, generates documentation artifacts following progressive disclosure patterns, and audits existing artifacts for staleness and coherence. Use when improving a codebase for AI agent work.
Review pending drift warnings and fix affected documentation or dismiss false positives
Full-codebase documentation drift scan — find every doc that references code reality incorrectly
Configure doc-sentinel drift detection for a project — detect docs root, watched files, and ignore patterns
This skill should be used to run an Agent-Ready Codebase Assessment — scoring a codebase across 8 dimensions with parallel agents, producing a weighted score (0-100), band rating, and improvement roadmap. Supports Ruby, Python, PHP, TypeScript, JavaScript, Go, Java, Scala, and Rust.
Audit codebase documentation for accuracy, completeness, and freshness. Compares docs against actual code structure, auto-fixes small discrepancies, reports structural changes. Works with any language/framework. Companion to agent-ready.
| name | tdd-workflow |
| description | Use this skill whenever you are implementing a feature using TDD. |
The goal of this skill is to implement a true test driven development workflow. This means:
Repeat this until you've completed the functionality desired.
Remember to never do any of the following: