Tag
TDD
TDD, or test-driven development, writes tests before implementation and uses them to shape design, refactoring, and verification. In AI-assisted workflows, it fits well with agents, worktrees, and code review, especially for large features where predictable behavior matters.
2 articles

AI Agent/Apr 2
Superpowers Hits 121K Stars as Agents Get Structured
Superpowers hit 121K GitHub stars in five months by forcing AI agents into test-first, skill-based workflows that ship cleaner code.

Tools & Apps/Mar 30
Superpowers Plugin for Claude Code: Seven-Step Workflow for Predictable Quality
Superpowers is an official Claude Code workflow plugin that enforces a seven-step development process: brainstorming, Git worktrees, implementation planning, subagent-driven coding, TDD, code review, and branch completion. Ideal for complex features exceeding 1000 lines, ensuring predictable quality and reusable workflows.