chief-wiggum
Autonomous task pipelines turning kanban specs into pull requests
All Skills in This Repository (3)
Pure Emerald Level Indicatorswiggum-plan
Design multi-phase implementation plans for software tasks and write them to .ralph/plans/TASK-ID.md.
kanban
Analyze kanban entries and dependency graphs to generate interlinked tasks.
wiggum-refactor
Analyze code modules to identify patterns, spec deviations, and simplification opportunities.
Frequently Asked Questions
FAQPage SchemaHow to install Chief Wiggum?โผ
Run `npx skills add wiggum-cc/chief-wiggum --all -g -y` in your terminal to install all skills globally.
What does Chief Wiggum do?โผ
It reads tasks from a Markdown kanban board or GitHub issues and drives each one through a full engineering pipeline (plan, implement, audit, test, document, validate) until a merge-ready pull request is produced.
How do I plan a coding task before running it?โผ
Use the wiggum-plan skill with a task ID or description. It researches the codebase, asks clarifying questions, and writes a detailed implementation plan to .ralph/plans/ without writing any code.
Can it generate new task ideas automatically?โผ
Yes. The wiggum-ideas skill analyzes your codebase plus market research and adds 30-50 prioritized tasks directly to your kanban board.
Does Chief Wiggum work with Claude Code?โผ
Yes. It uses the Claude Code CLI as its default execution backend, and all skills follow the standard SKILL.md format compatible with common coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core