Skip to main content
Repositório GitHub

wabblespec

wabblespec contém 137 skills coletadas de GG-Santos, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
137
Stars
0
atualizado
2026-05-31
Forks
0
Cobertura ocupacional
14 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

adversary
Analistas de garantia de qualidade de software e testadores

Standalone adversarial analysis module. Generates the strongest honest case against an artifact or decision. Invokable directly by any caller — not only Reviewer. Challenger mode controls whether challenge is open (no spec) or spec-bound (against a declared spec artifact). Do NOT invoke to issue a verdict or score — that is Grader's job. Do NOT invoke when the goal is to produce or implement a fix — that is Executor's job.

2026-05-31
analyze
Desenvolvedores de software

Root cause investigation using structured analysis methods. 5-whys, fishbone, fault-tree. Knowledge-graph-leveraged when Nexus is available. On-demand.

2026-05-31
api
Desenvolvedores de software

API lifecycle management. Version, deprecate, audit contracts, enforce backward compatibility. Four modes: --version, --deprecate, --contract, --audit.

2026-05-31
apply
Desenvolvedores de software

Gateway routing engine. Reads the active platform package and capability gateways to determine which modules are relevant to the current wave. Assembles multi-module context using Economy placement rules. Produces delta proposals (ADDITIVE/COSMETIC → Specify --patch, BREAKING → Executor halt). Writes only to product space — never touches .wabblespec/ (I11).

2026-05-31
archive
Desenvolvedores de software

Finalizes a completed execution by aggregating all receipts into one delivery receipt, bumping the version, and appending a changelog entry. A task is not done until Archive runs.

2026-05-31
augment
Desenvolvedores de software

Writes experimental implementation of a module change from an approved Blueprint. For AUGMENT type: completes a modified copy of the existing module. For NEW type: completes Factory stubs. All output goes to .wabblespec/state/experiments/augments/. Never touches production module space.

2026-05-31
autopilot
Desenvolvedores de software

Full lifecycle meta-orchestrator. Exclusively owns .wabblespec/meta.md. Scale-adaptive autonomy (L0–L4) from Decompose complexity score. Manages phase transitions, triggers Dream post-wave, schedules Evolution. Activates for multi-stage runs or /autopilot command.

2026-05-31
benchmark-loop
Desenvolvedores de software

Autonomously optimize a measurable metric by iterating one atomic git-committed change at a time, reverting on regression, and surfacing findings when stuck.

2026-05-31
benchmark
Analistas de garantia de qualidade de software e testadores

Quality gate before any module promotion. Runs experimental implementation against fixture set, computes held-out metric, compares against blueprint threshold. AUGMENT type requires >= 80% parity. NEW type requires >= 60% improvement over baseline. Failure halts promotion and appends to tracker.json.

2026-05-31
blueprint
Desenvolvedores de software

Converts a Synth candidate into a formal promotion proposal. Names before/after behavior, defines benchmark gates, lists affected targets. Requires Attestation (human sign-off) before Augment or Factory may proceed.

2026-05-31
brainstorm
Especialistas em gestão de projetos

Divergent idea generation before convergent planning. Produces a ranked option set for downstream evaluation. Invoked on-demand before Specify or Propose when the solution space is genuinely open.

2026-05-31
c4-architecture
Desenvolvedores de software

Generates C4 architecture diagrams at four levels (Context, Container, Component, Code) by analyzing the codebase and producing Mermaid output. Use when a user asks for an architecture diagram, system map, C4 model, or structural overview of how the system is organized.

2026-05-31
changelog
Desenvolvedores de software

Converts git commit history into user-facing release notes. Conventional commit parsing, user-language translation, structured output.

2026-05-31
clean
Desenvolvedores de software

Applies targeted surface-level cleanup to code. Removes dead code, normalizes formatting, renames identifiers to match spec conventions, removes deprecated patterns flagged by Specify. Scope always declared explicitly — no unbounded clean. BREAKING changes halt and route to Executor.

2026-05-31
commit
Desenvolvedores de software

Stage, split, and write conventional git commits. Enforces type(scope): description format, 72-char subject line, why-not-what body, and coherent atomic units.

2026-05-31
copy
Designers de interfaces web e digitais

UI micro-text: labels, error messages, tooltips, empty states, security warnings, onboarding prompts. Concise, action-oriented, context-aware.

2026-05-31
decompose
Desenvolvedores de software

Breaks a locked task card into an ordered wave plan. Each wave is independently verifiable with a declared checkpoint and rollback target.

2026-05-31
deps
Analistas de segurança da informação

Dependency health audit. Scans for vulnerabilities, outdated packages, license issues, and supply chain risk. Produces SBOM. On-demand or pre-deployment gate.

2026-05-31
diagnose
Desenvolvedores de software

Structured debugging protocol for hard bugs and performance regressions encountered during product-space development. Use when a bug is confirmed but the cause is unknown, a performance regression appeared, or a prior fix attempt failed.

2026-05-31
document
Desenvolvedores de software

Documentation generation for completed tasks. Produces README updates, API docs, and inline comments from verified receipts and wave artifacts. Activates after Archive receipt confirms task complete. Does not run during execution waves. For reference-type outputs, enforces a cross-references section before writing the document receipt.

2026-05-31
dream
Desenvolvedores de software

EMA confidence decay and gap detection. Reads all curated drawer JSON files, applies deterministic decay, writes gap-map.md and staleness-map.md. Zero LLM involvement — script only. Triggered by session-end hook or manually.

2026-05-31
economy
Desenvolvedores de software

Token density enforcement. Ensures WabbleSpec output stays within declared token budgets. Currently covered by invariant I12 (no redundant output). Separate module not yet justified — activate if I12 enforcement proves insufficient.

2026-05-31
ensemble
Outras ocupações de informática

Coordinates multiple runtime lanes for tasks no single lane covers adequately. Triggered exclusively by ModelRouter. Three modes: Sequential (B needs A output), Independent (parallel, independent artifacts), Cross-check (both run same task, Grader compares). Cross-check required for Attestation and Audit modes. Writes combined receipt naming all lanes used.

2026-05-31
entity-graph
Desenvolvedores de software

Temporal entity relationship graph from drawer data. Extracts typed entities, builds co-occurrence graph with min threshold, assigns confidence tiers, tracks valid_from/valid_to temporal validity. Zero LLM involvement — script only.

2026-05-31
executor
Desenvolvedores de software

Wave execution engine. Reads the locked wave plan, runs Guard before each wave, saves checkpoints, invokes Verifier after each wave, routes errors by type, and writes receipts throughout. On module-build tasks, verifies tests/acceptance.md exists before writing the final execution receipt.

2026-05-31
explore
Desenvolvedores de software

Graph-first codebase discovery. Traverses from high-value nodes (entry points, config files, test files, dependency manifests) to produce project-map.md. Writes findings to Memory as FRESH drawers. Notifies EntityGraph for entity extraction. Per-target traversal order follows platform conventions from the active L3 package.

2026-05-31
factory
Desenvolvedores de software

Scaffolds a net-new module from an approved Blueprint. Writes stub files (SKILL.md, skill-rules.json, receipt schema, tests/acceptance.md) to .wabblespec/state/experiments/augments/. Never writes to production module space.

2026-05-31
flag
Desenvolvedores de software

Feature flag lifecycle management. Create, roll out, audit, and retire flags. Maintains flag manifest. Rollout gated on declared conditions.

2026-05-31
forge
Desenvolvedores de software

The only L8 module that writes to production module space. Promotes a benchmarked experiment to modules/{layer}/{module}/. Gates: benchmark-passed receipt + Blueprint approval + no open contradictions in tracker.json. Self-modification always requires Attestation. After promotion: module receipt updated, experiment archived, downstream specs marked NEEDS_REVERIFICATION.

2026-05-31
forget
Desenvolvedores de software

Controlled deletion of memory drawers. Writes Provenance deletion record before any deletion. Handles single, bulk EXPIRED, and compliance deletion types. Notifies EntityGraph after deletion. Never deletes without a Provenance record.

2026-05-31
gateway-aesthetic
Designers gráficos

Aesthetic capability gateway. Visual design standards for any project with a visual surface — brand identity, color system, typography, motion, and design token policy. Applies to Web, Mobile, Desktop, Game, Extension/Plugin targets. Non-visual targets (API/Service, CLI, IoT, Library, Data/Pipeline) do not activate unless a visual component is declared in scope.

2026-05-31
gateway-ai
Desenvolvedores de software

AI capability gateway. Cross-cutting standards for any project embedding LLM features — prompt engineering, chain design, agent architecture, evaluation, safety, and model governance. Activates on AI/Agent build target always; activates on any other target when Explore detects an LLM SDK dependency.

2026-05-31
gateway-design
Designers comerciais e industriais

Design capability gateway. UX and interaction standards for any project with a visual surface — user mental models, information architecture, interaction design, design system governance, and accessibility baseline (WCAG 2.1 AA). Applies to Web, Mobile, Desktop, Game, Extension/Plugin targets. Distinct from Aesthetic gateway: Aesthetic owns the visual language; Design owns how things work and how users move through them.

2026-05-31
gateway-document
Desenvolvedores de software

Document output gateway. Routes any request to produce a Word document, PDF, Excel workbook, or PowerPoint presentation to the correct format handler with cross-cutting quality rules. Activates when archive, document, writer, report, present, visualize, or specify requests a binary document output. Summonable by any skill that needs to produce a stakeholder-ready deliverable.

2026-05-31
gateway-document
Desenvolvedores de software

Document output gateway. Routes any request to produce a Word document, PDF, Excel workbook, or PowerPoint presentation to the correct format handler with cross-cutting quality rules. Activates when archive, document, writer, report, present, visualize, or specify requests a binary document output. Summonable by any skill that needs to produce a stakeholder-ready deliverable.

2026-05-31
gateway-engineering
Desenvolvedores de software

Engineering capability gateway. Cross-cutting build standards, code quality floors, CI/CD requirements, and dependency hygiene that apply regardless of platform. Activates alongside any platform package. Catches quality gaps that platform engineering modules do not surface — test coverage floor, dependency freshness, documentation standards, code complexity limits, and universal CI requirements.

2026-05-31
gateway-experience
Designers comerciais e industriais

Experience capability gateway. Human-side validation for visual-facing projects — user research methods, usability testing, accessibility deep-dives (screen reader matrix, color blindness, cognitive, motor), and satisfaction measurement. Activates on visual targets where user research is declared in scope at P1. Requires explicit activation; Design gateway (accessibility floor) applies unconditionally.

2026-05-31
gateway-security
Analistas de segurança da informação

Security capability gateway. Cross-cutting security concerns that apply regardless of platform. Activates on any target tagged with security-sensitive characteristics. Catches vulnerabilities that CLI, Web, and API/Service platform modules do not surface — git history exposure, cryptographic weaknesses, SAST findings, secrets in source, and cross-service trust failures.

2026-05-31
grader
Analistas de garantia de qualidade de software e testadores

Standalone grader. Evaluates primary output against Adversary counter-analysis and spec artifact. Issues ACCEPT / REVISE / ESCALATE verdict with score and revision guidance. Invokable directly by any caller — not only Reviewer. Do NOT invoke to generate the counter-case against an artifact — that is Adversary's job. Do NOT invoke when no Adversary output exists to grade against.

2026-05-31
ground
Analistas de garantia de qualidade de software e testadores

Pre-execution hallucination check. Verifies EARS/GWT requirements against actual repo state before Executor begins. Flags claims that cannot be confirmed in files. Runs after Decompose, before Executor wave 1. Produces ground receipt with verified/unverified/missing classifications.

2026-05-31
Mostrando as 40 principais de 137 skills coletadas neste repositório.