superforge-dev

Solid

Build multi-component features by decomposing the work and dispatching subagents, assigning a model tier per subtask across Claude 5, Gemini 3.6, Codex, and Kimi. Proposes Subagents versus Agent Teams topology by task complexity and token cost. Use when the user says "implement", "build this feature", "execute the plan", "in parallel", "dispatch agents", "subagents", "which model should", "実装して", "作って", "並列で", "サブエージェント", "プランを実行", "どのモデルで", or runs /superforge-dev.

AI & Automation 1 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
10
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Superforge Dev — Multi-Agent Building & Model Tiering Engine Use this skill when implementing multi-component features, executing complex build plans, or dispatching subagents. It ensures optimal model tiering and agent topology selection. --- ## 1. Agent Topology Proposal (Subagents vs Agent Teams) Before dispatching, evaluate and **explicitly notify the user** of the recommended structure: - **Subagents Pattern (Default — Low Token Cost)**: Use for isolated, modular tasks (building components, fixing bugs, writing tests). One-way dispatch. - **Agent Teams Pattern (Interactive — High Token Cost)**: Use when cross-perspective debate is required (architecture trade-offs, multi-agent debate). *Notification Template*: > *"Proposing **Subagents Pattern** (Sonnet 5 workers) for fast, token-efficient execution. Say 'use Agent Teams' if you prefer interactive multi-agent debate."* --- ## 2. Model Tier Classification (Claude 5 & Multi-LLM) ### Golden Rule for Claude 5: > **"判断は Opus 5, 量は Sonnet 5, 雑務は Haiku 4.5, 持久戦は Fable 5"** | Subtask Nature | Claude 5 | Gemini Env | Codex Env | Kimi Env | Effort | |---|---|---|---|---|---| | **Tier A (Judgment & Architecture)**: System architecture, PRD, code review, security | `Opus 5` | `3.6-flash` | `Codex Sol` | `K3 Max` | `high`/`xhigh` | | **Tier A (Unattended Long Runs)**: Overnight builds, 10+ step refactoring | `Fable 5` | `3.6-flash` | `Codex Sol` | `K3 Max` | `high` | | **Tier B (Volume Implementation)**: Feature workers, ...

Details

Author
takaoumehara
Repository
takaoumehara/superforge-skill
Created
3 days ago
Last Updated
today
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

superforge

Concierge and router for the whole making process, from idea to shipped product. Reads intent, hands the work to the right superforge-* skill (brain, biz, brand, ui, dev, test, debug, roast, verify, handoff), and assigns a model tier per subtask across Claude 5, Gemini 3.6, Codex, and Kimi before any agent is dispatched. Use at the start of any build, or when the request spans several of those areas. Use when the user says "let's build", "I want to make", "help me ship", "where do I start", "何か作りたい", "作って", "どこから始める", "一気に進めたい", or runs /superforge.

1 Updated today
takaoumehara
AI & Automation Listed

subagent-delegation

Use BEFORE starting any multi-part task (research or comparisons across several sources, reading or summarizing long documents and transcripts, bulk updates across many items, audits, or checking a draft or numbers before they go out). Also use when about to spawn any subagent or worker, or when a task needs 3+ searches or tool calls. Routes gathering, reading, and bulk work to cheaper worker models, and escalates hard reasoning or a final check to a stronger model only when that actually helps.

0 Updated 6 days ago
alectivism
AI & Automation Listed

model-tiering

Assign the right model tier to each job — firepower matched to the difficulty, and the author and the verifier deliberately on different models. Use when dispatching any sub-agent, sending out a scout to explore or search, configuring a multi-agent workflow, or when quota pressure appears.

0 Updated today
lightarktech