What problem does it solve?
Turn vague prompt requests into explicit prompt contracts that another model can execute reliably. Keep the guidance universal and interface-agnostic. Think in terms of a reusable blueprint that can be tailored to target runtimes without rewriting the core structure.
Core Features & Use Cases
- Prompt contracts: Define a stable task contract including role, task, context, constraints, and output format to guide model behavior.
- Prompt skeletons: Provide a modular framework (roles, tasks, context, constraints, examples, and output rules) for scalable prompt design.
- Evaluation and guardrails: Offer decision rules, anti-patterns, and a lightweight review checklist to improve reliability and safety across runtimes.
- Rewriting and optimization: Support rewriting, refactoring, and optimizing existing prompts for clarity and robustness.
- Portability: Emphasize unit portability across runtimes and environments with a clear separation of static and variable content.
Quick Start
Provide a high-level task and target runtime, and I will draft a reusable prompt contract tailored to that environment.