team-dev

Execute implementation plans with parallel agents and two-stage spec and code review gates.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/CasaPerks/casaflow --skill team-dev-casaperks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-dev
Source: https://github.com/CasaPerks/casaflow/tree/main/core/skills/team-dev
Command: npx skills add https://github.com/CasaPerks/casaflow --skill team-dev-casaperks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

team-dev reduces the time-to-merge for implementation work by running independent tasks in parallel while enforcing spec compliance and code quality through explicit review gates.

Core Features & Use Cases

  • Parallel implementation with split panes: Spawns implementer teammates that work concurrently on separate plan tasks.
  • Two-stage quality gates per task: Enforces spec compliance review followed by code quality review before a task is considered complete.
  • Staggered orchestration to keep throughput high: Dispatches reviews as soon as each implementer finishes, rather than waiting for the whole team to end.
  • Reuse or fresh spawns based on task relatedness: Reuses teammates for related work to preserve context, and respawns clean teammates when tasks are in different areas.

Quick Start

Run your spec-driven workflow up to the implementation plan step, then invoke the team-dev workflow to execute the plan’s independent tasks in parallel with spec and quality review gates.

Frequently Asked Questions about team-dev

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

FAQPage Schema
How do I run parallel implementation tasks with spec compliance and code quality review gates?

You can run parallel implementation tasks by spawning multiple agent implementers that work concurrently on separate plan tasks, while enforcing two-stage spec compliance and code quality review gates that block progress until both reviews pass. A lead orchestrator manages staggered reviewer dispatch as each implementer finishes.

What's the best way to execute independent development tasks in parallel using tmux split panes?

Executing independent development tasks in parallel requires tmux-based split-pane execution, where a lead orchestrator spawns implementer teammates that work concurrently on separate file surface areas. Reviews are dispatched as soon as each implementer finishes to keep throughput high.

Does parallel agent orchestration work with Jira-native workflows for spec-driven development?

Parallel agent orchestration supports Jira-native workflows by executing implementation plans that contain multiple independent development tasks safely separated by file surface area. The lead orchestrator hands off deterministic plan tasks to implementer teammates and reviewer subagents.

When should I reuse agent teammates versus respawning clean teammates for parallel coding tasks?

Reuse agent teammates when subsequent parallel coding tasks are related to preserve context, and respawn clean teammates when tasks are in different areas. This staggered orchestration approach maintains high throughput while keeping spec compliance and code quality review gates enforced.

Why does two-stage quality gating block progress until spec compliance and code review both pass?

Two-stage quality gating blocks progress because each task must pass spec compliance review followed by code quality review before being considered complete. This gating logic ensures implementation plans meet requirements before tasks are accepted, reducing time-to-merge for independent development work.

Can I use team-dev to reduce time-to-merge for implementation plans with multiple independent tasks?

team-dev reduces time-to-merge for implementation plans by running independent tasks in parallel through spawned implementer teammates while enforcing spec compliance and code quality through explicit review gates, using a lead orchestrator with staggered reviewer dispatch for high throughput.