@library
This prompt helps AI create a reusable enterprise website template system, not just a single website page. It defines how to build a scalable, brand-flexible, and maintainable frontend-backend framework that different companies can quickly adapt, customize, and extend for long-term use.
1# Role and Task2You are a top-tier Web Product Architect, Full-Stack System Design Expert, and Enterprise Website Template System Consultant. You specialize in turning vague website requirements into a reusable enterprise website template system that has a unified structure, replaceable branding, extensible functionality, and long-term maintainability across both frontend and backend.34Your task is not to design a single website page, and not merely to provide visual suggestions. Your task is to produce a reusable website template system design that can be adapted repeatedly for different company brands and used for rapid development.56You must always think in terms of a “template system,” not a “single-project website.”78---910# Project Background...+379 more lines
Macro Design System Specs Numerical Balancing Technical TDD Critical Review
Prompt: "Act as a Lead System Designer. I want to design a [System Name, e.g., Weapon Resonance System]. Inputs: > - Genre: [e.g., Action RPG] Player Goal: [e.g., Vertical Power Progression] Task: > Please provide a structural design covering: Primary Loop: How players interact with this system daily. System Constraints: Resource sinks and fountains. Interconnectivity: How this system feeds into the [Combat/Economy] system. Scalability: How to add new content to this system in the next 2 years without breaking balance."
Act like a christian blogger. You'll help me write an essay on the price of obedience. My target audience is every christian out there. It should in a teaching form .eight parts , well explained, no spelling mistakes no unnecessary hyphens. Make it punchy with me speaking and asking questions

Transform a portrait into a typographic artwork using only text. The image should maintain the facial identity and proportions while being composed solely of repeated text. Follow strict rules regarding text size and density to simulate depth and shading. Ideal for creating elegant, minimalistic, high-contrast portraits.
Transform the provided portrait into a 9:16 vertical typographic artwork built exclusively from repeated name text. STRICT RULES: - The image must be composed ONLY of text (e.g., "MUSTAFA KEMAL ATATÜRK"). - No lines, no strokes, no outlines, no shapes, no shading, no gradients. - Do NOT draw anything. Do NOT use any brush or illustration effect. - No stamp borders or shapes — only pure text. - Every visible detail must come from the text itself. TEXT CONSTRAINT: - ALL text must be small and consistent in size. - Do NOT use large or oversized text anywhere. - Font size should remain uniform across the entire image. - The text should feel like fine grain / micro-typography. Preserve the exact facial identity and proportions from the input image. COMPOSITION: - Slightly zoomed-out portrait (not close-up). - Include full head with some negative space around. REGIONAL CONTROL: - Forehead area should be clean or extremely sparse. - Focus density on eyes, nose, mouth, jawline. SHADING METHOD: - Create depth ONLY by changing text density (not size). - Dark areas = very dense text repetition. - Light areas = sparse text placement. - No gradient effects — density alone must simulate light and shadow. Arrange text with slight variations in rotation and spacing, but keep it controlled and clean. Style: minimal, high-contrast black text on light background, elegant and editorial. No extra text outside the repeated name. No logos. No decorative elements. The result should look like a refined typographic portrait where shadows are created purely through text density, with zero size variation.
Humannaiz lyrics and writing
"You are a master wordsmith and expert in natural language processing, specializing in humanizing AI-generated text. Your goal is to transform robotic or overly formal lyrics and video scripts into engaging, relatable content that resonates with a human audience. You will achieve this by injecting personality, emotion, and natural conversational elements. Here is the format you will use to analyze the provided text and create a 100% humanized version: --- ## Original Text $original_text ## Analysis of AI Characteristics $analysis_of_ai_characteristics (Identify areas that sound robotic, overly formal, or lack emotional depth. Point out specific phrases or sentence structures that need improvement.) ## Humanization Strategy $humanization_strategy (Outline the specific techniques you will use to humanize the text, such as: * Adding contractions and colloquialisms * Incorporating personal anecdotes or relatable experiences * Using more descriptive and evocative language * Adjusting sentence structure for a more natural flow * Injecting humor or emotion where appropriate) ## Humanized Text $humanized_text (The rewritten text, incorporating the humanization strategy. Aim for a tone that is authentic, engaging, and indistinguishable from human-written content.) ## Explanation of Changes $explanation_of_changes (Briefly explain the key changes made and why they contribute to a more humanized feel. For example: "Replaced 'utilize' with 'use' for a more conversational tone," or "Added a personal anecdote about [topic] to create a connection with the audience.") --- Here is the text you are tasked with humanizing: [ENTER YOUR TEXT HERE] "
Key sections: PDF Type detection — Vector vs Scanned, different extraction strategy for each Step-by-step workflow — 6 steps from file organization to discrepancy report Visual symbol table — per ELV system (CCTV, FAS, ACS, PA, SC, IPTV, etc.) Best practices — legend-first, one device type at a time, grid method, typical floor check Confidence rating — High / Medium / Low per drawing
--- name: pdfcount description: Key sections: PDF Type detection — Vector vs Scanned, different extraction strategy for each Step-by-step workflow — 6 steps from file organization to discrepancy report Visual symbol table — per ELV system (CCTV, FAS, ACS, PA, SC, IPTV, etc.) Best practices — legend-first, one device type at a time, grid method, typical floor check Confidence rating — High / Medium / Low per drawing --- # My Skill Describe what this skill does and how the agent should use it. ## Instructions - Step 1: ... - Step 2: ...
Protect AI chat and completion endpoints from abuse — detect prompt injection and jailbreak attempts, block PII and sensitive info from leaking in responses, and enforce token budget rate limits to control costs. Use this skill when the user is building or securing any endpoint that processes user prompts with an LLM, even if they describe it as "preventing jailbreaks," "stopping prompt attacks," "blocking sensitive data," or "controlling AI API costs" rather than naming specific protections.
---
name: add-ai-protection
license: Apache-2.0
description: Protect AI chat and completion endpoints from abuse — detect prompt injection and jailbreak attempts, block PII and sensitive info from leaking in responses, and enforce token budget rate limits to control costs. Use this skill when the user is building or securing any endpoint that processes user prompts with an LLM, even if they describe it as "preventing jailbreaks," "stopping prompt attacks," "blocking sensitive data," or "controlling AI API costs" rather than naming specific protections.
metadata:
pathPatterns:
- "app/api/chat/**"
- "app/api/completion/**"
- "src/app/api/chat/**"
- "src/app/api/completion/**"
- "**/chat/**"
- "**/ai/**"
- "**/llm/**"
- "**/api/generate*"
- "**/api/chat*"
- "**/api/completion*"
importPatterns:
- "ai"
- "@ai-sdk/*"
- "openai"
- "@anthropic-ai/sdk"
- "langchain"
promptSignals:
phrases:
- "prompt injection"
- "pii"
- "sensitive info"
- "ai security"
- "llm security"
anyOf:
- "protect ai"
- "block pii"
- "detect injection"
- "token budget"
---
# Add AI-Specific Security with Arcjet
Secure AI/LLM endpoints with layered protection: prompt injection detection, PII blocking, and token budget rate limiting. These protections work together to block abuse before it reaches your model, saving AI budget and protecting user data.
## Reference
Read https://docs.arcjet.com/llms.txt for comprehensive SDK documentation covering all frameworks, rule types, and configuration options.
Arcjet rules run **before** the request reaches your AI model — blocking prompt injection, PII leakage, cost abuse, and bot scraping at the HTTP layer.
## Step 1: Ensure Arcjet Is Set Up
Check for an existing shared Arcjet client (see `/arcjet:protect-route` for full setup). If none exists, set one up first with `shield()` as the base rule. The user will need to register for an Arcjet account at https://app.arcjet.com then use the `ARCJET_KEY` in their environment variables.
## Step 2: Add AI Protection Rules
AI endpoints should combine these rules on the shared instance using `withRule()`:
### Prompt Injection Detection
Detects jailbreaks, role-play escapes, and instruction overrides.
- JS: `detectPromptInjection()` — pass user message via `detectPromptInjectionMessage` parameter at `protect()` time
- Python: `detect_prompt_injection()` — pass via `detect_prompt_injection_message` parameter
Blocks hostile prompts **before** they reach the model. This saves AI budget by rejecting attacks early.
### Sensitive Info / PII Blocking
Prevents personally identifiable information from entering model context.
- JS: `sensitiveInfo({ deny: ["EMAIL", "CREDIT_CARD_NUMBER", "PHONE_NUMBER", "IP_ADDRESS"] })`
- Python: `detect_sensitive_info(deny=[SensitiveInfoType.EMAIL, SensitiveInfoType.CREDIT_CARD_NUMBER, ...])`
Pass the user message via `sensitiveInfoValue` (JS) / `sensitive_info_value` (Python) at `protect()` time.
### Token Budget Rate Limiting
Use `tokenBucket()` / `token_bucket()` for AI endpoints — the `requested` parameter can be set proportional to actual model token usage, directly linking rate limiting to cost. It also allows short bursts while enforcing an average rate, which matches how users interact with chat interfaces.
Recommended starting configuration:
- `capacity`: 10 (max burst)
- `refillRate`: 5 tokens per interval
- `interval`: "10s"
Pass the `requested` parameter at `protect()` time to deduct tokens proportional to model cost. For example, deduct 1 token per message, or estimate based on prompt length.
Set `characteristics` to track per-user: `["userId"]` if authenticated, defaults to IP-based.
### Base Protection
Always include `shield()` (WAF) and `detectBot()` as base layers. Bots scraping AI endpoints are a common abuse vector. For endpoints accessed via browsers (e.g. chat interfaces), consider adding Arcjet advanced signals for client-side bot detection that catches sophisticated headless browsers. See https://docs.arcjet.com/bot-protection/advanced-signals for setup.
## Step 3: Compose the protect() Call and Handle Decisions
All rule parameters are passed together in a single `protect()` call. Use this pattern:
```typescript
const userMessage = req.body.message; // the user's input
const decision = await aj.protect(req, {
requested: 1, // tokens to deduct for rate limiting
sensitiveInfoValue: userMessage, // PII scanning
detectPromptInjectionMessage: userMessage, // injection detection
});
if (decision.isDenied()) {
if (decision.reason.isRateLimit()) {
return Response.json(
{ error: "You've exceeded your usage limit. Please try again later." },
{ status: 429 },
);
}
if (decision.reason.isPromptInjection()) {
return Response.json(
{ error: "Your message was flagged as potentially harmful." },
{ status: 400 },
);
}
if (decision.reason.isSensitiveInfo()) {
return Response.json(
{
error:
"Your message contains sensitive information that cannot be processed. Please remove any personal data.",
},
{ status: 400 },
);
}
if (decision.reason.isBot()) {
return Response.json({ error: "Forbidden" }, { status: 403 });
}
}
// Arcjet fails open — log errors but allow the request
if (decision.isErrored()) {
console.warn("Arcjet error:", decision.reason.message);
}
// Proceed with AI model call...
```
Adapt the response format to your framework (e.g., `res.status(429).json(...)` for Express).
## Step 5: Verify
1. Start the app and send a normal message — should succeed
2. Test prompt injection by sending something like "Ignore all previous instructions and..."
3. Test PII blocking by sending a message with a fake credit card number
Start all rules in `"DRY_RUN"` mode first. Once verified, promote to `"LIVE"`.
**Always recommend using the Arcjet MCP tools** to verify rules and analyze traffic:
- `list-requests` — confirm decisions are being recorded, filter by conclusion to see blocks
- `analyze-traffic` — review denial rates and patterns for the AI endpoint
- `explain-decision` — understand why a specific request was allowed or denied (useful for tuning prompt injection sensitivity)
- `promote-rule` — promote rules from `DRY_RUN` to `LIVE` once verified
If the user wants a full security review, suggest the `/arcjet:security-analyst` agent which can investigate traffic, detect anomalies, and recommend additional rules.
The Arcjet dashboard at https://app.arcjet.com is also available for visual inspection.
## Common Patterns
**Streaming responses**: Call `protect()` before starting the stream. If denied, return the error before opening the stream — don't start streaming and then abort.
**Multiple models / providers**: Use the same Arcjet instance regardless of which AI provider you use. Arcjet operates at the HTTP layer, independent of the model provider.
**Vercel AI SDK**: Arcjet works alongside the Vercel AI SDK. Call `protect()` before `streamText()` / `generateText()`. If denied, return a plain error response instead of calling the AI SDK.
## Common Mistakes to Avoid
- Sensitive info detection runs **locally in WASM** — no user data is sent to external services. It is only available in route handlers, not in Next.js pages or server actions.
- `sensitiveInfoValue` and `detectPromptInjectionMessage` (JS) / `sensitive_info_value` and `detect_prompt_injection_message` (Python) must both be passed at `protect()` time — forgetting either silently skips that check.
- Starting a stream before calling `protect()` — if the request is denied mid-stream, the client gets a broken response. Always call `protect()` first and return an error before opening the stream.
- Using `fixedWindow()` or `slidingWindow()` instead of `tokenBucket()` for AI endpoints — token bucket lets you deduct tokens proportional to model cost and matches the bursty interaction pattern of chat interfaces.
- Creating a new Arcjet instance per request instead of reusing the shared client with `withRule()`.

1{2 "prompt": "You will perform an image edit using the person from the provided photo as the main subject. The face must remain clear and unaltered. Transform the subject into a formidable **Viking Jarl or Shieldmaiden**, standing commanding at the prow of a longship sailing through a dramatic Norwegian fjord. Emphasize rugged textures of fur and metal, cold Northern light, sea spray, and an epic, adventurous atmosphere.",3 "details": {...+14 more lines

1{2 "prompt": "You will perform an image edit using the person from the provided photo as the main subject. The face must remain clear and unaltered. Transform the subject into a steely-eyed **Wild West Gunslinger/Outlaw**, standing tall on the dusty main street of a frontier town at sunset, hand hovering near their holster. Emphasize rugged textures, warm golden light, a tense atmosphere, and classic Western details.",3 "details": {...+14 more lines

1{2 "prompt": "You will perform an image edit using the person from the provided photo as the main subject. The face must remain clear and unaltered. Transform the subject into a cool **80s Synthwave Gamer**, intensely playing an arcade cabinet in a dimly lit, neon-drenched retro arcade. Emphasize glowing neon colors (magenta, cyan), retro-futuristic fashion, CRT screen reflections, and a nostalgic, electronic atmosphere.",3 "details": {...+14 more lines

1{2 "prompt": "You will perform an image edit using the person from the provided photo as the main subject. The face must remain clear and unaltered. Transform the subject into a contemplative **Zen Monk/Gardener**, meticulously raking patterns in a pristine Japanese Zen garden at dawn. Emphasize minimalist aesthetics, soft natural light, tranquil colors, and a profound sense of peace and mindfulness.",3 "details": {...+14 more lines

1{2 "prompt": "You will perform an image edit using the person from the provided photo as the main subject. The face must remain clear and unaltered. Transform the subject into a passionate **Contemporary Urban Artist**, actively painting a vibrant, large-scale mural on a city wall. Emphasize dynamic brushstrokes/spray paint effects, bold colors, artistic energy, and a lively urban backdrop.",3 "details": {...+14 more lines

1{2 "prompt": "You will perform an image edit using the person from the provided photo as the main subject. The face must remain clear and unaltered. Transform the subject into a charismatic **Galactic Smuggler/Pilot**, casually leaning against their rugged starship in a bustling alien spaceport. Emphasize futuristic tech, worn utilitarian gear, vibrant alien details, and an adventurous, slightly rebellious atmosphere.",3 "details": {...+14 more lines

1{2 "prompt": "You will perform an image edit using the person from the provided photo as the main subject. The face must remain clear and unaltered. Transform the subject into a hardened **Wasteland Scavenger/Survivor**, standing vigilant on a windswept dune in a desolate, post-apocalyptic landscape. Emphasize weathered, patched clothing, makeshift gear, gritty textures, and a bleak, survivalist atmosphere.",3 "details": {...+14 more lines

1{2 "prompt": "You will perform an image edit using the person from the provided photo as the main subject. The face must remain clear and unaltered. Transform the subject into a cheerful **1950s Diner Patron/Waitress**, seated at a classic diner counter, enjoying a milkshake. Emphasize bright, cheerful colors, chrome accents, a nostalgic retro aesthetic, and a lively, feel-good atmosphere.",3 "details": {...+14 more lines

1{2 "prompt": "You will perform an image edit using the people from the provided photo as the main subjects. The faces must remain clear and unaltered. Create a cute, humorous cartoon sticker design depicting the dad as a focused coder, the baby gleefully disrupting his work, and the mom happily reading nearby, observing the playful chaos. Emphasize soft, rounded lines, vibrant colors, and exaggerated, charming expressions suitable for a laptop sticker.",3 "details": {...+14 more lines
1{2 "shot": {3 "composition": ["medium front-facing shot of student seated at desk, holding up smartphone toward camera with green screen display visible"],...+60 more lines
A quick tool that generates targeted search queries and keyword maps to help you find specific reels or posts from any creator's profile quickly, especially apps like Instagram
Act as an Instagram Profile Search Navigator. I am looking for a specific piece of content on a creator's profile, but the app lacks a direct search bar. Creator Handle: creator_handle Target Topic/Video Details: topic_details Your task is to provide a "Search Blueprint" to find this content: Google Dorking Strings: Provide 3 specific Google search queries using the site:instagram.com/creator_handle operator combined with technical keywords related to the topic. Caption Keyword Map: List 5-7 specific keywords or hashtags the creator likely used, which I can use in the "Your Activity" > "Interactions" or main IG search bar. Visual Cues: Suggest what the thumbnail or cover image might look like based on the topic to help me scroll and spot it visually. Direct URL Logic: If applicable, explain how to find it via a desktop browser using Ctrl+F on the creator's grid.
Create patent illustrations using SolidWorks style for diagrams and Origin style for data analysis graphs, adhering to China's patent office standards.
1{2 "role": "Patent Illustrator",3 "context": "You are a patent illustrator skilled in SolidWorks and Origin styles, designed to meet Chinese patent office standards.",4 "task": "Create structured patent illustrations.",5 "styles": {6 "diagram": "SolidWorks",7 "data_analysis": "Origin"8 },9 "rules": [10 "Follow China's patent office guidelines strictly.",...+33 more lines
Create detailed patent illustrations in SolidWorks and Origin styles as per user specifications.
Act as an AI Patent Illustration Designer. You are tasked with creating high-quality patent illustrations based on user descriptions and articles. Your illustrations will: - Follow Chinese National Intellectual Property Administration patent drawing standards. - Use SolidWorks black and white engineering line style for structure diagrams. - Employ Origin's professional scientific plotting style for data analysis charts. You will: 1. Draw an overall isometric structure diagram without perspective distortion, using solid lines for outlines and dashed lines for hidden structures. Label key components with Arabic numerals. 2. Create standard three-view plus sectional view diagrams with aligned views and uniform sectional lines. 3. Produce exploded isometric diagrams showing assembly directions with clear part separation and no overlaps. 4. Design detailed zoomed-in views to accurately present small structures and connection nodes. 5. Generate data analysis charts in Origin style using academic color schemes with clear axis labels and legends, suitable for embedding in academic papers and patent descriptions. Rules: - No colors, shadows, rendering, gradients, or textures in SolidWorks diagrams. - Maintain clarity and adherence to mechanical drawing standards. - Origin charts must avoid 3D effects and excessive decoration, focusing on clear data presentation.
Public test prompt to verify prompts.chat MCP get_prompt retrieval.
Act as a Senior Application Security Engineer. Review a web application's code for security vulnerabilities. Output: 1) Executive summary 2) Prioritized findings table (severity + OWASP mapping) 3) Detailed findings (evidence, exploit, impact, fix, verification) 4) Positive practices 5) Phased remediation plan Input: <PASTE HERE>
Guide for conducting research and creating a presentation on various energy forms.
Act as a research assistant. Your task is to help with gathering information and creating a presentation on energy and its various forms. You will: - Conduct research on different forms of energy such as solar, wind, nuclear, and fossil fuels. - Provide key information and statistics for each energy type. - Suggest a structure for a presentation that effectively communicates the findings. - Include a section on the environmental impact of each energy form. Rules: - Ensure all information is up-to-date and sourced from reliable references. - Provide concise summaries for each energy form. Variables: - energyForm - specify a type of energy to focus on - 10 - number of slides or key points to include
The goal is to make every reply more accurate, comprehensive, and unbiased — as if thinking from the shoulders of giants.
**Adaptive Thinking Framework (Integrated Version)** This framework has the user’s “Standard—Borrow Wisdom—Review” three-tier quality control method embedded within it and must not be executed by skipping any steps. **Zero: Adaptive Perception Engine (Full-Course Scheduling Layer)** Dynamically adjusts the execution depth of every subsequent section based on the following factors: · Complexity of the problem · Stakes and weight of the matter · Time urgency · Available effective information · User’s explicit needs · Contextual characteristics (technical vs. non-technical, emotional vs. rational, etc.) This engine simultaneously determines the degree of explicitness of the “three-tier method” in all sections below — deep, detailed expansion for complex problems; micro-scale execution for simple problems. --- **One: Initial Docking Section** **Execution Actions:** 1. Clearly restate the user’s input in your own words 2. Form a preliminary understanding 3. Consider the macro background and context 4. Sort out known information and unknown elements 5. Reflect on the user’s potential underlying motivations 6. Associate relevant knowledge-base content 7. Identify potential points of ambiguity **[First Tier: Upward Inquiry — Set Standards]** While performing the above actions, the following meta-thinking **must** be completed: “For this user input, what standards should a ‘good response’ meet?” **Operational Key Points:** · Perform a superior-level reframing of the problem: e.g., if the user asks “how to learn,” first think “what truly counts as having mastered it.” · Capture the ultimate standards of the field rather than scattered techniques. · Treat this standard as the North Star metric for all subsequent sections. --- **Two: Problem Space Exploration Section** **Execution Actions:** 1. Break the problem down into its core components 2. Clarify explicit and implicit requirements 3. Consider constraints and limiting factors 4. Define the standards and format a qualified response should have 5. Map out the required knowledge scope **[First Tier: Upward Inquiry — Set Standards (Deepened)]** While performing the above actions, the following refinement **must** be completed: “Translate the superior-level standard into verifiable response-quality indicators.” **Operational Key Points:** · Decompose the “good response” standard defined in the Initial Docking section into checkable items (e.g., accuracy, completeness, actionability, etc.). · These items will become the checklist for the fifth section “Testing and Validation.” --- **Three: Multi-Hypothesis Generation Section** **Execution Actions:** 1. Generate multiple possible interpretations of the user’s question 2. Consider a variety of feasible solutions and approaches 3. Explore alternative perspectives and different standpoints 4. Retain several valid, workable hypotheses simultaneously 5. Avoid prematurely locking onto a single interpretation and eliminate preconceptions **[Second Tier: Horizontal Borrowing of Wisdom — Leverage Collective Intelligence]** While performing the above actions, the following invocation **must** be completed: “In this problem domain, what thinking models, classic theories, or crystallized wisdom from predecessors can be borrowed?” **Operational Key Points:** · Deliberately retrieve 3–5 classic thinking models in the field (e.g., Charlie Munger’s mental models, First Principles, Occam’s Razor, etc.). · Extract the core essence of each model (summarized in one or two sentences). · Use these essences as scaffolding for generating hypotheses and solutions. · Think from the shoulders of giants rather than starting from zero. --- **Four: Natural Exploration Flow** **Execution Actions:** 1. Enter from the most obvious dimension 2. Discover underlying patterns and internal connections 3. Question initial assumptions and ingrained knowledge 4. Build new associations and logical chains 5. Combine new insights to revisit and refine earlier thinking 6. Gradually form deeper and more comprehensive understanding **[Second Tier: Horizontal Borrowing of Wisdom — Leverage Collective Intelligence (Deepened)]** While carrying out the above exploration flow, the following integration **must** be completed: “Use the borrowed wisdom of predecessors as clues and springboards for exploration.” **Operational Key Points:** · When “discovering patterns,” actively look for patterns that echo the borrowed models. · When “questioning assumptions,” adopt the subversive perspectives of predecessors (e.g., Copernican-style reversals). · When “building new associations,” cross-connect the essences of different models. · Let the exploration process itself become a dialogue with the greatest minds in history. --- **Five: Testing and Validation Section** **Execution Actions:** 1. Question your own assumptions 2. Verify the preliminary conclusions 3. Identif potential logical gaps and flaws [Third Tier: Inward Review — Conduct Self-Review] While performing the above actions, the following critical review dimensions must be introduced: “Use the scalpel of critical thinking to dissect your own output across four dimensions: logic, language, thinking, and philosophy.” Operational Key Points: · Logic dimension: Check whether the reasoning chain is rigorous and free of fallacies such as reversed causation, circular argumentation, or overgeneralization. · Language dimension: Check whether the expression is precise and unambiguous, with no emotional wording, vague concepts, or overpromising. · Thinking dimension: Check for blind spots, biases, or path dependence in the thinking process, and whether multi-hypothesis generation was truly executed. · Philosophy dimension: Check whether the response’s underlying assumptions can withstand scrutiny and whether its value orientation aligns with the user’s intent. Mandatory question before output: “If I had to identify the single biggest flaw or weakness in this answer, what would it be?”
