Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

omnigent-agents

omnigent-agents contém 9 skills coletadas de vadimcomanescu, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
9
Stars
0
atualizado
2026-06-20
Forks
0
Cobertura ocupacional
2 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

cross-review
Analistas de garantia de qualidade de software e testadores

Verify an implementer's diff with an INDEPENDENT, different-vendor sub-agent (diff plus contract only); turn blocking issues into fix-tasks and loop until clean.

2026-06-20
fanout
Desenvolvedores de software

Run independent subtasks in parallel — one git worktree and one implementation sub-agent per task, each opening its own PR — then cross-review every PR. maestro never merges; the human does.

2026-06-20
debate
Desenvolvedores de software

Have the Claude and GPT partners critique each other's answers across a configurable number of rounds (default 1) before converging on a synthesis. Use when the user wants the two perspectives stress-tested against each other, not just shown side by side.

2026-06-15
run-slice-pipeline
Desenvolvedores de software

Load per slice — the COORDINATOR's 3-role dispatch sequence (specifier → coder → refactorer, SEPARATE sessions, a handback to the coordinator between each) that drives ONE vertical slice from a failing acceptance test to refactored green in a single worktree. Load for every slice the wavefront dispatches.

2026-06-15
slice-decompose-to-dag
Desenvolvedores de software

Load ONCE at planning (coordinator + specifier) to turn a PRD into right-sized vertical slices tagged produces/consumes/touches, derive the dependency DAG, and tag the spine. Load before any slice is dispatched.

2026-06-15
slice-wavefront
Desenvolvedores de software

Load ONCE as the coordinator's orchestration loop after the DAG is built. Land the spine, then drive dependency-ordered waves of parallel independent slices until the DAG drains, and finish with the architect verification.

2026-06-15
architect-verify
Desenvolvedores de software

Load ONCE at the end — the final whole-feature join by a fresh architect at the integration HEAD. Run gates, mutation, and cross-slice DRY over the assembled feature and SIGN-OFF or BOUNCE, attributing each failure to its owning slice.

2026-06-15
integrate-wave
Desenvolvedores de software

Load after each wave completes — owned by the coordinator/integrator, not the architect. Dup-scan the wave's worktrees to DETECT cross-slice duplication (routed to the owning slice, never rewritten inline), merge each slice branch into the integration branch one at a time re-greening the gates, and bounce anything beyond a mechanical merge-marker conflict to the owning slice's own session.

2026-06-15
investigate
Desenvolvedores de software

Delegate read-only investigation, debugging, audit, search, or code-understanding tasks to sub-agents and synthesize only from their structured reports. In bottega, load it at DAG construction (to ground real contract edges) and on a bounce (to attribute a failure to its owning slice).

2026-06-15