team-implement

Coordinate test-architect, implementer, and multi-agent review cycles for software features.

8|1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/bostonaholic/team --skill team-implement-bostonaholic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-implement
Source: https://github.com/bostonaholic/team/tree/main/skills/team-implement
Command: npx skills add https://github.com/bostonaholic/team --skill team-implement-bostonaholic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the complex implementation phase of software development, replacing manual coding and review cycles with an autonomous, test-driven, and adversarial verification pipeline.

Core Features & Use Cases

  • Test-First Execution: Automatically generates failing acceptance tests before writing code to ensure requirements are met.
  • Adversarial Review: Deploys five specialized agents to review code for security, UX, and technical quality, enforcing a hard-gate retry loop for any blocking issues.
  • Use Case: When you have a defined plan, use this skill to autonomously implement a new API endpoint, including writing the tests, executing the code, and passing a rigorous multi-agent review.

Quick Start

Run the team-implement skill to execute the implementation phase for the plan located in the current docs/plans directory.

Frequently Asked Questions about team-implement

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

FAQPage Schema
How do I automate code implementation with multi-agent review?

Automated code implementation with multi-agent review coordinates test-architect, implementer, and five adversarial review agents to execute test-first development and enforce rigorous quality gating for new software features.

What is test-first execution in automated feature development?

Test-first execution in automated feature development automatically generates failing acceptance tests before writing any implementation code, ensuring that all written logic strictly meets the predefined software requirements and passes verification.

How does adversarial code review work for quality gating?

Adversarial code review for quality gating deploys five specialized agents to evaluate security, UX, and technical quality, triggering an iterative fix loop for any blocking issues until the code passes the hard gate.

Can I use autonomous agents to implement a new API endpoint?

Yes, you can use autonomous agents to implement a new API endpoint by running the skill on a defined plan in your docs/plans directory to handle test generation, coding, and multi-agent verification automatically.

Do I need a defined plan before running automated implementation?

Yes, you need a defined plan located in the current docs/plans directory before running automated implementation, as the skill executes the implementation phase by reading those requirements to generate tests and code.