dev-team

dev-team is a skill for Claude Code, Codex from gongyijie85/dsh-ecc. It costs 60 tokens per session (1,876 once invoked), scanned A, original, MIT.

A simulated development-team review in which a product manager, architect, developer, and QA perspective respond to the same feature or proposal. QA means quality assurance: checking whether the result works and handles problems.

In plain words
What is it for?
Use it to examine a feature idea, design proposal, user story, or new initiative from planning, architecture, implementation, and testing perspectives.
Why use it?
It brings several common project concerns into one discussion before implementation begins, without requiring separate role-based reviews.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents.

Good fit Use it to examine a feature idea, design proposal, user story, or new initiative from planning, architecture, implementation, and testing perspectives.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gongyijie85/dsh-ecc/dev-team
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add gongyijie85/dsh-ecc --skill dev-team
Clone the repo
git clone --depth 1 https://github.com/gongyijie85/dsh-ecc

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for dev-team

README.md
[![agentmods](https://agentmods.dev/badge/skills/gongyijie85/dsh-ecc/dev-team.svg)](https://agentmods.dev/skills/gongyijie85/dsh-ecc/dev-team)
Your own site
<a href="https://agentmods.dev/skills/gongyijie85/dsh-ecc/dev-team"><img src="https://agentmods.dev/badge/skills/gongyijie85/dsh-ecc/dev-team.svg" alt="Measured on agentmods" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,876 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 49
    Skill grants unrestricted tool access without appropriate constraints. An agent with unfettered tool access can perform arbitrary actions including file modification, network requests, and code execution.
    Fix: Restrict tool access to only the tools required for the skill's stated purpose. Use an explicit allowlist rather than granting blanket access.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00060 $0.01876
Opus 5 $0.00030 $0.00938
Sonnet 5 $0.00012 $0.00375
Haiku 4.5 $0.00006 $0.00188

Measured 3d ago against content hash 727b093c8f82, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

dev-team scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/dev-team/SKILL.md · 204 lines

How it starts

The opening of the file, as written. The whole thing — 204 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Dev Team

Run a multi-persona session where PM, Architect, Developer, and QA each respond from their own perspective in a single turn.

This is the preset four-lens review for collaborative design and planning. It is not adversarial challenge (council), and it is not a free-form team composer (team-builder selects arbitrary agents; dev-team always runs the same four roles).

When to Activate

The user provides a topic — a feature description, proposal, story, or question. The skill runs all four personas in parallel as independent subagents, then presents their responses together.

Use when:

  • Designing a new feature and wanting PM, Architect, Dev, and QA concerns surfaced at once
  • Reviewing a proposal before committing to implementation
  • Onboarding an initiative and wanting each role to define their first concerns
  • User says "what would the team think about this", "give me all perspectives", or "run this by the team"
  • Starting a story and wanting role-specific input before writing a single line of code

When NOT to Use

Condition Use Instead
Ambiguous go/no-go decision with real tradeoffs council
You want to hand-pick which agents participate team-builder
Single-role deep-dive (e.g. architecture only) the architect agent
Code review the code-reviewer agent or /code-review
Structured adversarial challenge santa-method

Personas

Role Name Lens
Product Manager PM user value, scope, prioritization, definition of done
Architect Arch system design, scalability, technical risk, integration points
Developer Dev implementation complexity, effort, edge cases, technical debt
QA Engineer QA testability, acceptance criteria, failure modes, regression risk

All personas are analysis-only: they read the prompt they are given and answer from their role's perspective. They must not edit files, run state-changing commands, or use any tool that modifies the repository or external systems.

Read the full file on GitHub · 204 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 204 lines · 60 tokens per session scan A 727b093c8f82

Subscribe to this mod's changes

dev-team is a skill published in the GitHub repository gongyijie85/dsh-ecc (6 stars, last pushed 3d ago), licensed MIT. It adds 60 tokens to every session and 1,876 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories