Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

GAAI-framework

GAAI-framework contiene 69 skills recopiladas de Fr-e-d, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
69
Stars
151
actualizado
2026-07-06
Forks
28
Cobertura ocupacional
6 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

validate-artefacts
Especialistas en gestión de proyectos

Validate that all Discovery artefacts (Epics, Stories) are clear, governed, complete, and safe to pass into Delivery. Activate after generating Epics or Stories and before any Delivery planning. This is the mandatory Discovery → Delivery gate.

2026-07-06
build-agents-index
Otras ocupaciones informáticas

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.

2026-06-29
gaai-oss-deliver
Especialistas en gestión de proyectos

Implement validated GAAI OSS backlog Stories by activating the Delivery Agent and applying backlog-first delivery rules.

2026-06-29
create-skill
Otras ocupaciones informáticas

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.

2026-06-29
decision-extraction
Especialistas en gestión de proyectos

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.

2026-06-29
review-input
Especialistas en gestión de proyectos

Adversarial review of any input (human idea, agent analysis, research report, feedback, observation) BEFORE it mutates persistent project state. Universal interceptor with domain auto-detection, 2-phase classification + evaluation, and triple-verdict output (veracity / fit / actionability). Anti-girouette guardrail that distinguishes drift from pivot — preserves human decisional authority. Manual invocation only (no hooks, no enforcement). Activate when an input may affect strategic-frame.md, a DEC, an OT, an architecture/pattern doc, an agent definition, a backlog story scope/AC/wedge field, or user-facing copy.

2026-06-29
generate-epics
Especialistas en gestión de proyectos

Translate product intent or a PRD into a small set of outcome-driven Epics (3–7 max). Activate when starting a new product, adding a significant feature domain, or breaking down a PRD into actionable user outcomes.

2026-06-15
generate-stories
Especialistas en gestión de proyectos

Translate a single Epic into clear, actionable User Stories with explicit acceptance criteria. Activate when an Epic is defined and work needs to be prepared for Delivery execution.

2026-06-15
gaai-oss-ask
Desarrolladores de software

Search local GAAI OSS project memory without using GAAI Cloud MCP tools.

2026-06-12
gaai-oss-bootstrap
Desarrolladores de software

Initialize or refresh a project's GAAI OSS memory by activating the Bootstrap Agent and context-bootstrap workflow.

2026-06-12
gaai-oss-daemon
Desarrolladores de software

Start, stop, or inspect the GAAI OSS autonomous delivery daemon from Codex.

2026-06-12
gaai-oss-discover
Desarrolladores de software

Activate the GAAI OSS Discovery Agent to clarify intent and produce governed artefacts such as PRDs, Epics, Stories, and decisions.

2026-06-12
gaai-oss-status
Desarrolladores de software

Summarize current GAAI OSS project state, including backlog, memory, rules, skills, and framework health.

2026-06-12
gaai-oss-update
Desarrolladores de software

Update or redeploy the local GAAI OSS framework and Codex adapter without invoking GAAI Cloud behavior.

2026-06-12
qa-review
Analistas de garantía de calidad de software y probadores

Validate that implemented code fully satisfies Story acceptance criteria, respects rules, and introduces no regressions. This is the hard quality gate — no pass means no delivery. Activate after implementation is complete.

2026-06-07
memory-alignment-check
Otras ocupaciones informáticas

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.

2026-05-31
implement
Desarrolladores de software

Generate correct, minimal, maintainable code that satisfies a validated Story's acceptance criteria against an execution plan. Activate when a Story is validated, a plan exists, and all prerequisites are unambiguous.

2026-05-31
prepare-execution-plan
Desarrolladores de software

Decompose a high-level delivery plan into a precise, file-level execution sequence with explicit ordering, edge cases, and test checkpoints. Activate after delivery-high-level-plan for complex or multi-phase Stories before implementation begins.

2026-05-31
review-story-alignment
Desarrolladores de software

Adversarial review of generated stories against the Discovery Session Brief, referenced DECs, and Epic DoR. Detects contradictions, omissions, and intent drift BEFORE stories reach Delivery. Produces a structured verdict (PASS/FAIL) with specific findings per story. Triggers after generate-stories, before backlog registration as refined.

2026-05-31
memory-index-compact
Otras ocupaciones informáticas

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 (which migrates superseded rows to archive).

2026-05-28
memory-index-sync
Otras ocupaciones informáticas

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.

2026-05-28
ambiguity-detector
Desarrolladores de software

Takes surface scan results, optional LLM synthesis open-question entries, and optional tree-sitter AST signals to score project ambiguities (1-10). Outputs structured ambiguity_feed for smart-question-generator. Pure heuristic — no LLM calls. Designed for Stage 3.5 of the /gaai:bootstrap pipeline (between LLM synthesis and Q&A).

2026-05-24
bootstrap-llm-synthesis
Desarrolladores de software

Construct the LLM synthesis prompt from project surface scan + optional tree-sitter context + optional Q&A answers. Call the LLM. Parse and validate the response into 6-8 structured memory entries with clarity tags and source traceability. Used as Stage 3 of the /gaai:bootstrap pipeline.

2026-05-24
bootstrap-memory-ingest-cloud
Desarrolladores de software

Write structured memory entries to the Cloud workspace via gaai_memory.store MCP tool with source='bootstrap'. Loops over entries from bootstrap-llm-synthesis, calls the tool per entry, collects success/fail counts. Used as Stage 5 of the /gaai:bootstrap pipeline (Cloud path only).

2026-05-24
i18n-glossary-sync
Desarrolladores de software

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.

2026-05-24
memory-archive-superseded
Desarrolladores de software

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.

2026-05-24
memory-index-lint
Desarrolladores de software

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.

2026-05-24
memory-ingest
Desarrolladores de software

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

2026-05-24
memory-reconcile
Desarrolladores de software

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.

2026-05-24
memory-search
Desarrolladores de software

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.

2026-05-24
smart-question-generator
Desarrolladores de software

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 pipeline.

2026-05-24
user-skip-telemetry
Desarrolladores de software

Counts Q&A skip events from the abort-safe-handler and qa-loop-ui outputs. Shows an optional skip-reason dropdown when a user-initiated skip occurred. Produces a structured skip_metrics_record suitable for PostHog ingestion. Used in Stage 4 of the /gaai:bootstrap pipeline after abort-safe-handler returns.

2026-05-24
qa-loop-ui
Otras ocupaciones informáticas

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 /gaai:bootstrap pipeline.

2026-04-29
abort-safe-handler
Otras ocupaciones informáticas

Orchestrator-level Stage 4 entry gate for /gaai:bootstrap. Presents a pre-loop "Skip Q&A entirely" option, delegates to qa-loop-ui when the user proceeds, and returns a unified abort_safe_result with telemetry on every path. Guarantees no partial state on skip or abort.

2026-04-29
project-surface-scan
Desarrolladores de software

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.

2026-04-29
coordinate-handoffs
Otras ocupaciones informáticas

Validate sub-agent handoff artefacts, sequence phase transitions, and manage retry and escalation logic. Activate after each sub-agent terminates to determine next action.

2026-04-15
memory-delta-triage
Otras ocupaciones informáticas

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/.

2026-04-12
memory-retrieve
Otras ocupaciones informáticas

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.

2026-04-05
pattern-transfer
Desarrolladores de software

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.

2026-03-28
build-skills-index
Desarrolladores de software

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.

2026-03-28
Mostrando las 40 principales de 69 skills recopiladas en este repositorio.