enhancePrompt

Rewrite prompts with discovered repository documentation and constraint summaries.

1|2|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/joi-fairshare/agentic-workflow --skill enhanceprompt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: enhancePrompt
Source: https://github.com/joi-fairshare/agentic-workflow/tree/main/skills/enhancePrompt
Command: npx skills add https://github.com/joi-fairshare/agentic-workflow --skill enhanceprompt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AI assistants often act on thin prompts and miss repo-specific facts, rules, and conventions, so this skill hunts down the right documents and rewrites the request with the missing context before any work begins.

Core Features & Use Cases

  • Document discovery: Scans for root-level guides and doc folders, reporting what exists and offering alternatives if nothing is found.
  • Selective reading: Prioritizes overarching instructions such as CLAUDE.md/README.md and then pulls topic-specific files relevant to the user’s intent.
  • Context weaving: Outputs an enhanced prompt that lists relevant constraints, includes the user’s original words, and optionally recommends a Codex dialogue when parallel validation is valuable.
  • Use Case: When a reviewer asks for a feature change, run this skill to ensure the rewritten request reflects product goals, testing rules, and repo conventions before any coding starts.

Quick Start

Ask /enhancePrompt to rewrite your request using discovered documentation so the follow-up task starts with full context.

Frequently Asked Questions about enhancePrompt

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

FAQPage Schema
How do I add project documentation context to an AI prompt before execution?

To add project documentation context to an AI prompt, you can use a prompt-enhancement process that scans root-level guides and doc folders, prioritizing files like CLAUDE.md and README.md. It rewrites your original request by weaving in discovered repo-specific constraints and rules before any task begins.

What is prompt enhancement for agentic-workflow tasks?

Prompt enhancement for agentic-workflow tasks is the process of discovering relevant project documentation and summarizing domain rules before execution. It ensures AI assistants receive a rewritten request combining your exact words with context bullets, preventing actions based on thin or incomplete repo knowledge.

How do I prepare a prompt for a feature change using repo conventions?

You prepare a prompt for a feature change by scanning for overarching instructions such as CLAUDE.md or README.md and pulling topic-specific files relevant to your intent. The resulting enhanced prompt lists product goals, testing rules, and repo conventions alongside your original request.

Does prompt enhancement work when no README or CLAUDE.md is found?

Yes, prompt enhancement works when no README or CLAUDE.md is found by scanning doc folders for alternative domain rules. If nothing is discovered, it reports what documentation exists or offers alternatives, ensuring your rewritten request still proceeds with whatever context is available.

Can I use Codex dialogue for parallel validation when rewriting prompts?

Yes, you can use Codex dialogue for parallel validation because the prompt-enhancement process optionally recommends it when parallel validation is valuable. The output combines your original words with context bullets and provides Codex dialogue guidance to verify constraints.

What are the limitations of enhancing prompts with contextualization?

The limitations of enhancing prompts with contextualization include relying entirely on the existence and quality of your project documentation. If relevant root-level guides or doc folders are missing, the rewritten request may lack the repo-specific facts, rules, and conventions needed for accurate AI execution.