s-hiraoku/codex-harnesses · Archived

goal-manager

Manage /goal usage for concrete Codex work, including objective writing, success criteria, done criteria, long-running implementation, verification, PR creation, resumption, and completion decisions.

First seen Jun 13, 2026

Installation

$ npx skills add s-hiraoku/codex-harnesses --skill goal-manager

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from s-hiraoku/codex-harnesses · top by installs.

npx skills add s-hiraoku/codex-harnesses

Browse all from s-hiraoku/codex-harnesses

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

License LICENSE
Default branch main
Open issues 2
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents codex

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,782 B
  • docs SUMMARY.md 219 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 4 installs

SKILL.md

Goal Manager

Use this workflow when a task should be tracked with /goal or goal-tool state.

Workflow

  1. Decide whether goal tracking is useful.

- Create or use a goal when the user explicitly mentions /goal, asks for a goal or objective, or requests multi-step implementation, verification, release, or PR work. - Do not create a goal for quick questions, simple command output, casual brainstorming, or work that will clearly finish in one short response.

  1. Shape the objective before creating the goal.

- Make it outcome-focused, verifiable, and scoped to the current task. - Include expected verification and final reporting when they are part of the work. - Pass a token budget only when the user explicitly provides one.

  1. Use the active goal during the task.

- Check it after resuming, before broad edits, when the user changes direction, and before the final response. - If the newest user request conflicts with the active goal, follow the newest request and state the shift briefly.

  1. Complete the goal only when the real outcome is done.

- Required implementation or investigation is complete. - Relevant checks have run, or blocked checks are clearly reported. - The final response can summarize changed files, verification, and remaining risks.

For objective examples, read references/examples.md only when wording is unclear.

Final Report

Include:

  • the final goal status
  • what changed or was learned
  • checks or verification run
  • known risks, blockers, or follow-up work