Develop Team

Autonomous multi-agent pipeline: research, plan, implement, test, and open a PR for a whole ticket with zero checkpoints.

Tested · Works

Test report

Verdict
Tested · Works
Score
8.0/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 60aedce

Miscategorized as 'sales' in the source list — it's a coding-pipeline orchestrator (research agents, phased implementation, PR creation). Its Prerequisites list `/refactor` as an optional companion skill, but no such skill exists anywhere in this repo (only review-fix and review-team do) — it degrades gracefully when missing, but the doc implies a companion that was never shipped.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 6/10
  • Docs & honesty 4/5

What Develop Team does

Orchestrates a full feature-development cycle from a ticket or freeform task through parallel research sub-agents (codebase map, convention rules, requirements), inline planning, phased implementation with per-phase tests and commits, optional refactor/review delegation, and automatic PR creation. Triggers on 'develop a feature', 'implement PROJ-123', or 'run the development pipeline' — built for whole tickets, not small edits.

How to install Develop Team

git clone https://github.com/EricTechPro/startup-claude-skills
cd startup-claude-skills
mkdir -p ~/.claude/skills
cp -r skills/develop-team ~/.claude/skills/develop-team

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Develop Team

  • /develop-team Autonomous multi-agent pipeline: research, plan, implement, test, and open a PR for a whole ticket with zero checkpoints.

It also activates on plain-language prompts like these:

  • Implement ticket PROJ-456 end to end and open a pull request
  • Build this feature autonomously from research through to a PR
  • Take this ticket and run the whole dev pipeline without checking in

Frequently asked questions

Is the Develop Team skill free?
Yes. The skill itself is free from EricTechPro/startup-claude-skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does Develop Team work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Miscategorized as 'sales' in the source list — it's a coding-pipeline orchestrator (research agents, phased implementation, PR creation). Its Prerequisites list `/refactor` as an optional companion skill, but no such skill exists anywhere in this repo (only review-fix and review-team do) — it degrades gracefully when missing, but the doc implies a companion that was never shipped.
What is the Develop Team SkillProof Score?
8.0/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 6/10, docs & honesty 4/5.
How do I install Develop Team?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Develop Team with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.