digipulse-engineering/GAAI-framework

Turns AI coding tools into reliable software delivery systems. Drop a .gaai/ folder into any project — Discovery defines what to build, Delivery executes autonomously until criteria pass. Works with Claude Code, Codex CLI, Gemini CLI, Cursor, and more. No SDK. No package. Markdown + YAML + bash.

161Stars on the repository
80Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
customA LICENSE file GitHub cannot name, so bodies are not copied

idiomatic-translate

25

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

Translate strings idiomatically across multiple target languages using a project glossary, preserving tone, domain terminology, and format placeholders while flagging untranslatable content.

not rated 161 yesterday A 36 tokens

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

After QA PASS, compare the Story's implementation footprint against relevant memory entries. Reports confirmed entries, contradictions, and new knowledge candidates. Never writes to memory — produces a delta report for Discovery to action.

not rated 161 yesterday A 45 tokens

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

Migrate a superseded DEC's index rows from active index.md to archive/superseded-decisions.archive.md. Idempotent. Discovery-only — never invoked by daemon delivery. Updates DEC frontmatter as canonical source of truth.

not rated 161 yesterday A 58 tokens

memory-compact

28

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

Emergency single-pass memory compression when context window pressure is high mid-task. Activate when approaching token limits during active work. For scheduled end-of-phase cleanup, use memory-refresh instead.

not rated 161 yesterday A 39 tokens

memory-delta-triage

29

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

Apply three deterministic heuristics to a single memory-delta file to produce a structured verdict block; invoke memory-ingest on ACCEPTED candidates only in validate mode. Activate when Discovery processes a raw memory-delta from contexts/artefacts/memory-deltas/.

not rated 161 yesterday A 58 tokens

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

Compact verbose memory index / registry files to pointer-only form. Activate when an index file (index.md, index-decisions.md, or any sibling registry table) breaches the file-size budget OR shows substance-duplication drift. Distinct from memory-compact (which targets content categories) and memory-archive-superseded…

not rated 161 yesterday A 80 tokens

memory-index-lint

31

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

Validate discoverability invariants of memory index.md and archive/superseded-decisions.archive.md. Tool-agnostic L3 prompt + capability-dependent L4 script. Detects table corruption, dangling/orphan supersession pointers, frontmatter inconsistencies, missing affordance signals.

not rated 161 yesterday A 64 tokens

memory-index-sync

32

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

Detect and heal index.md drift — finds memory files on disk not registered in index.md and registers them. Run when /gaai-status reports unregistered files, after batch memory operations, or as a post-delivery gate.

not rated 161 yesterday A 49 tokens

memory-ingest

33

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

Transform validated knowledge into structured long-term memory. Activate after Bootstrap scan, after Discovery produces validated artefacts, or after architecture insights are available.

not rated 161 yesterday A 32 tokens

memory-reconcile

34

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

Scan all memory files, documentation (/docs//.md), and README files (/README.md) for drift, contradictions, and stale references. Produce a reconciliation report for Discovery to action. Activate on demand or via cron.

not rated 161 yesterday A 0 tokens

memory-refresh

35

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

Periodic memory maintenance — archive session files, convert recurring knowledge into summaries, update the memory index. Activate at end of a major phase (Discovery complete, sprint done) or when memory spans many sessions. For emergency context-window pressure mid-task, use memory-compact instead.

not rated 161 yesterday A 57 tokens

memory-retrieve

36

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

Load only the minimum relevant memory for a task using 3-level progressive disclosure. Activate before context-building — never load full memory dumps. Never substitute summaries for durable memory.

not rated 161 yesterday A 38 tokens

memory-search

37

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

Search memory by frontmatter fields, full-text keywords, or cross-reference graph. Returns ranked file list — never loads full content. Use when the agent needs to find relevant memory without knowing exact paths.

not rated 161 yesterday A 43 tokens

pattern-transfer

38

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

Discover structurally similar patterns across domains, assess transfer viability via structural invariant checking, and propose domain adaptations with risk gates. Activate when Discovery identifies a problem that may have been solved in another domain.

not rated 161 yesterday A 42 tokens

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

Analyze failures and suboptimal deliveries to identify root causes, contributing factors, and raw lessons. Activate after significant delivery failures, repeated QA failures, or when patterns of issues need to be understood.

not rated 161 yesterday A 44 tokens

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

Scan project root for file tree, dominant languages, and LOC estimate. Produces structured baseline context for Stage 2 LLM synthesis during bootstrap. Respects .gitignore and standard exclusions. Outputs per-directory file counts, ranked language list, size class, and observability summary.

not rated 161 yesterday A 62 tokens

qa-loop-ui

41

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

Presents up to 5 questions from smart-question-generator one at a time, records answers, handles per-question skip and skip-all, captures per-question response time and total session duration. Renders a streaming progress header with question count and time estimate. Used as the interaction layer of Stage 4 of the…

not rated 161 yesterday A 72 tokens

risk-analysis

42

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

Systematically identify and structure product, delivery, and systemic risks before they become failures. Activate before finalizing Epics and Stories, before execution planning, after repeated QA failures, or after major scope changes.

not rated 161 yesterday A 44 tokens

rules-normalize

43

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

Convert implicit or scattered project conventions into governed GAAI rule files, and create or modify rule files with integrity. Activate during Bootstrap, when creating a new rule, or when modifying an existing rule.

not rated 161 yesterday A 44 tokens

security-audit

44

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

Detect security vulnerabilities and governance violations across delivered code, configurations, and deployed environments. Activate after implementation or periodically as a governance check.

not rated 161 yesterday A 30 tokens

skill-optimize

45

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

Run a structured evaluate-analyze-improve cycle on any GAAI skill to measure quality, detect regressions, and propose targeted improvements. Activate when a skill needs baseline evaluation, after SKILL.md modifications, or when friction-retrospective flags a skill.

not rated 161 yesterday A 56 tokens

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

Takes aggregated ambiguity insights from the LLM synthesis stage and produces ≤5 ranked questions to surface to the user. Applies a two-layer anti-fabrication filter (pre-LLM exclusion of score<3 insights + post-LLM structural strip) so that Q&A surfaces only genuine ambiguities. Used as Stage 4 of the /gaai:bootstrap…

not rated 161 yesterday A 79 tokens

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

Evaluate delivery outcomes against defined success metrics and acceptance goals. Activate after Delivery to verify that delivered work creates real business and technical impact, not just output.

not rated 161 yesterday A 36 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: