Loading...
Loading...
Found 2 Skills
Break down a one-sentence idea into a task plan that an AI agent can execute independently. Use this when the user says: "Help me write a goal for the agent", "Help me break down this goal in detail", "Write a task brief for the agent", "Write a goal prompt", "Let the agent run this project on its own", "Split the work among multiple agents for parallel execution". First conduct actual tests in the codebase, conduct online research if necessary, then ask a maximum of 5 questions in one go, and produce a task plan of ≤4000 characters that can be directly pasted into /goal to run, including actual test data, whitelist boundaries, anti-cheating acceptance criteria, and resumable progress. Automatically distinguish between execution-type and exploration-type (research/selection/solution-finding) tasks.
Build high-quality /goal commands for OpenAI Codex CLI 0.128+ that maximize audit-friendliness and minimize false-completion. Use this skill whenever the user wants to write, draft, generate, improve, or refine a /goal prompt — even if they don't say "skill" — including phrases like "help me write a goal", "design a goal for X", "review my goal command", "make a goal for this repo", or any request involving long-running Codex tasks. Also trigger when the user mentions Ralph loop, persistent agent objectives, or asks Codex to "keep working until done". Produces a complete, copy-pasteable /goal command using the 5-section golden template (Objective/Scope/Constraints/Done when/Stop if), supports three interaction modes (step-by-step, full-description, hybrid), auto-detects project type (Node/Python/Swift/Go/Rust/static) by inspecting filesystem or repo URL, reads AGENTS.md/CLAUDE.md if present, and predicts audit-friendliness before output.