skills/agent-teams/SKILL.md
Orchestrates subordinate agents for complex plans and user-requested agent teams. Trigger: Use only for complex plans, broad multi-domain work, or when the user explicitly requests agent teams, parallel agents, or delegated sub-agents.
npx skillsauth add rzyfront/vendix agent-teamsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to make the main agent act as an orchestrator. The orchestrator divides a complex objective into smaller bounded tasks, delegates those tasks to subordinate agents, supervises their outputs, and produces a final integrated summary.
Do not use this skill for simple edits, narrow bug fixes, routine file reads, or tasks a single agent can complete efficiently.
The main agent remains responsible for the final outcome:
Subordinate agents do not own the final decision. They provide research, implementation, review, or verification outputs for the orchestrator to integrate.
how-to-plan before execution.Each delegated unit must include:
GLOBAL OBJECTIVE:
[Overall approved objective]
YOUR TASK:
[Small bounded task]
SCOPE:
[Allowed files, domains, or questions]
REQUIRED SKILLS:
[Skills to load before acting]
DEPENDENCIES:
[Inputs from prior agents, if any]
DELIVERABLE:
[Expected final response or code outcome]
CONSTRAINTS:
- Stay inside scope.
- Report blockers instead of guessing.
- Return concise findings, changes, risks, and verification notes.
After the team finishes, report:
how-to-plan - Required before complex agent-team executionhow-to-dev - Development execution rules after planningbuildcheck-dev - Verification after code changesdevelopment
Mobile app development rules for Vendix Expo/React Native project. Trigger: When editing, creating, or modifying any file under apps/mobile, or when developing mobile-specific features.
development
Feature gating by store subscription state: global store write guard, AI feature gate, Redis feature resolution, quota consumption, frontend paywall interceptor, banner, and subscription UI states. Trigger: When adding feature gates, paywalls, subscription-based access control, protecting store write operations, AI feature gates, or rollout flags.
testing
SaaS subscription billing for Vendix stores: plan pricing, invoices, Wompi platform payments, manual payments, partner commissions, payouts, proration, and dunning. Trigger: When creating SaaS invoices, working with partner rev-share, margin/surcharge pricing, invoice sequence allocation, partner payout batches, subscription payments, manual payments, or dunning flows.
development
Periodic quota counters with Redis, UTC period keys, Lua-based idempotent AI quota consumption, request-id deduplication, and post-success consumption. Trigger: When building quota counters, enforcing monthly/daily feature caps, or reusing AI quota patterns for uploads, emails, exports, or rate-limited features.