sk-exec

Orchestrate TDD workflows with parallel sub-agents and phased task dependencies.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ausbru87/mux-addons --skill sk-exec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sk-exec
Source: https://github.com/ausbru87/mux-addons/tree/main/skills/sk-exec
Command: npx skills add https://github.com/ausbru87/mux-addons --skill sk-exec

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the implementation of software tasks by strictly enforcing Test-Driven Development (TDD) and orchestrating parallel sub-agents to execute tasks efficiently.

Core Features & Use Cases

  • Strict TDD Enforcement: Ensures tests are written and approved before any implementation code is generated.
  • Parallel Task Execution: Groups and runs independent tasks concurrently using sub-agents, speeding up development.
  • Phased Workflow: Organizes tasks into phases with clear dependencies, ensuring logical progression.
  • Use Case: Implement a new feature by defining tasks, writing tests for them, getting user approval on the tests, and then having sub-agents write the minimal code to pass those tests, all while ensuring constitutional principles are followed.

Quick Start

Use the sk-exec skill to implement the 'user-authentication' feature.

Frequently Asked Questions about sk-exec

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

FAQPage Schema
How do I automate Test-Driven Development workflows for software implementation?

Automating Test-Driven Development workflows involves orchestrating parallel sub-agents to group and execute independent tasks concurrently. This enforces strict test-first protocols and requires user approval at critical phases to manage task dependencies and software implementation.

What is the best way to enforce strict test-first protocols during agile development?

Enforcing strict test-first protocols during agile development requires a phased workflow that manages task dependencies across implementation stages. The system ensures tests are written and explicitly approved before any implementation code is generated by sub-agents.

How does parallel task execution work with TDD code generation?

Parallel task execution in TDD code generation groups independent tasks and runs them concurrently using sub-agents. This speeds up development while maintaining strict test-first protocols and enforcing constitutional principles across all generated implementation code.

Do I need specification artifacts to start TDD implementation with parallel agents?

Yes, TDD implementation with parallel agents operates on specification artifacts including tasks, feature specs, implementation plans, and constitutional principles. These inputs define the phased workflow dependencies and guide the sub-agents executing the code generation.

Can I use parallel sub-agents to manage task dependencies across implementation phases?

Yes, parallel sub-agents can manage task dependencies across implementation phases by organizing tasks into a phased workflow. This ensures logical progression, enforces strict test-first protocols, and requires user approval at critical stages before generating minimal passing code.