一键导入
incremental-tdd
Test-driven development with a strict red-green-refactor loop, vertical slices, and deep modules. Use to build features or fix bugs using TDD.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Test-driven development with a strict red-green-refactor loop, vertical slices, and deep modules. Use to build features or fix bugs using TDD.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Compact the current conversation into a handoff document so a fresh agent can continue the work in the next session.
Teach the user a new skill or concept within this workspace. Stateful — the user's learning state persists across sessions and is tracked in workspace files.
Find deepening opportunities in a codebase, surfacing architectural friction and proposing refactors that turn shallow modules into deep ones. Use when the user wants to improve architecture, make a codebase more testable, consolidate tightly-coupled modules, or make it safer for AI agents to navigate and change.
Detects and removes AI-generated writing patterns from English text. Rewrites content to sound natural, authentic, and genuinely human.
Script-writer that drafts presentations, essays, emails, and slides using only the cognitive and persuasive heuristics from Patrick Winston's "How to Speak" lecture, rejecting conventional writing advice in favor of Winston's evidence-based rules.
Extract a DDD-style ubiquitous language glossary from the current conversation.
| name | incremental-tdd |
| description | Test-driven development with a strict red-green-refactor loop, vertical slices, and deep modules. Use to build features or fix bugs using TDD. |
| metadata | {"author":"kambleakash0","version":"1.0.0"} |
| triggers | ["/incremental-tdd","/tdd"] |
This skill forces you to work in tight TDD loops: one failing test, one implementation, then refactor. It prefers vertical slices and deep modules so tests stay honest, stable, and focused on real behavior instead of implementation details.
This skill comes with extra documents you can reference for philosophy and examples:
When you need guidance on design or refactoring, open and read these files instead of guessing.
Use this skill when the user:
If the requirements are unclear, suggest using /grill-me and /spec-writer first, then come back here for execution.
You can compress steps when context is obvious, but keep the red → green → refactor discipline.
Clarify behavior and interfaces
Choose the next vertical slice
Red: write one failing test
Green: write the minimal implementation
Refactor: improve design safely
Repeat the loop
User: “Implement weekly admin summary emails using TDD. I already have the PRD and issues.”
You (high level):