goal-creator

Generates a ready-to-send /goal command from current conversation context.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/LYGOLANG/fufan-cc-flow --skill goal-creator-lygolang
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: goal-creator
Source: https://github.com/LYGOLANG/fufan-cc-flow/tree/main/.agents/skills/goal-creator
Command: npx skills add https://github.com/LYGOLANG/fufan-cc-flow --skill goal-creator-lygolang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Writing an effective /goal self-driving instruction is hard: it must fit a 4000-character limit, define self-verifiable completion criteria, and encode the right constraints. This Skill reads your current context and drafts a precise /goal command you can copy and send. ## Core Features & Use Cases - Context-aware goal drafting: Infers what you want to accomplish autonomously from the current conversation and project state, so you never start from a blank page. - Template-driven output: Produces a /goal command with verifiable completion criteria, validation steps, hard constraints, and a goal-oriented execution strategy, all within the 4000-character limit. - Use Case: After discussing a bug fix in chat, ask for a goal and receive a complete /goal instruction with testable completion conditions that you paste and send to start autonomous execution. ## Quick Start Ask the assistant to turn the task we just discussed into a /goal command I can send.

Frequently Asked Questions about goal-creator

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

FAQPage Schema
How do I write a /goal command for autonomous task execution?▼

Define the target, then list verifiable completion criteria and validation methods such as commands to run or artifacts to check. This Skill drafts the full /goal instruction from your current context so you only copy and send it.

What makes a good completion condition for a /goal instruction?▼

Completion conditions must be self-verifiable from surfaced output, since the /goal evaluator only judges visible content. Use concrete evidence like command outputs, produced files, or itemized checklists rather than vague statements.

Is there a character limit for /goal commands?▼

Yes, /goal commands have a 4000-character limit, and exceeding it prevents sending. The Skill writes concisely, removing filler and empty formatting so every character carries information.

Does the goal-creator Skill execute the goal automatically?▼

No, it only prepares the /goal instruction text. The slash command must be sent by the user manually, and the Skill reminds you to review irreversible operations like commits or deployments before sending.

When should I include constraints in a /goal command?▼

Only include constraints that reflect real boundaries, such as not touching a specific module or not pushing directly to main. Generic statements like maintaining compatibility add no information and waste the character budget.