Goalcraft.skill is an agent skill that converts vague task descriptions into structured, verifiable, and rollbackable YAML goal contracts without executing the tasks themselves.

Stars

14

7-day growth

No data

Forks

1

Open issues

0

License

MIT

Last updated

2026-07-28

AI repository intelligence
FR-AI / ANALYSIS

Why it is worth attention

It enforces best practices like upfront permissions, verifiable success criteria, and no placeholder values, filling a critical gap between vague requests and reliable agent execution.

Who it is for

  • Developers using AI coding agents (Claude Code, Codex, Cursor)
  • Software engineers planning refactoring or dependency upgrades
  • DevOps or platform engineers designing release pipelines
  • Data engineers needing repeatable data cleaning workflows

Use cases

  • Generate a structured YAML plan for code refactoring with no behavioral changes
  • Define a release pipeline with changelog generation and artifact delivery
  • Create a data cleaning job with idempotent steps and quarantine logic
  • Draft a writing brief that can be turned into a publishable piece

Strengths

  • Only produces prompts, never executes tasks—safe to use in any environment
  • Enforces observable success criteria (e.g., tests passing, file existence) to eliminate guesswork
  • Interactive checkpoints (CHECKPOINT) catch missing paths, conflicts, or sequencing before output
  • Prevents hidden time limits and requires explicit permission declarations upfront

Considerations

  • Does not replace the execution agent; YAML errors or incomplete inputs still cause failures downstream
  • Example commands (e.g., pnpm) are placeholders and must be adapted to the target repository
  • Some steps (e.g., cloud permissions) require manual intervention and may be marked as manual:

README quick start

快速开始

Description

别再跟 Agent 空聊「帮我重构」。Goalcraft 把模糊任务变成可验证、可回滚、可交付的 /goal 契约。 只写提示词,不替你执行重构 / 发版 / 清洗。

Related repositories

Similar projects matched by category, topics, and programming language.

yetone
Featured
yetone GitHub avatar

kill-ai-slop

Kill AI Slop is a multilingual field guide and agent skill that catalogues 33 common AI-generated design tells with interactive before-after demos, and provides a tool to scan and fix web projects.

AI & Machine LearningAI Agents
805
gnipbao
Featured
gnipbao GitHub avatar

story-to-handdrawn-video

A Remotion-based tool that converts Chinese story text or ordered hand-drawn images into vertical hand-drawn diary-comic animation with handwritten captions, left-to-right reveals, optional page-curl transitions, and silent H.264 output for post-production dubbing.

AI & Machine LearningAI Agents
683
0xwilliamortiz
Featured
0xwilliamortiz GitHub avatar

ponytail-improved

Ponytail is a plugin for AI coding agents that enforces a disciplined ladder of reuse before writing code, reducing code volume by roughly 54% while preserving safety.

AI & Machine LearningAI Agents
545