implement-and-evaluate-tmux

Orchestrates parallel implementation and evaluation of software feature waves using tmux.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/andredosreis/laura-saas-agenda --skill implement-and-evaluate-tmux
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-and-evaluate-tmux
Source: https://github.com/andredosreis/laura-saas-agenda/tree/main/.claude/skills/implement-and-evaluate-tmux
Command: npx skills add https://github.com/andredosreis/laura-saas-agenda --skill implement-and-evaluate-tmux

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of implementing and evaluating multiple features in parallel, enhancing efficiency and reducing bottlenecks in development workflows.

Core Features & Use Cases

  • Parallel Implementation: Automates the setup of isolated workspaces for each feature in a wave, enabling concurrent development.
  • Semi-Auto Evaluation: Manages the evaluation of implemented features, consolidating results into a comprehensive report.
  • Use Case: For a development team working on a series of features, this Skill ensures that features can be developed and evaluated simultaneously, accelerating the overall progress.

Quick Start

Dispatch a wave with the implement-and-evaluate-tmux skill by running 'scripts/tools/wave-dispatch.sh <tracking.json> <wave|F01 ...> --max-parallel 3 --yes'.

Frequently Asked Questions about implement-and-evaluate-tmux

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

FAQPage Schema
How do I run parallel feature development using tmux?

Parallel feature development using tmux is orchestrated by dispatching a wave via the 'wave-dispatch.sh' script, which sets up isolated workspaces for concurrent implementation and evaluation of features.

What is a feature wave in parallel software development?

A feature wave in parallel software development is a batch of features with minimal interdependencies that are implemented and evaluated simultaneously to accelerate progress and reduce development bottlenecks.

How do I evaluate multiple features concurrently in isolated environments?

You evaluate multiple features concurrently by using tmux for workspace isolation and coordination, which allows the skill to manage semi-automated evaluations and consolidate individual results into a comprehensive report.

Can I manage concurrent feature implementation without feature conflicts?

You can manage concurrent implementation without conflicts by targeting features with minimal interdependencies and utilizing tmux to provide isolated workspaces for each feature within the dispatched wave.

When should I avoid using tmux for parallel feature evaluation?

You should avoid using tmux for parallel feature evaluation when your target features have heavy interdependencies, as this approach relies on minimal cross-feature coupling to maintain workspace isolation and concurrent progress.