Skip to main content
GitHub 저장소

wabblespec

wabblespec에는 GG-Santos에서 수집한 skills 137개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
137
Stars
0
업데이트
2026-05-31
Forks
0
직업 범위
직업 카테고리 14개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

adversary
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-05-31
apply
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 개발자

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
프로젝트 관리 전문가

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
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-05-31
clean
소프트웨어 개발자

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
소프트웨어 개발자

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
웹·디지털 인터페이스 디자이너

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

2026-05-31
decompose
소프트웨어 개발자

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
정보 보안 분석가

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
기타 컴퓨터 관련 직업

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-05-31
forge
소프트웨어 개발자

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
소프트웨어 개발자

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
그래픽 디자이너

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
소프트웨어 개발자

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
상업·산업 디자이너

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
상업·산업 디자이너

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
정보 보안 분석가

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 품질 보증 분석가·테스터

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
이 저장소에서 수집된 skills 137개 중 상위 40개를 표시합니다.