Coding & Refactoringlow risk

governed-engineering-runtime

Install and operate a governed multi-agent software engineering runtime through the authenticated Codex CLI. Use when a repository change should pass through specification, architecture, specialist delegation, human approvals, implementation, independent review, security review, testing, persistent memory, and Git checkpoints rather than being edited immediately.

Abeer-ahmad-123/governed-engineering-runtime·skills/governed-engineering-runtime/SKILL.md
85/ 100Quality

Install this skill

Choose your coding agent and copy a project or personal installation command.

Pinned to the indexed commit
Project installation.agents/skills/governed-engineering-runtime
npx skills add https://github.com/Abeer-ahmad-123/governed-engineering-runtime/tree/cd2567fa93497fb37810bea14a4837dd3c201643/skills/governed-engineering-runtime -a codex -y
Personal installation~/.agents/skills/governed-engineering-runtime
npx skills add https://github.com/Abeer-ahmad-123/governed-engineering-runtime/tree/cd2567fa93497fb37810bea14a4837dd3c201643/skills/governed-engineering-runtime -a codex -g -y
Manual folder.agents/skills/governed-engineering-runtimeOfficial docs ↗
Project installation.claude/skills/governed-engineering-runtime
npx skills add https://github.com/Abeer-ahmad-123/governed-engineering-runtime/tree/cd2567fa93497fb37810bea14a4837dd3c201643/skills/governed-engineering-runtime -a claude-code -y
Personal installation~/.claude/skills/governed-engineering-runtime
npx skills add https://github.com/Abeer-ahmad-123/governed-engineering-runtime/tree/cd2567fa93497fb37810bea14a4837dd3c201643/skills/governed-engineering-runtime -a claude-code -g -y
Manual folder.claude/skills/governed-engineering-runtimeOfficial docs ↗
Project installation.agents/skills/governed-engineering-runtime
npx skills add https://github.com/Abeer-ahmad-123/governed-engineering-runtime/tree/cd2567fa93497fb37810bea14a4837dd3c201643/skills/governed-engineering-runtime -a github-copilot -y
Personal installation~/.copilot/skills/governed-engineering-runtime
npx skills add https://github.com/Abeer-ahmad-123/governed-engineering-runtime/tree/cd2567fa93497fb37810bea14a4837dd3c201643/skills/governed-engineering-runtime -a github-copilot -g -y
Manual folder.agents/skills/governed-engineering-runtimeOfficial docs ↗
Project installation.agents/skills/governed-engineering-runtime
npx skills add https://github.com/Abeer-ahmad-123/governed-engineering-runtime/tree/cd2567fa93497fb37810bea14a4837dd3c201643/skills/governed-engineering-runtime -a cursor -y
Personal installation~/.cursor/skills/governed-engineering-runtime
npx skills add https://github.com/Abeer-ahmad-123/governed-engineering-runtime/tree/cd2567fa93497fb37810bea14a4837dd3c201643/skills/governed-engineering-runtime -a cursor -g -y
Manual folder.agents/skills/governed-engineering-runtimeOfficial docs ↗
Project installation.agents/skills/governed-engineering-runtime
npx skills add https://github.com/Abeer-ahmad-123/governed-engineering-runtime/tree/cd2567fa93497fb37810bea14a4837dd3c201643/skills/governed-engineering-runtime -a gemini-cli -y
Personal installation~/.gemini/skills/governed-engineering-runtime
npx skills add https://github.com/Abeer-ahmad-123/governed-engineering-runtime/tree/cd2567fa93497fb37810bea14a4837dd3c201643/skills/governed-engineering-runtime -a gemini-cli -g -y
Native Gemini CLIgemini skills install https://github.com/Abeer-ahmad-123/governed-engineering-runtime.git --scope workspace --path skills/governed-engineering-runtime
Manual folder.agents/skills/governed-engineering-runtimeOfficial docs ↗
⚠ Installation uses the open-source skills CLI. Inspect the source and permissions before running the command.

Skill instructions

View source on GitHub ↗
# Governed Engineering Runtime

Operate the repository through the `ai` CLI. Treat this skill as a governance workflow, not as extra
programming knowledge.

## Prepare

1. Confirm `codex login status` succeeds.
2. Check whether `ai --help` succeeds.
3. If `ai` is missing, ask before installing executable code. Resolve the current skill directory
   from this loaded `SKILL.md`, inspect the bundled `runtime/` source when required, then run:

   ```bash
   python3 <skill-directory>/scripts/bootstrap_runtime.py
   ```

   The bootstrap installs only the runtime bundled inside this skill. It does not download code from
   a remote package source.

4. Run `ai init .` when `.ai/project.yaml` is absent. Do not replace an existing configuration.
5. Read [references/runtime-checklist.md](references/runtime-checklist.md) before the first run.

## Execute

Run an end-to-end governed change with:

```bash
ai build "<engineering objective>"
```

Use narrower workflows when appropriate:

```bash
ai architect "<objective>"
ai review "Review the current working tree"
ai implement "<approved implementation objective>"
```

Allow the runtime to complete these stages in order:

1. specification;
2. architecture and specialist delegation;
3. required human approval;
4. implementation by a write-authorized agent;
5. independent correctness and security review;
6. testing against acceptance criteria;
7. optional Git commit.

Do not bypass an approval gate, grant write access to the controller, or reinterpret an infrastructure
failure as incomplete engineering work. Preserve existing repository changes.

## Report

At completion, report the run status, branch, commit when created, affected files, validation results,
remaining risks, and the location of persisted `.ai/summaries` and `.ai/tasks` records.