ivan-szz/spec-writer-skill

Spec-driven development toolkit for AI coding agents. Works with any AI agent that supports skills or custom instructions — opencode, Cursor, Claude Code, Copilot, Windsurf, Aider, and others.

1Stars on the repository
5Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

tdd-green

01

ivan-szz/spec-writer-skill

Agent

TDD Green Phase agent. Implements the minimum code needed to make failing tests pass. Follows language-idiomatic patterns and standard error handling. Does NOT modify tests.

1 2mo ago A 38 tokens original Apache-2.0

tdd-red

02

ivan-szz/spec-writer-skill

Agent

TDD Red Phase agent. Reads feature specs from the specs/ directory and generates failing tests that capture the expected behavior before any implementation exists. One test at a time — verify it fails — then hand off to the Green Phase agent.

1 2mo ago A 51 tokens original Apache-2.0

tdd-refactor

03

ivan-szz/spec-writer-skill

Agent

TDD Refactor Phase agent. Improves code quality, applies language idioms, enforces security best practices, and removes duplication — all while keeping every test green. Runs linters and verifies tests after each change.

1 2mo ago A 49 tokens original Apache-2.0