create-goal-plan

Generate concise goal plan files for Codex CLI /goal execution.

28|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/ma08/botfiles --skill create-goal-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-goal-plan
Source: https://github.com/ma08/botfiles/tree/main/codex/skills/create-goal-plan
Command: npx skills add https://github.com/ma08/botfiles --skill create-goal-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the manual effort of creating standardized, scoped goal plan files for Codex CLI /goal usage, ensuring long-running coding tasks have a clear, consumable handoff document with all necessary context, constraints, and verification criteria without redundant planning work.

Core Features & Use Cases

  • Automated Goal Plan Generation: Distills existing task status files, accepted plans, bug reports, or implementation plans into a compact, one-screen Markdown file optimized for Codex /goal consumption.
  • Context Preservation: Cites full plan and status file paths instead of duplicating heavy planning content, so the next agent can access full details only if needed.
  • Safety Guardrails: Automatically includes explicit "do not change" constraints for high-risk scenarios like dirty worktrees, live systems, public content, data deletion, and external API interactions. Use Case: If you have a finalized bug fix plan saved in your task's status.md, use this Skill to instantly generate a scoped goal plan that the next Codex agent can execute via /goal without re-reading the entire planning document.

Quick Start

Use the create-goal-plan skill to generate a concise goal plan file for your current active Codex task.

Frequently Asked Questions about create-goal-plan

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

FAQPage Schema
How do I create a goal plan for Codex CLI agent execution?

You can create a goal plan for Codex CLI by distilling existing task status files, bug reports, or implementation plans into a compact Markdown file containing concrete outcomes, minimal context, safety constraints, and verification criteria.

What is a Codex goal plan and when do I need one?

A Codex goal plan is a compact, one-screen Markdown handoff document that gives a Codex agent concrete outcomes, minimal context, safety constraints, and verification criteria for bounded code execution.

How do I distill an accepted bug report into a task handoff document for coding agents?

Distill an accepted bug report into a task handoff document by generating a scoped goal plan that cites full file paths for context, adds explicit do-not-change safety constraints, and defines clear verification criteria for the coding agent.

Does the generated goal plan duplicate the full content of my implementation plan?

No, the generated goal plan avoids duplicating heavy content. It preserves context by citing full plan and status file paths instead of copying text, allowing the Codex agent to access complete details only if needed.

What safety constraints are included for high-risk scenarios like dirty worktrees or external API interactions?

For high-risk scenarios like dirty worktrees, live systems, public content, data deletion, and external API interactions, the goal plan automatically includes explicit do-not-change safety constraints to ensure safe, bounded agent work.

Can I use this to prepare a one-screen Markdown file for long-running coding tasks?

Yes, you can use this Skill to prepare a compact, one-screen Markdown file optimized for Codex /goal consumption, removing the manual effort of drafting handoff documents for long-running coding tasks.