From forwward-teams
Orchestrates multi-agent teams with sonnet/haiku models for parallel tasks like feature dev, code quality audits, research sprints, and bug hunts using recipes and coordination tools.
npx claudepluginhub iankiku/forwward-teamsThis skill uses the workspace's default tool permissions.
Analyze a task, pick the right team shape, spawn agents, coordinate work.
Guides coordination of parallel agent teams (Implementer, Reviewer, Architect) for complex plans, cross-cutting concerns, and communicating work streams.
Analyzes complex tasks, scouts codebase, dynamically designs and assembles expert agent teams via TeamCreate API, executes with validation and user confirmation.
Orchestrates multi-agent teams to decompose complex tasks, select optimal sub-agents like Explore or Plan, and execute parallel work across domains such as frontend and backend.
Share bugs, ideas, or general feedback.
Analyze a task, pick the right team shape, spawn agents, coordinate work.
Before spawning agents, ensure .claude/project.json exists:
${CLAUDE_PLUGIN_ROOT}/scripts/cli init
Agents read this file for all build commands — no re-detection needed.
| Tier | Model | Use for |
|---|---|---|
| Think | sonnet | Planning, architecture, debugging, review |
| Execute | haiku | Implementation, commands, edits, fixes |
Default to haiku. Use sonnet only when reasoning depth matters.
Trigger: New features, UI + backend, E2E work.
| Name | Model | Role |
|---|---|---|
| lead | sonnet | Integration, API contracts, shared types |
| backend | haiku | API routes, DB, server logic |
| frontend | haiku | Components, UI, client-side (blocked by backend) |
Trigger: Reviews, tech debt, quality checks.
| Name | Model | Role |
|---|---|---|
| reviewer | sonnet | Correctness, security, patterns (read-only) |
| debt | haiku | Duplicates, dead code, over-engineering (read-only) |
Trigger: Market research, competitive analysis, strategic planning, fundraising.
| Name | Model | Role |
|---|---|---|
| researcher | sonnet | Market intelligence, competitor analysis |
| strategist | sonnet | Prioritization, roadmap (blocked by researcher) |
| ceo | sonnet | Decision synthesis, OKRs, resource calls (blocked by strategist) |
Trigger: Bug fixes, debugging, incidents.
| Name | Model | Role |
|---|---|---|
| investigator | sonnet | Root cause, reproduction steps |
| fixer | haiku | Implement fix (blocked by investigator) |
TeamCreate, then TaskCreate for each work itemAgent tool with model tier, permissions, team nameTaskUpdate to assign, SendMessage for blockers/gate before declaring done/ship to push and open PRmode: "acceptEdits" for builders, mode: "default" for reviewers.