---
name: GAAI OSS Delivery
slug: gaai-oss-delivery
category: Automation
description: GAAI OSS Delivery implements validated backlog stories from the active backlog using governed delivery rules. Use it to load the right context, make the change, and verify the result.
github: "https://github.com/digipulse-engineering/GAAI-framework/tree/main/.gaai/core/compat/codex-skills/gaai-oss-deliver"
language: Shell
stars: 161
forks: 27
install: "npx degit https://github.com/digipulse-engineering/GAAI-framework/tree/main/.gaai/core/compat/codex-skills/gaai-oss-deliver ~/.claude/skills/gaai-oss-deliver"
installs_to: ~/.claude/skills/gaai-oss-deliver
source_path: .gaai/core/compat/codex-skills/gaai-oss-deliver/SKILL.md
collection_size: 25
category_size: 2226
collection_url: "https://dirskills.com/collections/Fr-e-d/GAAI-framework"
added: 2026-09-08T05:36:13.333Z
last_synced: 2026-09-08T05:36:13.333Z
canonical_url: "https://dirskills.com/skills/gaai-oss-delivery"
---

# GAAI OSS Delivery

GAAI OSS Delivery implements validated backlog stories from the active backlog using governed delivery rules. Use it to load the right context, make the change, and verify the result.

**Install:**

```bash
npx degit https://github.com/digipulse-engineering/GAAI-framework/tree/main/.gaai/core/compat/codex-skills/gaai-oss-deliver ~/.claude/skills/gaai-oss-deliver
```

## README

# GAAI OSS Delivery

Use this skill when the user asks Codex to implement governed work from `.gaai/project/contexts/backlog/active.backlog.yaml`.

## Procedure

1. Read `.gaai/core/GAAI.md`.
2. Read `.gaai/core/contexts/rules/base.rules.md`.
3. Read `.gaai/core/contexts/rules/orchestration.rules.md`.
4. Read `.gaai/project/contexts/backlog/active.backlog.yaml`.
5. Select only validated, ready backlog work unless the user explicitly names a Story or authorizes a narrow direct change.
6. Load story-specific artefacts and relevant memory before editing.
7. Implement, verify, and report the exact validation performed.

For autonomous daemon execution, use `$gaai-oss:daemon`. This skill is for interactive Codex delivery.
