[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-79958":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":18,"compositeScore":19,"rankGlobal":10,"rankLanguage":10,"license":20,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":23,"hasPages":21,"topics":24,"createdAt":10,"pushedAt":10,"updatedAt":25,"readmeContent":26,"aiSummary":27,"trendingCount":15,"starSnapshotCount":15,"syncStatus":14,"lastSyncTime":28,"discoverSource":29},79958,"goalcraft","grp06\u002Fgoalcraft","grp06","A codex skill to write great \u002Fgoal prompts ⭐️ star if you like it! ⭐️","",null,"Python",86,5,2,0,3,6,9,52.23,"MIT License",false,"main",true,[],"2026-06-12 04:01:26","![Goalcraft infographic](assets\u002Fgoalcraft-infographic.png)\n\n# Goalcraft\n\nGoalcraft turns a messy task description into a Codex `\u002Fgoal` and activates it.\n\nWhen you use `\u002Fgoal`, Codex works against a persistent, thread-scoped completion contract. A weak goal means the agent may claim \"done\" on something that isn't. Goalcraft writes compact launcher goals that define the outcome, verification surface, constraints, boundaries, iteration policy, and blocked stop condition, so the agent has to show real evidence before declaring success. For long-running work, it also pushes the goal toward a tight loop: choose an action, run it, score it with a fast evaluator or checklist, record the result, and continue or stop based on evidence.\n\n## Install\n\nClone the repo, then symlink it into your Codex skills directory:\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002Fgrp06\u002Fgoalcraft.git\ncd goalcraft\nln -s \"$(pwd)\" ~\u002F.codex\u002Fskills\u002Fgoalcraft\n```\n\nIf your Codex setup uses a different skills directory, symlink the repo there instead. The skill is self-contained; it does not depend on any local project path.\n\nRestart Codex, then invoke it with a rough brief. The brief doesn't need to be clean — that's the point:\n\n> Use `$goalcraft` to turn this into a Codex `\u002Fgoal`:\n>\n> I need to clean up the billing settings page in the web app. It's kind of half-done from a previous pass. The upgrade button works but the loading and error states are janky, and I think mobile is probably broken. Please make it match the rest of the settings UI, don't touch the Stripe webhook stuff or pricing logic unless something is obviously wrong, and don't do a huge refactor. It should have tests or at least whatever checks this repo normally uses. I want Codex to keep going until the page is actually usable and verified, but it should stop and ask me before changing public APIs, database schema, or anything payment-risky.\n\n## What you get back\n\nAn activated `\u002Fgoal` that spells out:\n\n- **Outcome** — what must be true when the work is done\n- **Verification surface** — tests, benchmarks, logs, reports, screenshots, source material, or explicit confirmation that proves it\n- **Constraints** — what must not regress while Codex works\n- **Boundaries** — files, systems, tools, data, repositories, and user-controlled actions to stay within\n- **Iteration policy** — how Codex should choose the next useful action after each attempt\n- **Blocked stop condition** — when to stop, what evidence to report, and what input would unlock progress\n- **Durable state** — plan, experiment, decision, or notes files when the goal may run for hours or days\n\nThe `\u002Fgoal` itself is intentionally short. Goalcraft puts supporting rationale, examples, candidate lists, and detailed evaluator notes outside the goal unless they are execution-critical.\n\nBy default, Goalcraft validates and activates the goal. Ask for a draft-only, review-only, or planning-only pass when you want text back without setting the active goal.\n\nGoalcraft will also say when a normal prompt is the better tool. One-line edits, simple explanations, short code reviews, or vague requests without an auditable finish line usually need either a normal Codex prompt or a goal-sharpening pass before activation.\n\n## Length safety\n\nCodex caps `\u002Fgoal` text at 4,000 characters. Goalcraft treats that as the hard limit and avoids repeatedly shortening drafts that already fit. If a normal draft exceeds the hard limit, Goalcraft switches to a compact fallback instead of shaving a few characters repeatedly. If you want to check a goal manually from this repo:\n\n```bash\npython3 scripts\u002Fvalidate_goal_length.py --max-chars 3999 goal.txt\n```\n\nThat script is bundled with this Goalcraft repo. When the skill is used while working in another project, agents should resolve `scripts\u002Fvalidate_goal_length.py` relative to Goalcraft's own `SKILL.md`, not relative to the project being edited. If the skill runtime does not expose that path, Goalcraft's instructions include an inline Python fallback that works anywhere with Python 3.\n","Goalcraft 是一个用于将混乱的任务描述转化为清晰的 Codex `\u002Fgoal` 指令的工具。其核心功能是通过定义任务的目标、验证标准、约束条件、边界范围、迭代策略以及停止条件来确保 AI 代理在完成任务时能够提供真实有效的证据，特别适用于需要细致规划和验证的长期或复杂项目中。该工具采用 Python 编写，易于安装并通过简单的命令行操作即可使用。无论是网页应用的界面优化还是软件开发中的特定功能实现，只要涉及到明确目标设定与执行监控的场景，都可以利用 Goalcraft 提高工作效率和成果质量。","2026-06-11 03:58:41","CREATED_QUERY"]