task-module-testing

Execute module testing tasks via two-tier skill loading from task.skills.

4|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/cuioss/plan-marshall --skill task-module-testing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-module-testing
Source: https://github.com/cuioss/plan-marshall/tree/main/marketplace/bundles/plan-marshall/skills/task-module-testing
Command: npx skills add https://github.com/cuioss/plan-marshall --skill task-module-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the execution of domain-agnostic module testing tasks using a two-tier skill loading pattern to streamline test planning, creation, and verification.

Core Features & Use Cases

  • Two-tier skill loading: automatically loads Tier 1 system skills and Tier 2 domain testing skills from task.skills to drive test work.
  • Task-driven testing workflow: guides the agent from plan retrieval to test implementation and verification across languages and frameworks.
  • Contract-aligned results: outputs execution summaries and verification results aligned to management contracts.

Quick Start

Provide the plan_id and task_number to initiate module-testing execution.

Frequently Asked Questions about task-module-testing

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

FAQPage Schema
How do I automate module testing task execution from a plan?

Automating module testing task execution requires a two-tier skill loading workflow that retrieves plan tasks, loads domain testing skills from task.skills, and drives test construction, implementation, and verification. You initiate this by providing a plan_id and task_number.

What is two-tier skill loading for module testing workflows?

Two-tier skill loading for module testing is a mechanism that first loads Tier 1 system skills, then dynamically loads Tier 2 domain testing skills specified in task.skills. This layered approach enables domain-agnostic test planning and verification across different languages and frameworks.

How do I execute a module_testing profile task using plan-marshall?

To execute a module_testing profile task, provide the plan-marshall plan_id and task_number. The executor automatically applies the two-tier loading workflow to retrieve required domain testing skills, construct the tests, implement them, and verify results against management contracts.

Does the module testing executor support domain-specific testing frameworks?

The module testing executor supports domain-specific testing frameworks through its two-tier loading architecture. It dynamically loads required domain testing skills from the task.skills field specified in your plan, allowing it to adapt to various languages and frameworks.

What outputs does a domain-agnostic module testing task produce?

A domain-agnostic module testing task produces execution summaries and verification results. These outputs are explicitly aligned with the Task Execution Contract and Task Contract to ensure test implementation and verification results meet management requirements.

Do I need specific dependencies to run the module testing task executor?

No external dependencies are required to run the module testing task executor. It operates as a standalone domain-agnostic executor, relying solely on the plan_id, task_number, and the domain testing skills defined within the task.skills configuration.