Super Developer
Description
A Claude Code plugin that orchestrates the full development lifecycle — divergent ideation, structured planning, parallel implementation with git worktree isolation, and multi-agent adversarial code review.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Super Developer Marketplace
A marketplace for portable coding-assistant workflow skills, currently packaged for Claude Code.
Plugins
| Plugin | Description |
|---|---|
| **super-developer** | Full development lifecycle — divergent ideation, evidence-first planning and bug fixing, Slice-first planning, testing workflow strategy and delegated test work, parallel implementation with git worktree isolation, final review-code/audit gates, README polish, and release publishing. 15 skills. |
More plugins coming soon: GitHub issue management, and others.
Installation
# 1. Add the marketplace (one-time)
/plugin marketplace add leninkhaidem/super-developer
# 2. Install any plugin
/plugin install super-developer@super-developer-marketplace
Available Commands
# List what's available
/plugin marketplace list
# Install a plugin
/plugin install @super-developer-marketplace
# Update a plugin
/plugin update @super-developer-marketplace
# Update all plugins in this marketplace
/plugin marketplace update super-developer-marketplace
# Reload after install/update
/reload-plugins
Plugin Details
super-developer
Orchestrates the full development lifecycle with 15 skills:
conceptualize → implementation-plan → review-plan → implement → final review-code + final audit → release
The optional `conceptualize` stage maintains a minimal planning index and writes focused Slices only when useful. `implementation-plan` delegates artifact authoring to planner agents that create `.tasks//SPEC.md`, a lightweight `tasks.json` registry, package Markdown, declared proof paths, and package verification report paths. `tasks.json` is bookkeeping only; package Markdown owns work-package scope, Slice assignments, dependencies, verification expectations, proof paths, and report paths.
Optional Semgrep validation is disabled by default in the developer-local `.superdeveloper/prefere
Related Skills
使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git mcp-server-github
GitHub API integration for repos, issues, PRs.
Git