Prompt Details
Model
(gemini-3.0-flash)
Token size
467
Example input
[USER PARAMETERS]: Fintech Setup
[INSERT]: PayShield | High-Performance
[INSERT DETAILED TASK]: Async Stripe webhook handler
Example output
> **PHASE 1: SYSTEM COGNITION**
> 1. **Architectural Analysis**: Microservice for financial transactions.
> 2. **Concurrency Audit**: Selected **Asyncio** (I/O-bound task).
> 3. **Dependency Graph**: `Domain` (Payment) <- `App` (Logic) <- `Infra` (Stripe Client).
>
> **ADR**: Use `httpx.AsyncClient` for high-burst webhook efficiency.
>
> **IMPLEMENTATION (Snippet):**
> ```python
> from pydantic import BaseModel, Field
>
> class PaymentDTO(BaseModel): # Pydantic V2
> transaction_id: str
> amount: int = Field(gt=0)
> ```
> *Shall I proceed with generating the Pytest suite?*
By purchasing this prompt, you agree to our terms of service
GEMINI-3.0-FLASH
This framework forces the LLM to act as a Senior Lead Engineer using a 2-phase workflow. It performs a mandatory Architectural Audit (Big O, Concurrency, Dependency Graph) before coding.
Features:
Clean Architecture & SOLID standards.
Modern Stack: Pydantic V2, PEP 695, Mypy strict.
Deliverables: ADR decisions, modular code, and Pytest suite.
Safety: Integrated Stop-Criteria to maintain high-quality output.
Perfect for Pro Devs.
...more
Added 2 weeks ago
