Test Design banner
CloudAI-X CloudAI-X

Test Design

Testing community

Description

--- description: Design test coverage strategy with test-architect guidance agent: test-architect subtask: true --- # Test Design Command Plan comprehensive test coverage strategy for new or existing code using the test-architect subagent. ## Phase 1: Understand the Target Analyze what needs testing: 1. If `$ARGUMENTS` provided, focus on specified files/features 2. Read the target code and understand: - Public interfaces and contracts - Business logic and edge cases - Dependencies a

Installation

Installs to ~/.claude/skills/cloudai-x-opencode-workflow-test-design/SKILL.md

Terminal
mkdir -p ~/.claude/skills/cloudai-x-opencode-workflow-test-design && curl -fsSL https://raw.githubusercontent.com/CloudAI-X/opencode-workflow/HEAD/commands/test-design.md -o ~/.claude/skills/cloudai-x-opencode-workflow-test-design/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository