Dev Test Parallel

Dev-Test Parallel Team

openJiuwen-ai 6fd136f 6 files · 8.9 KB Updated

File contents

Dev-Test Parallel Team

Two people in parallel: developer implements code, tester writes tests, invisible to each other, leader consolidates both outputs at the end. This is the minimal example of the Parallel Decomposition pattern, used as a reference sample when team-skill-creator generates new team skills.

Workflow

The team follows this workflow (see workflow.md for details):

  1. Pre-flight — Check python3 availability
  2. Parallel Execution — developer writes code, tester writes tests, invisible to each other
  3. Final Report — leader consolidates both outputs

Role Responsibilities

Role Responsibility Output
developer Implement functional code .team/reports/T1_developer.md
tester Write test cases .team/reports/T2_tester.md

File List

  • SKILL.md — This file, team metadata
  • roles/developer.md — Developer role definition (with inline persona)
  • roles/tester.md — Test engineer role definition (with inline persona)
  • workflow.md — Complete execution script
  • bind.md — Resource constraints and failure handling
  • dependencies.yaml — External dependency declarations

openjiuwen-ai/agent-core-java/tree/main/.claude/skills/team-skill-creator/references/dev_test_parallel commit 6fd136f852

Frequently asked questions

npx skillmds@latest add openjiuwen-ai/dev-test-parallel