Skip to main content
GitHub リポジトリ

wabblespec

wabblespec には GG-Santos から収集した 137 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 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 件を表示しています。