super-dev

Coordinate a 13-phase agent workflow for automated feature delivery.

3|Updated Nov 24, 2025
One-click install
npx skills add https://github.com/jenningsloy318/claude-skill-artifacts --skill super-dev-jenningsloy318
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: super-dev
Source: https://github.com/jenningsloy318/claude-skill-artifacts/tree/main/super-dev-agent-skill
Command: npx skills add https://github.com/jenningsloy318/claude-skill-artifacts --skill super-dev-jenningsloy318

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The super-dev Skill coordinates a team-based, agent-driven development workflow to orchestrate feature delivery.

Core Features & Use Cases

  • Orchestrates a 13-phase workflow with dedicated agent skills for requirements clarification, research, debugging, code assessment, architecture, UI/UX design, specification writing, implementation, QA, code review, and documentation.
  • Supports dynamic loading of sub-skills, worktree setup, and ADR generation for architecture decisions.
  • Enforces progressive quality gates and final verification before merging to main.

Quick Start

To begin a task, provide a description using the standard phrasing: "I'm using super-dev to implement: [task]". The Coordinator will load the coordinator and sub-skills, create the worktree, and guide you through all phases, with quality gates at each milestone.

Frequently Asked Questions about super-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate a multi-agent workflow for feature development?

A multi-agent workflow orchestrates feature delivery by delegating tasks to specialized agents across 13 phases, maintaining a shared task list, generating ADRs, and enforcing progressive quality gates before merging to main.

How do I start an automated feature delivery task using agent orchestration?

To start an automated feature delivery task, provide a description using the standard phrasing 'I'm using super-dev to implement: [task]', which triggers the Coordinator to load sub-skills, create a worktree, and guide you through all workflow phases.

What phases does a multi-agent development workflow cover?

The workflow covers Phase 0-13, applying dedicated agent skills for requirements clarification, research, debugging, code assessment, architecture, UI/UX design, specification writing, implementation, QA, code review, and documentation.

Can I use git worktrees with a coordinated multi-agent development workflow?

Yes, git is a required dependency. The workflow automatically sets up a git worktree for isolated feature implementation, generating architecture decision records and enforcing quality gates before merging to main.

Does multi-agent code orchestration enforce quality gates before merging to main?

Yes, the workflow enforces progressive quality gates at each milestone and performs final verification before merging to main, ensuring code assessment, QA, and code review standards are met by specialized agents.