wiggum

Orchestrate iterative software development from a specification with enforced quality gates.

16|3|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/zbruhnke/claude-code-starter --skill wiggum
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiggum
Source: https://github.com/zbruhnke/claude-code-starter/tree/main/.claude/skills/wiggum
Command: npx skills add https://github.com/zbruhnke/claude-code-starter --skill wiggum

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the entire software development lifecycle from a specification, ensuring production-ready code through rigorous planning, iterative building, and mandatory quality gates.

Core Features & Use Cases

  • Autonomous Implementation: Takes a spec and builds the feature end-to-end.
  • Quality Enforcement: Enforces tests, linting, type-checking, and builds automatically.
  • Incremental Commits & Docs: Maintains clean Git history and up-to-date documentation.
  • Use Case: Provide a feature request, and Wiggum will plan, code, test, document, and commit the feature, seeking approval at key stages.

Quick Start

Initiate the Wiggum loop by providing a detailed specification for the feature you want to build.

Frequently Asked Questions about wiggum

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

FAQPage Schema
How do I automate feature implementation from a PRD or specification?

Autonomous implementation loops automate feature implementation from a specification by orchestrating planning, coding, testing, and committing. They enforce strict quality gates, iterating until the feature reaches production-ready code quality.

Can I enforce CI/CD quality gates like linting and building during autonomous coding?

Yes, autonomous development loops can enforce CI/CD quality gates like linting and building automatically. They mandate testing, type-checking, and dependency validation during the iterative coding process to ensure production-ready quality.

What is the best way to maintain clean Git history and documentation during automated development?

Maintaining clean Git history and documentation during automated development is best handled by an autonomous loop performing incremental commits and documentation updates. This enforces a plan-first philosophy, ensuring production-ready code quality.

Does autonomous software development require manual approval at key stages?

Autonomous software development operates iteratively but seeks approval at key stages of the process. It enforces a plan-first philosophy, ensuring that planning, testing, and building meet strict quality gates before proceeding with incremental commits.

How do I validate dependencies automatically in an agile development workflow?

You can validate dependencies automatically in an agile workflow by using an autonomous implementation loop. It enforces dependency validation as a mandatory quality gate alongside linting and building, ensuring incremental commits maintain production-ready code quality.