https://github.com/leninkhaidem/super-developer
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.
https://github.com/leninkhaidem/super-developer
claude-code claude-code-plugin code-review development-workflow git-worktree multi-agent
Last synced: 16 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/leninkhaidem/super-developer
- Owner: leninkhaidem
- Created: 2026-04-12T16:04:04.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-01T05:27:13.000Z (19 days ago)
- Last Synced: 2026-05-01T07:26:52.761Z (19 days ago)
- Topics: claude-code, claude-code-plugin, code-review, development-workflow, git-worktree, multi-agent
- Language: Python
- Size: 399 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Super Developer Marketplace
A collection of Claude Code plugins for software development.
## Plugins
| Plugin | Description |
|---|---|
| [**super-developer**](plugins/super-developer/) | Full development lifecycle — divergent ideation, requirements-spec-driven planning, parallel implementation with git worktree isolation, and multi-agent adversarial code review. 8 skills. |
More plugins coming soon: GitHub issue management, and others.
## Installation
```bash
# 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
```bash
# 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 8 skills:
```
implementation-plan → review-plan → implement → audit → review-code
```
The planning stage uses triggered Design Preflight for nontrivial or risky features, then creates `.tasks//SPEC.md` for user requirements, feature-level acceptance criteria, constraints, code references, and out-of-scope boundaries, plus `tasks.json` for agent-executable work, work packages, and accepted `design_decisions`.
Plus standalone skills: **perspectives** (divergent problem-solving), **tasks** (status dashboard), **review-code** (works independently for PR and local code review), and **code-doc** (generate comprehensive codebase documentation via hybrid analysis).
See the [full documentation](plugins/super-developer/README.md).
## License
MIT