Works with the AI tools you already use
Pre-Code Design Gate
Enforce senior-level architectural thinking by making your agent write a 5-line Design Note before coding.
Free
See it in action
You say
Add a 'resend verification email' button to the user profile page.
Your agent does
DESIGN NOTE Goal: Allow users to trigger a manual email verification retry. Blast radius: User profile view, Auth service, Rate limiter. Layer: Service layer (AuthService) for logic; Controller for trigger. Reuse: Use existing EmailDispatcher; extend RateLimit decorator. Risks: Spam potential; mitigated by 60s cooldown.
About this skill
What it does
The Pre-Code Design Gate is a lightweight architectural intervention that forces AI agents to stop and think before they type. It implements a mandatory "Design Note" for non-trivial tasks, covering goals, blast radius, layering, reuse opportunities, and risk mitigation. This prevents the common AI habit of jumping straight into code without considering system architecture or existing patterns.
Why use this skill
Most AI agents are eager to please but prone to "spaghetti" solutions—putting logic in the wrong layer or reinventing wheels. This skill installs a senior engineering habit that catches these errors at the planning stage when they are cheapest to fix. It ensures your agent maintains a clean codebase by forcing it to justify its architectural choices before presenting a diff.
Supported workflows
This skill is framework-agnostic and works across any tech stack. It is particularly effective for:
- Feature additions in large codebases where "blast radius" matters.
- Refactoring efforts requiring careful layering.
- Teams following Clean Architecture or Domain-Driven Design (DDD) principles.
Expected Output
Before every non-trivial implementation, the agent will output a standardized 5-line Design Note. This note acts as a gate: you review the intent, layer, and risks; once confirmed, the agent proceeds to generate the actual code changes.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
1 install
Downloaded by developers to date
Free forever
No account required to browse
Trust & safety
Security scanned
Verified clean 1 month ago
- Free to download with an account