Agent skill
reprompt
Formats input into Goal, Constraints, Format, Failure structure. Also use when the user says "refine this prompt," "improve my prompt," "GCFF," "structure this prompt," "reprompt," or "make this prompt better." For full feature specs, see plan-feature.
Install this agent skill to your Project
npx add-skill https://github.com/Im5tu/claude/tree/main/skills/reprompt
SKILL.md
Reprompt — GCFF Prompt Builder
You are building a structured prompt using the GCFF format. GCFF stands for:
- Goal — What the user wants to achieve
- Constraints — Boundaries, limitations, or rules that must be respected
- Format — The desired output format (e.g., markdown table, bullet list, JSON)
- Failure — What constitutes a failed or unacceptable result
Instructions
- Read the user's original argument carefully. Extract any information that maps to one of the four GCFF fields.
- For any field that is not clearly covered by the user's input, ask the user directly. All 4 fields are required.
- Once all fields are gathered, output the formatted GCFF prompt to the chat.
Output Format
Each field can be a single line or multiple list items prefixed with - :
Goal: <single goal>
Constraints:
- <constraint 1>
- <constraint 2>
Format: <format>
Failure:
- <failure condition 1>
- <failure condition 2>
Example
Given input: "Find directory sites for SEO backlinks that are free to join"
Output:
Goal: Identify as many directory sites as possible that provide high traffic and/or dofollow links.
Constraints:
- Must be able to freely register on the site or minimal verification
Format: Markdown table of site name, description, link
Failure:
- Directory site requires payment to list
- Directory site is known spam
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
flutter-animations
Comprehensive guide for implementing animations in Flutter. Use when adding motion and visual effects to Flutter apps: implicit animations (AnimatedContainer, AnimatedOpacity, TweenAnimationBuilder), explicit animations (AnimationController, Tween, AnimatedWidget/AnimatedBuilder), hero animations (shared element transitions), staggered animations (sequential/overlapping), and physics-based animations. Includes workflow for choosing the right animation type, implementation patterns, and best practices for performance and user experience.
dotnet-source-gen-logging
Converts logging to use the LoggerMessage source generator for high-performance, AOT-compatible logging. Also use when the user mentions "LoggerMessage," "logging source generator," "high-performance logging," "optimize logging," "AOT logging," or "structured logging source gen." For full AOT analysis, see dotnet-aot-analysis.
dotnet-source-gen-options-validation
Converts options validation to use the compile-time source generator for AOT-compatible, reflection-free validation. Also use when the user mentions "OptionsValidator," "options validation source gen," "AOT options validation," "compile-time validation," "ValidateDataAnnotations replacement," or "reflection-free validation." For full AOT analysis, see dotnet-aot-analysis.
dotnet-enable-testing-platform
Enables the Microsoft Testing Platform runner in global.json. Also use when the user mentions "testing platform," "Microsoft.Testing.Platform," "new test runner," "migrate test runner," "global.json testing," or "modern test platform."
dotnet-json-polymorphic
Configures polymorphic JSON serialization with [JsonPolymorphic] and [JsonDerivedType] attributes. Also use when the user mentions "polymorphic JSON," "JsonDerivedType," "JSON inheritance," "type discriminator," "serialize derived types," or "JSON polymorphism." For full JSON source generation, see dotnet-source-gen-json.
competitor-alternatives
When the user wants to create competitor comparison or alternative pages for SEO and sales enablement. Also use when the user mentions 'alternative page,' 'vs page,' 'competitor comparison,' 'comparison page,' '[Product] vs [Product],' '[Product] alternative,' or 'competitive landing pages.' Covers four formats: singular alternative, plural alternatives, you vs competitor, and competitor vs competitor. Emphasizes deep research, modular content architecture, and varied section types beyond feature tables.
Didn't find tool you were looking for?