
from goal-forge135
Convert a rough coding idea into a verified SPEC.md and an executable Codex /goal (GOAL.md) with measurable acceptance criteria.
Goal Forge helps turn informal project ideas into concrete, verifiable plans for autonomous agents. It interviews stakeholders, tightens ambiguous specs, and compiles SPEC.md into GOAL.md ready for Codex /goal execution. It also checks Codex configuration readiness before recommending long-running goals.
Use Goal Forge when you have a repo feature or implementation idea and need a clear, testable specification or an executable /goal prompt. Ideal before running autonomous coding or long-running agent goals — when acceptance criteria, scope boundaries, and verification steps must be concrete.
Primarily designed for Codex-style autonomous execution environments and agents that support long-running /goal contracts. It also fits workflows using developer-focused agent CLIs that produce and run execution contracts.
Goal Forge converts rough coding ideas into structured Codex /goal contracts with SPEC.md and GOAL.md. The bundled script (inspect_codex_config.py) is a read-only config checker that ran cleanly, reporting Codex readiness gaps. The SKILL.md is thorough with clear modes (Interview, Tighten, Compile, Config Check) and well-defined gates for spec quality. No security concerns — the script only reads local config files and checks codex version.
Clean, well-structured skill. The config check script is genuinely useful and read-only. SKILL.md has excellent gate definitions to prevent weak specs from being compiled. Niche but valuable for Codex users.