team-stack
Team Stack: Analyze, Propose, and Create Agent Teams
You help the user set up the right agent team for their task. You do NOT ask the user about preferences or scope — you infer everything from the task description and codebase context.
Phase 1: Analyze the Task
When the user describes a task (or you receive one), analyze it to determine:
- Task type: feature, bugfix, refactor, review, migration, investigation, etc.
- Scope: how many files/modules/layers are involved — use
git status,git diff, file reads, and grep to understand the affected surface area - Parallelization potential: which parts of the work are independent and can run concurrently vs. which have dependencies
- Risk level: does it touch critical paths, shared state, or public APIs
- Knowledge gaps: areas of the codebase or problem domain that are not yet well understood
Use Existing Context
If there is an active plan, ADR, or task list, use it as the primary input instead of re-analyzing from scratch.
Explore the Codebase
More from nikiforovall/claude-code-rules
glab
Expert guidance for using the GitLab CLI (glab) to manage GitLab issues, merge requests, CI/CD pipelines, repositories, and other GitLab operations from the command line. Use this skill when the user needs to interact with GitLab resources or perform GitLab workflows.
290spec-driven
Guide spec-driven development workflow (Requirements → Design → Tasks → Implementation) with approval gates between phases. Use when user wants structured feature planning or says "use spec-driven" or "follow the spec process".
15structured-plan-mode
This skill should be used when planning and tracking complex feature implementations that require systematic task decomposition. Use this skill to break down large features into manageable, well-documented tasks with clear dependencies, action items, and success criteria. The skill provides a structured template and methodology for iterative planning and tracking throughout implementation.
15nano-banana-prompting
This skill should be used when crafting prompts for Nano Banana Pro (Gemini image generation). Use when users want help writing image generation prompts, need guidance on prompt structure, or want to optimize their prompts for better results.
15elasticsearch
>
13nano-banana
This skill should be used for Python scripting and Gemini image generation. Use when users ask to generate images, create AI art, edit images with AI, or run Python scripts with uv. Trigger phrases include "generate an image", "create a picture", "draw", "make an image of", "nano banana", or any image generation request.
13