team-structure

Decompose approved design documents into vertical implementation slices with verification checkpoints.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the ambiguity of moving from a high-level design to concrete implementation steps by automatically decomposing reviewed designs into vertical slices with clear verification checkpoints.

Core Features & Use Cases

  • Autonomous Decomposition: Automatically breaks down complex design documents into manageable, vertical implementation slices.
  • Review Gate Enforcement: Ensures that only designs with a passing review verdict are processed, maintaining quality standards.
  • Use Case: After a design review is approved, use this skill to generate a structured plan that guides the subsequent implementation phase without requiring manual intervention.

Quick Start

Ask the team to break the design into steps for the current project directory.

Frequently Asked Questions about team-structure

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

FAQPage Schema
How do I break down a design review into actionable implementation steps?

To break down a design review into actionable steps, you can automatically decompose reviewed design artifacts into vertical implementation slices with built-in verification checkpoints. This directly transitions your project from the design phase to the planning phase.

What is the best way to transition from design to planning without manual intervention?

The best way to transition from design to planning is by using autonomous decomposition to break complex design documents into manageable vertical slices. This automatically generates a structured task list to guide implementation.

Can I generate a task list from a design document that hasn't been approved yet?

You cannot generate a task list from an unapproved design document. The workflow validates design approval status and enforces a review gate, ensuring only designs with a passing review verdict are processed.

How do I ensure my workflow integrity when moving from design to implementation?

To ensure workflow integrity when moving to implementation, enforce a review gate that validates design approval status before processing. This maintains quality standards by automatically generating structured task lists only for approved designs.

Does this task decomposition work on existing project directories?

Yes, this task decomposition operates directly on project directories containing design-review documentation. It reads the reviewed design artifacts within your current project directory to facilitate the transition to planning.