Super Developer banner
leninkhaidem leninkhaidem

Super Developer

Git community

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