# Orlix Tcti Next Step

> Select the next owning OrlixTCTI test suite and emit a narrow scope envelope without reimplementing or interpreting test behavior.

- Skill: `rudironsoni/orlix-tcti-next-step` (Agent Skill, multi-file: 5 files)
- Install (CLI): `npx skillmds@latest add rudironsoni/orlix-tcti-next-step`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rudironsoni/orlix-tcti-next-step/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: rudironsoni (https://skillmd.com/u/rudironsoni)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rudironsoni/orlix-tcti-next-step

---

# OrlixTCTI Next Step

Use this skill only to route work to the owning test layer.

## Required reads

- `docs/objects/task/doing/complete-aarch64-isa-on-isa-coverage.md`
- `docs/objects/task/doing/complete-pinned-simulator-tcti-ladder.md`
- `docs/objects/story/doing/prove-tcti-product-execution.md`
- `.rulesync/skills/orlix-implementation-boundaries/SKILL.md`
- `.rulesync/skills/orlix-runtime-claim-verification/SKILL.md`

## Commands

Run, in order:

```sh
make agent-status AREA=orlix-tcti
make agent-next AREA=orlix-tcti
make agent-task-envelope-check AREA=orlix-tcti
```

The resulting `Build/AgentHarness/orlix-tcti/next-task.json` is a scope contract. It selects complete-target ISA coverage until that task is done, lists its C-native audit before the owning test suites in ADR 0017 order, but it does not execute tests, parse their output, infer readiness, or replace their native result formats.

## Test ownership

- Complete target inventory, feature-domain satisfiability, classification, and proof-registry integrity: OrlixKernel C-native ISA audit.
- OrlixTCTI instruction execution and structured exits: kernel KUnit.
- Linux-visible process, syscall, signal, PTY, and terminal behavior: Linux kselftest.
- libc behavior: upstream mlibc tests.
- package behavior: upstream Coreutils tests.
- private Darwin transport and memory behavior: OrlixHostAdapter XCTest.
- OS session and payload behavior: OrlixOS XCTest.
- application integration and presentation: native app XCTest.

Do not add a host-side OrlixTCTI behavioral model, golden-ELF oracle, reducer protocol, report interpreter, or aggregate pass/fail gate here.

