The Seven Skills

Seven skills. One pipeline. Your project gets sharper with each one.

1
gigo
2
plan
3
execute
4
review

Plus: maintain (ongoing), snap (audit)

gigo

Trigger: New project, no CLAUDE.md exists, “assemble”

You go from an empty project to an expert team in one conversation. Describe what you’re building and GIGO researches the best practitioners in that field. Real people, real philosophies, blended into team members who have opinions and push back. Then it scaffolds everything: lean rules, deep references, session-end audits.

What you get: A project that starts with expertise instead of trial and error.

Example: “Building a CLI tool for database migrations. Go, targets Postgres and MySQL.” → GIGO proposes The Migration Architect (Andrew Kane + Sandi Metz), The CLI Designer (Steve Francia + Rob Pike), The Test Strategist (Mitchell Hashimoto).

gigo:blueprint

Trigger: You have a task, feature, or idea, “plan this”

Your expert team plans the work before anyone builds anything. They explore the project, ask the hard questions, propose approaches with trade-offs, and produce a spec with concrete requirements. Not vague rules. Specific decisions a worker can follow.

No execution without an approved plan. In testing, the expert team consistently caught gaps and edge cases that planning without expertise missed entirely.

What you get: Specs good enough that workers nail it on the first pass.

gigo:execute

Trigger: Plan exists and approved, “execute”

Workers build from the spec your team wrote. They get the requirements, not the rules. Three execution tiers depending on your needs: full parallelization, sequential with some parallelization, or simple inline.

The quality comes from the spec, not from loading workers with extra context. Testing validated this: workers with good specs consistently produce first-pass quality that sticks.

What you get: Output that matches the spec without hand-holding.

gigo:verify

Trigger: Task completed, work ready for review

An independent reviewer catches what the worker missed. Two focused passes: “Did you build the right thing?” checks output against the spec. “Is the work good?” checks correctness, consistency, and completeness. Two passes find more than one pass trying to do both.

Issues get triaged: auto-fix (worker handles it), ask-operator (needs your input), or accept (noted for later).

What you get: Reviews that catch real problems, not rubber stamps.

gigo:snap

Trigger: Session end, saving progress, “snap”

Your project gets sharper instead of bloated. At the end of every session, The Snap runs a 10-point audit: removes stale rules, merges overlaps, enforces line budgets, checks that your team still covers what your project needs. Then it captures what you learned and routes it to the right file.

A lean project with missing knowledge outperforms a bloated one with everything.

What you get: A project that improves every session instead of rotting.

gigo:retro

Trigger: After a session, after /insights, or as part of The Snap

Your sessions teach your project to be better. Retro reads what happened, finds where things got stuck, and proposes specific fixes so the next session is smoother. Not a report you have to interpret. Concrete proposals backed by session data.

First real run found the exact pain points, proposed 4 fixes, all approved and shipped.

What you get: Your next session is less painful than your last one.

gigo:maintain

Trigger: Need new expertise, want a checkup, project has grown, “maintain”

Your team grows with your project. Need a new area of expertise? Maintain adds it. Project drifted? It restructures. Setup outdated? It upgrades. Auto-detects what kind of maintenance your project needs.

Also kicks in automatically during planning when the team spots an expertise gap.

What you get: An expert team that stays relevant as your project evolves.