Turns rough drafts into powerful Codex /goal objectives for long-running autonomous work.
Version: 0.1.0 License: MIT
This Codex-only plugin provides one goalcraft skill for shaping rough task briefs into compact, activation-ready /goal objectives. It helps define scope, preservation rules, verification gates, done criteria, stop conditions, and length-safe goal text that Codex can follow independently.
Codex from the repository root:
codex plugin marketplace add .Then restart Codex and install goalcraft from the Lee Fowler Agent Kit marketplace in the plugin directory.
This plugin is not published in the Claude Code marketplace because Codex /goal is a Codex-only feature.
Invoke the goalcraft skill when you want to create or refine a Codex /goal prompt for long-running work.
Example prompts:
Use $goalcraft to turn this rough draft into an activation-ready Codex /goal objective.
Use $goalcraft to improve this /goal so Codex knows when to stop.
Use $goalcraft to stress-test this goal before I set it.
| Component | Type | Description |
|---|---|---|
goalcraft |
Skill | Turns rough drafts into compact Codex /goal objectives with objective, scope, preservation rules, verification gates, done criteria, and stop conditions |
references/codex-goal-contract.md |
Reference | Documents Codex /goal slash, tool, continuation, budget, and app-server behavior |
scripts/validate_goal_length.js |
Script | Validates the generated /goal objective against Codex character targets and hard limits |
- Codex with plugin support
- Codex CLI
/goalenabled via/experimentalor[features] goals = true - Node.js when running the bundled length validator
See skills/goalcraft/SKILL.md for the skill workflow. This skill content is vendored from grp06/goalcraft.