codex-goal-profile

Convert Arcanum work-pack tasks or SWUs into Codex /goal profiles.

20|3|Updated May 14, 2026
One-click install
npx skills add https://github.com/cyberAlchemyAI/Arcanum --skill codex-goal-profile
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-goal-profile
Source: https://github.com/cyberAlchemyAI/Arcanum/tree/main/transmutations/codex-goal-profile
Command: npx skills add https://github.com/cyberAlchemyAI/Arcanum --skill codex-goal-profile

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Codex Goal Profile bridges Arcanum execution with native Codex runtime by transforming a work-pack or SWU into a compact, auditable /goal profile that preserves context, scope, and validation requirements.

Core Features & Use Cases

  • Converts a ready Arcanum work-pack or SWU into a runnable Codex /goal profile, capturing outcome, verification surface, constraints, boundaries, and iteration policy.
  • Preserves session evidence handoff context via a Markdown handoff pack and a structured index, enabling traceability and re-use across iterations.
  • Blocks progression when prerequisites (dependencies, validation surface, or strict coverage) are missing and provides bounded paths to unblock.

Quick Start

Provide a work-pack path, the selected SWU, and the handoff pack paths to generate a runnable Codex /goal profile.

Frequently Asked Questions about codex-goal-profile

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert an Arcanum work-pack into a Codex goal profile?

Transform an Arcanum work-pack into a native Codex goal profile by providing the work-pack path, selected SWU, and handoff pack paths to generate a runnable profile preserving scope, evidence, and constraints.

What is a Codex goal profile used for in Arcanum execution?

A Codex goal profile bridges Arcanum execution with native Codex runtime, capturing outcome, verification surface, constraints, boundaries, and iteration policy for compact, auditable task execution.

Can I use a single SWU with Codex goals instead of multi-step prompts?

Yes, you can apply the transformation to single SWU or work-pack cases where bounded Codex goals are preferred over multi-step prompts, ensuring strict handoff-pack context and bounded write scope.

What fields are required to satisfy a Codex goal profile generation?

Generating a Codex goal profile requires satisfying fields for outcome, verification surface, boundaries, iteration policy, and blocked stop condition, while referencing the session handoff pack and index.

Why does work-pack to Codex goal transformation fail gracefully?

The transformation fails gracefully when prerequisites like dependencies, validation surface, or strict coverage are missing, blocking progression and providing bounded paths to unblock the work-pack handoff.