test-writer

Generate executable tests from project specs and architecture diagrams.

1|Updated Jun 26, 2025
One-click install
npx skills add https://github.com/Docaari/GrindfyManager --skill test-writer-docaari
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-writer
Source: https://github.com/Docaari/GrindfyManager/tree/main/.claude/skills/test-writer
Command: npx skills add https://github.com/Docaari/GrindfyManager --skill test-writer-docaari

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Este Skill ajuda equipes a produzir testes TDD que definem o comportamento esperado antes do código, evitando implementações precipitadas e garantindo uma especificação executável.

Core Features & Use Cases

  • Geração de testes executáveis que servem como a especificação do comportamento.
  • Integração com specs e diagramas de arquitetura para alinhamento entre design e validação.
  • Não implementa código; apenas gera testes para guiar o Implementer.

Quick Start

Solicite a criação dos testes de uma feature com base na spec aprovada e na arquitetura documentada.

Frequently Asked Questions about test-writer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate executable tests before writing the actual implementation code?

TDD test generation creates executable tests that define expected software behavior before any implementation code is written. It uses your approved specs and architecture diagrams to guide the validation criteria, ensuring executable specifications without generating the actual feature implementation.

What is the best way to align my test writing with project specs and architecture diagrams?

Aligning test writing with project specs involves feeding approved specs and architecture diagrams into the test generation process. This ensures the generated executable tests accurately validate expected software behavior against the documented architecture, creating a reliable executable specification for developers.

Can I use this to generate implementation code alongside the test suite?

No, you cannot use this to generate implementation code. It strictly generates executable tests and never writes implementations, serving purely to define expected behavior and guide the Implementer through test-first validation within your feature development pipeline.

How do I start writing tests for a new feature using a test-first workflow?

To start writing tests for a new feature, request test creation based on your approved spec and documented architecture. The process generates executable tests defining the expected behavior, providing a clear executable specification that guides the subsequent implementation phase for the developer.

Does this approach work with my existing testing frameworks?

Yes, this test-first validation approach works with available testing frameworks. It ensures the generated executable tests align with your project specs and architecture while adapting to the specific testing frameworks already integrated into your development environment.