digipulse-engineering/GAAI-framework
Skill Claude CodeCodex
Scan all agent and sub-agent definition files in .gaai/core/agents/, extract YAML frontmatter, merge with specialists.registry.yaml, and generate a derived agents-index.yaml at .gaai/core/agents/agents-index.yaml. Activate after adding, modifying, or removing any agent, sub-agent, or specialist entry.
digipulse-engineering/GAAI-framework
Skill Claude CodeCodex
Scan SKILL.md files in .gaai/core/skills/ and .gaai/project/skills/, extract YAML frontmatter, and regenerate separate skills indices for each layer. Core index ships with the OSS framework; project index is project-specific.
digipulse-engineering/GAAI-framework
Skill Claude CodeCodex
Create a high-level map of the project structure and identify architectural pillars, entry points, and module boundaries. Activate at Bootstrap initialization or before architecture extraction.
digipulse-engineering/GAAI-framework
Skill Claude CodeCodex
Detect inconsistencies across related artefacts and governance constraints. Activate after story generation, after plan preparation, before implementation, or after remediation attempts. Reports issues — does not fix them.
digipulse-engineering/GAAI-framework
Skill Claude CodeCodex
Assemble a minimal, high-signal execution context bundle from already-retrieved memory, governed artefacts, and applicable rules. Activate after memory-retrieve and before any reasoning or execution skill.
digipulse-engineering/GAAI-framework
Skill Claude CodeCodex
Guide creation of a new GAAI skill following the agentskills.io spec and GAAI best practices. Activate when adding a new skill to the .gaai/core/skills/ catalog.
digipulse-engineering/GAAI-framework
Skill Claude CodeCodex
Identify and formalize durable product and technical decisions from agent outputs into long-term memory. Activate after Discovery produces artefacts, Delivery resolves trade-offs, or product direction materially changes.
digipulse-engineering/GAAI-framework
Skill Claude CodeCodex
Spot-check AC internal consistency and scan for pending revisions on delivery-ready stories. Activated by /gaai-status --audit as Section 5. Complements the standard status checks with depth checks that standard status skips for speed.
digipulse-engineering/GAAI-framework
Skill Claude CodeCodex
Evaluate any output file against a structured evals.yaml assertions file and produce a score report with per-assertion pass/fail results. Activate when the Discovery Agent runs the Skill Optimize protocol to measure output quality or detect regressions after skill instruction changes.
digipulse-engineering/GAAI-framework
Skill Claude CodeCodex
Scan delivery artefacts for friction log entries, detect recurring patterns, and produce retrospective reports. Invoked by Discovery Agent (never by Delivery) to identify systemic improvement opportunities from friction captured during delivery.
digipulse-engineering/GAAI-framework
Skill Claude CodeCodex
Maintain a canonical i18n glossary file — sync new terms across all language pairs, detect drift, flag missing translations, and enforce consistent terminology across the codebase.
digipulse-engineering/GAAI-framework
Skill Claude CodeCodex
Validate translation completeness and consistency across all locale files — detect missing keys, untranslated strings, format mismatches, and glossary violations.
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.
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.
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.
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.
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/.
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…
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.
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.
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.
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.
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.
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.