Skip to content
Development
Skill

/team-feature

Orchestrates a cross-functional feature team of product-manager, ux-designer, frontend-developer, backend-developer, and qa-engineer to deliver a complete feature from specification to tested implementation. Use when a feature requires full-stack coordinated delivery.

From plugin
software-development-department
72116 skills28 agents1 MCP
Install
$ npx -y skills add tranhieutt/software_development_department --skill team-feature --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/team-feature

Context preview

The summary Claude sees to decide when to auto-load this skill.

Orchestrates a cross-functional feature team of product-manager, ux-designer, frontend-developer, backend-developer, and qa-engineer to deliver a complete feature from specification to tested implementation. Use when a feature requires full-stack coordinated delivery.

SKILL.md

team-feature.SKILL.md
name: team-feature
type: workflow
description: "Orchestrates a cross-functional feature team of product-manager, ux-designer, frontend-developer, backend-developer, and qa-engineer to deliver a complete feature from specification to tested implementation. Use when a feature requires full-stack coordinated delivery."
argument-hint: "[feature description or user story]"
user-invocable: true
allowed-tools: Read, Glob, Grep, Write, Edit, Bash, Task, AskUserQuestion, TodoWrite
effort: 3
when_to_use: "Use when a feature requires full-stack coordinated delivery spanning product requirements, UX design, frontend, backend, and QA testing."

When this skill is invoked, orchestrate the feature team through a structured delivery pipeline.

**Decision Points:** At each phase transition, use `AskUserQuestion` to present the user with the subagent's proposals as selectable options. Write the agent's full analysis in conversation, then capture the decision with concise labels. The user must approve before moving to the next phase.

Team Composition

  • **product-manager** — Feature scope, user stories, acceptance criteria
  • **ux-designer** — User flows, wireframes, interaction design
  • **backend-developer** — API design and implementation
  • **frontend-developer** — UI components and client-side integration
  • **qa-engineer** — Test planning and validation

How to Delegate

Use the Task tool to spawn each team member as a subagent:

  • `subagent_type: product-manager`
  • `subagent_type: ux-designer`
  • `subagent_type: backend-developer`
  • `subagent_type: frontend-developer`
  • `subagent_type: qa-engineer`

Always provide full context in each agent's prompt (feature requirements, existing patterns, API conventions). Launch independent agents in parallel where the pipeline allows (e.g., backend + UX design can proceed in parallel after spec is approved).

Pipeline

Phase 1: Feature Specification

Delegate to **product-manager**:

  • Write the user story and acceptance criteria
  • Define out-of-scope explicitly
  • Identify success metrics
  • Output: PRD or user story with acceptance criteria

Phase 2: Design (parallel)

Launch in parallel:

  • **ux-designer**: User flow, wireframes, interaction spec for the feature
  • **backend-developer**: API contract design (endpoints, request/response schemas)

Both must complete before Phase 3.

Phase 3: Review Designs

Use `AskUserQuestion` to get approval on:

  • UX flow and wireframes
  • API contract

Iterate until approved.

Phase 4: Implementation (parallel where possible)

  • **backend-developer**: Implement approved API endpoints and business logic
  • **frontend-developer**: Implement UI components (can start with mock data if backend not ready)

Once backend is done, frontend-developer integrates with real API.

Phase 5: QA

Delegate to **qa-engineer**:

  • Test against acceptance criteria
  • Cross-browser/cross-device testing if relevant
  • Regression testing on adjacent features
  • Output: Test report with pass/fail per acceptance criterion

Phase 6: Handoff

  • Address QA findings
  • Update documentation if needed (delegate to tech-writer)
  • Confirm feature is ready for release review (`/gate-check`)

Output

A summary covering: acceptance criteria coverage, API status, UI status, test results, and any outstanding items.

Read more
Ships withsoftware-development-department

Software Development Department

Get the whole plugin