ultra-prompt
Installation
SKILL.md
Ultra Prompt
Purpose
Convert a rough user request into a production-ready coding-agent prompt. Before writing the expanded prompt, audit the codebase so the prompt is grounded in real files, tests, schemas, contracts, logs, and project conventions.
This Skill produces a prompt only. Do not modify source code unless the user explicitly asks for implementation.
Mandatory workflow
- Read the user’s original prompt and identify the intended coding task.
- Inspect the repository source of truth before expanding the prompt.
- If the environment supports subagents or parallel agents, spawn the audit agents in reference/AUDIT_AGENTS.md, wait for all results, and consolidate their findings.
- If subagents are unavailable, run the same audit roles sequentially in the main thread and mark the audit as
single-agent fallback. - Populate the prompt template in reference/PROMPT_TEMPLATE.md using only verified audit findings.
- Run the correctness gate in reference/OUTPUT_SCHEMA.md.
- Return only the expanded prompt plus critical caveats. Do not include hidden reasoning, plans, status updates, or raw audit transcripts.