or browse the library

66 items available

Plan (6)

Design (6)

Build (14)

Implement Feature

Guide a developer from a ticket, spec, or idea to working code with tests

v2.0.0

Implement with TDD

Build a feature using the red-green-refactor cycle: failing test first, then implement, then refactor

v2.0.0

Refactor Code

Improve code structure, readability, or performance without changing behavior

v2.0.0

Fix Bug

Diagnose and fix a bug: reproduce, write regression test, find root cause, fix, verify

v2.0.0

Add Tests

Analyze existing untested code, identify gaps, and write tests to improve coverage

v2.0.0

Write Database Migration

Create a database schema migration with rollback support for tables, columns, indexes, and data

v2.0.0

Implement React Feature

react / ts

Build a React feature end-to-end: components, query hooks, store slice, i18n keys, tests, and a11y check

v2.0.0

Implement Flutter Feature

flutter / bloc

Build a Flutter feature with Clean Architecture: data/domain/presentation layers, BLoC, DI, and tests

v2.0.0

Add i18n Keys

react / ts

Extract user-visible strings into translation keys with placeholders and pluralization across locales

v2.0.0

Write MyBatis Mapper

Create a MyBatis mapper: interface, XML with result map and parameter binding, and a unit test

v2.0.0

Write Kafka Consumer

Implement a Spring Kafka listener with error handling, retry topic, DLQ, idempotency, and integration test

v2.0.0

Write Kafka Producer

Implement a Spring Kafka producer with idempotence, acks=all, metrics, and integration test

v2.0.0

Configure SAML SSO

Wire Proxied SAML SSO: SP metadata, filter chain, signing/encryption, IdP test, feature-flag rollout

v2.0.0

Configure Feature Flag

Add a feature flag with default, rollout strategy, logging, metrics, and cleanup ticket

v2.0.0

Verify (12)

Review Code

Structured code review covering correctness, readability, security, and test coverage

v2.0.0

Create Test Strategy

Build a comprehensive test strategy with test types, coverage targets, and tooling

v2.0.0

Create Test Cases

Generate structured test cases from requirements across happy path, error, and edge conditions

v2.0.0

Write Bug Report

Create a structured, actionable bug report with reproduction steps and severity classification

v2.0.0

Check Security

Security audit covering dependency vulnerabilities, OWASP Top 10, auth patterns, and secrets exposure

v2.0.0

Analyze Test Quality

Assess test coverage and quality by reviewing metrics, test patterns, and gaps

v2.0.0

Migrate Selenium to Playwright

Port a Selenium test suite to Playwright: locators, auto-wait, fixtures, traces, and CI wiring

v2.0.0

Write Vitest Component Test

react / ts

Write a React component test with Vitest and React Testing Library using accessible queries and user-event

v2.0.0

Check Accessibility

react / ts

Run the accessibility gate: automated axe checks plus keyboard/screen-reader smoke and prioritized findings

v2.0.0

Write BLoC Test

flutter / bloc

Write blocTest cases for a Flutter BLoC: seed state, events, expected state sequences with mocked dependencies

v2.0.0

Write Widget Test

flutter / bloc

Write a Flutter widget test with testWidgets: pump cycles, finders, and assertions on rendered output

v2.0.0

Write Robot Integration Test

flutter / bloc

Add a robot-pattern integration test: new robot class with action/assert API, composed scenario, device run

v2.0.0

Deliver (6)

Operate (4)

Learn (2)