plugins/kronen/skills/agent-teams/SKILL.md
Parallel team execution patterns for multi-agent workflows. Use when planning parallel agent dispatch, choosing team compositions (review, debug, feature, research, security teams), or integrating with Agent Teams experimental API. Covers file ownership rules, task coordination, and integration patterns.
npx skillsauth add hjemmesidekongen/ai 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.
Patterns for parallel agent execution using Claude Code's Agent Teams feature or manual parallel dispatch via the Agent tool.
| Team | Agents | Use Case | |------|--------|----------| | Review | 3 parallel reviewers (security, performance, architecture) | Code review, PR review | | Debug | N investigators (one per hypothesis) | Root cause investigation | | Feature | 1 lead + 2 implementers | Feature development with file ownership | | Fullstack | 1 lead + frontend + backend + test | End-to-end feature build | | Research | 3 general-purpose agents | Parallel research questions | | Security | 4 reviewers (OWASP, auth, deps, config) | Security audit | | Migration | 1 lead + 2 implementers + 1 reviewer | Large-scale migration |
One owner per file — no concurrent modifications. Period.
file-ownership skill to decompose work into conflict-free streamsblockedBy/blocks only for true dependencies| Pattern | When | How | |---------|------|-----| | Vertical slice | Low coupling between features | Each agent builds full UI + API + tests for one feature | | Horizontal layer | Shared data model | Each agent owns one layer across features | | Hybrid | Mixed coupling | Vertical for independent features, horizontal for shared |
Agent Teams requires CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 and tmux or iTerm2. The patterns in this skill work regardless — they apply to both native Agent Teams and manual parallel dispatch via the Agent tool.
For full team sizing, display modes, and coordination strategies: references/process.md.
development
Creates a brand from scratch through market research and interactive sparring. Runs competitive research via Perplexity, then guides the user through positioning, audience, voice, values, and content pillars. Produces the full brand guideline set at .ai/brand/{name}/. Use when building a new brand, defining brand strategy for a product, or when /våbenskjold:create is invoked.
testing
Loads brand guidelines from .ai/brand/{name}/ and makes them available to the current context. Progressive disclosure: L1 confirms brand exists, L2 loads summary, L3 loads specific files on demand. Use when a downstream skill or user needs brand context, or when /våbenskjold:apply is invoked.
documentation
Guided reinvention of an existing brand guideline. Loads current brand from .ai/brand/{name}/, identifies what to keep vs change, and walks the user through targeted evolution. Preserves brand equity while updating positioning, voice, or values. Use when refreshing a brand or when /våbenskjold:evolve is invoked.
development
Codifies an existing brand from materials, samples, and references. Analyzes provided content to extract voice patterns, values, and positioning. Produces the same guideline format as brand-strategy. Use when a brand already exists but isn't documented, or when /våbenskjold:audit is invoked.