Skip to content

Repmedal/prompts

ย 
ย 

Repository files navigation

Kai.ThoughtArquitect Prompt Collection

This repository contains a collection of my most advanced prompts and meta-systems designed for prompt engineering, debugging, evaluation, and specialized AI orchestration tasks.

๐Ÿงญ Quick Start Guide

New to prompt engineering? Start with the Dual Path Primer to understand your requirements, then use the Ultimate Prompt Evaluator to refine your prompts.

Building complex prompts from scratch in CLI/terminal environments? Use the Prompt Creation Trilogy for systematic analysis, generation, and improvement. Designed specifically for Claude Code, Codex, and similar terminal-based AI development workflows.

Debugging AI systems or code? Try the Adaptive Debug Protocol for systematic problem-solving.

Working with multi-agent AI systems? Use the Multi-Agent Orchestration Evaluator for comprehensive system analysis.

Need to add features to existing prompts with strict character limits? Use PROMPTGRAFT for surgical precision editing with budget enforcement and quality gates.

Need structured development with TDD and quality gates? Use Journeyman for 5-phase disciplined implementation from Blueprint to Verification.


๐Ÿ“‹ Complete System Overview

๐Ÿ” The Ultimate Prompt Evaluator (UPE) v2

Location: prompt_primer_and_evaluator/UPE/

A comprehensive meta-prompt that provides 34-point evaluation of any prompt you submit. Features instant analysis, iterative refinement, and the ability to transform concepts into complete prompts.

Key Features:

  • 34-criteria evaluation framework
  • Iterative "re-evaluate" command for continuous improvement
  • Concept-to-prompt transformation
  • Platform-aware optimizations (Claude, ChatGPT, Gemini)

Best For: Evaluating and refining existing prompts, quality assurance, prompt optimization


๐Ÿง  The Dual Path Primer

Location: prompt_primer_and_evaluator/dual_path_primer/

An AI meta-prompt orchestrator that refuses to proceed until it achieves 100% understanding of your request. Creates either perfectly contextualized conversations or highly optimized prompts.

Key Features:

  • Active understanding pursuit with gap detection
  • Structured "Readiness Report Table"
  • Internal self-verification systems
  • Dual output options (conversation or prompt)

Best For: Complex requirements gathering, creating context-rich prompts, setting up expert AI conversations

Perfect Workflow: Dual Path Primer โ†’ UPE โ†’ Deployment


โš™๏ธ The Prompt Creation Trilogy

Location: prompt-creation-trilogy/

A three-stage systematic approach: Analyze โ†’ Generate โ†’ Improve

1. Multi-Framework Analyzer (1-analyzer.md)

Deep problem analysis using multiple frameworks (Ishikawa, Five Whys, OODA loops) before writing any prompts.

2. Agentic Prompt Generator (2-generator.md)

Autonomous prompt architect that builds prompts iteratively, scoring its own work through 6 mandatory loops.

3. Adaptive Prompt Improver (3-improver.md)

Takes any existing prompt and systematically enhances it to achieve 90%+ quality scores using domain-aware improvements.

Best For: Complex problem-solving, systematic prompt development, professional prompt engineering workflows


๐Ÿ› Adaptive Debug Protocol

Location: prompt-adaptive-debug-protocol/

Military-grade debugging system using OODA loops (Observe, Orient, Decide, Act) with escalating cognitive intensity for systematic problem-solving.

Key Features:

  • Automatic thinking level escalation (think โ†’ megathink โ†’ ultrathink)
  • Structured 4-loop maximum with forced breakthrough thinking
  • Comprehensive debug logging (debug_loop.md files)
  • Built-in problem classification and framework selection

Best For: Complex debugging challenges, systematic troubleshooting, breaking out of failed solution loops


๐Ÿค– Multi-Agent Orchestration Evaluator

Location: prompt-multi-agent-orchestration.evaluator/

Comprehensive evaluator for multi-agent AI systems with 40+ quality criteria, modern framework support, and cost optimization analysis.

Key Features:

  • 40-point evaluation framework covering architecture, performance, security
  • Framework-aware analysis (AutoGen, LangGraph, CrewAI, etc.)
  • Cost-benefit analysis with ROI projections
  • Implementation roadmaps and compliance assessment

Best For: Enterprise AI systems, multi-agent architectures, production system optimization


๐Ÿฉน PROMPTGRAFT

Location: promptgraft/

A pure LLM pipeline for surgical prompt editing. Six AI specialists coordinate to add features to prompts with strict character budget enforcement and quality gates. 95% success rate vs 40% manual editing.

Key Features:

  • 6-specialist pipeline (Architect โ†’ Surgeon โ†’ Auditor โ†’ Executor โ†’ Inspector โ†’ Chronicler)
  • Strict character budget enforcement (never exceeded)
  • Three quality gates (pre-execution, post-execution, budget verification)
  • Complete traceability and version history
  • run-all command for automatic hands-free execution

Best For: Production prompts with character limits, evolving prompt systems (v1 โ†’ v20), team collaboration, API prompts with token budgets


๐Ÿ› ๏ธ Journeyman

Location: journeyman/

A structured 5-phase development methodology that ensures every task is completed with discipline, quality, and traceability. TDD mandatory, quality gates enforced, full documentation.

Key Features:

  • 5 phases: Blueprint โ†’ Foundation โ†’ Assembly โ†’ Finishing โ†’ Verification
  • TDD mandatory (tests before implementation, always)
  • Quality gates (can't advance until criteria met)
  • JOURNEY.md tracking (single source of truth for decisions)
  • Simple Path (6 steps) for tasks < 2 days
  • Full Protocol (5 phases) for complex 2+ day projects
  • Framework library with implementation playbooks

Best For: Features that must work the first time, refactoring with zero regressions, team collaboration, complex systems (5+ files), learning TDD discipline


๐ŸŽฏ When to Use Each System

Use Case Recommended System Why
Refine existing prompts Ultimate Prompt Evaluator 34-point analysis with specific improvements
Complex requirements Dual Path Primer Systematic understanding before building
Build from scratch Prompt Creation Trilogy Complete analysis โ†’ generation โ†’ improvement cycle
Debugging problems Adaptive Debug Protocol Systematic OODA loop problem-solving
Multi-agent systems Multi-Agent Orchestration Evaluator Specialized for agent coordination analysis
Surgical prompt editing PROMPTGRAFT 6-specialist pipeline with budget enforcement
Structured development Journeyman 5-phase protocol with TDD and quality gates
Professional workflows Primer โ†’ UPE โ†’ Trilogy Complete end-to-end prompt engineering

๐Ÿ”„ Recommended Workflows

Standard Prompt Development

  1. Dual Path Primer - Understand requirements deeply
  2. Ultimate Prompt Evaluator - Evaluate and refine the result
  3. Deploy - Use the optimized prompt

Complex Problem-Solving

  1. Prompt Creation Trilogy (Analyzer) - Understand the problem
  2. Prompt Creation Trilogy (Generator) - Build targeted prompt
  3. Prompt Creation Trilogy (Improver) - Polish to perfection

System Debugging

  1. Adaptive Debug Protocol - Systematic problem analysis
  2. Ultimate Prompt Evaluator - Refine any prompts used in solutions

Multi-Agent Development

  1. Multi-Agent Orchestration Evaluator - Assess current architecture
  2. Dual Path Primer - Plan improvements
  3. Ultimate Prompt Evaluator - Optimize individual agent prompts

Surgical Prompt Modification

  1. PROMPTGRAFT - Add features with character budget control
  2. Ultimate Prompt Evaluator - Validate the enhanced prompt
  3. Deploy - Use the surgically modified prompt

Disciplined Feature Development

  1. Journeyman - Follow 5-phase protocol (Blueprint โ†’ Verification)
  2. Ultimate Prompt Evaluator - Validate any prompts created during development
  3. Deploy - Ship with confidence knowing all gates passed

๐Ÿ“– Getting Started

  1. Choose your system based on your needs (see "When to Use" table above)
  2. Navigate to the appropriate directory
  3. Read the system-specific README for detailed instructions
  4. Copy the prompt into your preferred AI platform
  5. Follow the system's workflow for optimal results

๐Ÿ”ฎ Future Development

I work relentlessly on prompt engineering and am always focused on building many prompts while staying constantly involved in this field. This repository will continue to serve as a place where I share refined prompts and new additions as they develop.


Found these prompts valuable? Please consider giving this repository a โญ star to help others discover these professional-grade prompt engineering tools!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors