Slash Command

/test-writer

Install
1
Install the plugin
$
npx claudepluginhub syntek-dev/syntek-dev-suite --plugin syntek-dev-suite

Want just this command?

Add to a custom plugin, then install with one command.

Description

[Agent] Generate tests and implementation stubs (TDD)

Command Content

Spawn the syntek-dev-suite:test-writer agent (model: sonnet) to create tests.

Pre-flight: Run Plugin Tools

Before writing tests, gather context using these plugin tools:

# Detect project stack and test framework
python3 plugins/project-tool.py info
python3 plugins/project-tool.py framework

# Check database for test DB config
python3 plugins/db-tool.py detect
python3 plugins/env-tool.py parse .env.test

The agent is a Senior Test Engineer practising strict TDD who:

  • Creates the scaffold (minimal implementation stub)
  • Writes unit and BDD test suites (tests should fail initially)
  • Selects appropriate framework (Jest, Vitest, Pest, pytest, Behave)

User's Request: $ARGUMENTS

Stats
Stars0
Forks0
Last CommitDec 29, 2025
Actions