team-perf-opt

Coordinate application performance optimization through profiling, planning, implementation, and benchmarking.

1|Updated May 12, 2026
One-click install
npx skills add https://github.com/tcytan/tecton --skill team-perf-opt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-perf-opt
Source: https://github.com/tcytan/tecton/tree/main/.claude/skills/team-perf-opt
Command: npx skills add https://github.com/tcytan/tecton --skill team-perf-opt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps teams improve application performance by orchestrating profiling, optimization planning, code changes, benchmarking, and review with structured feedback loops.

Core Features & Use Cases

  • Performance profiling and bottleneck ranking: Produces quantified baseline metrics and a prioritized bottleneck report for the selected scope.
  • Optimization plan and targeted implementation: Converts bottleneck evidence into measurable strategies, then applies changes with minimal, plan-aligned edits.
  • Benchmark validation with review-fix cycles: Runs before/after benchmarks, performs correctness and regression risk review, and triggers fixes up to a capped iteration count per branch/pipeline.

Quick Start

Ask your AI to run the team-perf-opt pipeline with a description of the performance problem you want to improve and the scope you care about.

Frequently Asked Questions about team-perf-opt

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

FAQPage Schema
How do I coordinate end-to-end application performance optimization across multiple bottlenecks?

Application performance optimization is coordinated by profiling bottlenecks, planning targeted fixes, implementing changes, and running review-fix cycles. This pipeline orchestrates single, fan-out, and independent optimization scenarios with benchmark validation and progress reporting.

What is the best way to profile and rank application performance bottlenecks before planning code changes?

Performance profiling quantifies baseline metrics and produces a prioritized bottleneck report for your selected scope. This evidence is then converted into measurable optimization strategies before applying minimal, plan-aligned code edits.

How do I validate code changes with benchmarking and trigger regression fix cycles automatically?

Benchmark validation runs before-and-after comparisons, performs correctness reviews, and triggers regression fixes up to a capped iteration count per branch. Structured verdicts based on benchmark outcomes determine whether further revision cycles are needed.

Can I run independent optimization pipelines for separate performance targets simultaneously?

Independent per-target pipelines run optimization scenarios separately with checkpoints and progress reporting. Fan-out scenarios also support per-bottleneck branches, enabling deterministic task dependency management across multiple simultaneous optimization targets.

Do I need YAML frontmatter metadata to run the team-perf-opt optimization pipeline?

YAML frontmatter metadata is required for pipeline discovery, role-based execution routing, artifact session persistence, and deterministic task dependency management. This structured metadata enables the orchestrated benchmark and review-fix cycles to execute reliably.

Why does structured feedback matter when reducing application performance bottlenecks through code review?

Structured feedback from code review and benchmarking drives the revision cycles needed to reduce performance bottlenecks safely. Review-fix cycles validate correctness and regression risk, ensuring optimization changes trigger capped iterative fixes only when necessary.