implement-tests

Orchestrates parallel implementation of end-to-end test groups from dependency waves.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/Capataina/agent-skills --skill implement-tests-capataina
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-tests
Source: https://github.com/Capataina/agent-skills/tree/main/implement-tests
Command: npx skills add https://github.com/Capataina/agent-skills --skill implement-tests-capataina

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The orchestration of end-to-end test plans is error-prone and time-consuming; this Skill coordinates reading a test plan, forming dependency waves, and spawning parallel implementor agents to execute groups while maintaining isolation per worktree.

Core Features & Use Cases

  • Reads docs/tests plan to understand groups, dependencies, and mocking rules.
  • Spawns implementor agents to write tests for each group in parallel, respecting dependency graph.
  • Logs decisions and deviations to docs/tests/.../decisions.md and progresses worktrees for traceability.

Quick Start

Create an isolated worktree named after the test plan and begin implementing the first wave of test groups.

Frequently Asked Questions about implement-tests

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

FAQPage Schema
How do I orchestrate parallel test execution with dependency waves?

To orchestrate parallel test execution, the Skill reads a test plan, forms dependency waves, and spawns parallel implementor agents to execute test groups while maintaining isolation per worktree.

What is the best way to automate end-to-end test plan execution across isolated worktrees?

Automating end-to-end test plan execution across isolated worktrees is done by parsing the plan, coordinating dependency waves, and spawning parallel agents to execute groups while logging deviations into docs/tests/.../decisions.md.

How do I log test deviations and decisions during parallel agent orchestration?

Test deviations and decisions are logged into the docs/tests/$ARGUMENTS/decisions.md file, ensuring traceability as isolated worktrees progress through the coordinated dependency waves of the test plan.

Can I use parallel agents to write tests for groups with mocking rules and dependencies?

Yes, parallel agents can write tests for groups with mocking rules and dependencies by reading the test plan, understanding the mocking rules, and spawning implementor agents that respect the dependency graph.

Does parallel test orchestration work without manual coordination of dependency graphs?

Parallel test orchestration works without manual coordination by automatically forming dependency waves from the parsed test plan and spawning implementor agents to execute groups in parallel while maintaining isolation per worktree.