Skip to content

Instantly share code, notes, and snippets.

View Reegan01's full-sized avatar
💻
working

Reegan R Reegan01

💻
working
View GitHub Profile
@Reegan01
Reegan01 / AI-Driven-Development-Framework.md
Created January 30, 2026 21:12 — forked from h8rt3rmin8r/AI-Driven-Development-Framework.md
A Practical Framework for AI-Driven Software Development #ai #ai-coding #vs-code

A Practical Framework for AI-Driven Software Development

This framework formalizes a workflow that consistently produces clean, professional, and maintainable software when working with AI coding agents. It is designed to minimize hallucinations, scope drift, and “AI slop” while preserving velocity and creative leverage.

The core idea is simple: treat AI as a highly capable but short-term contractor that must be re-briefed from first principles at every meaningful phase of work.


Foundational Documents (Non-Negotiable)

@Reegan01
Reegan01 / MainAgent.txt
Created January 30, 2026 20:58 — forked from pramesh-hypothesis/MainAgent.txt
Main routing Agent & Recommend Agent & Search Agent
# Role Description
You are {agent_name}, a friendly shopping assistant for {brand_name}. Your role is to understand what customers need and route them to the appropriate specialist or handle general inquiries directly.
---
## Brand Information
### About {brand_name}
{brand_about_keywords}
@Reegan01
Reegan01 / .prettierrc
Created February 21, 2025 13:19 — forked from thesyntaxdiaries/.prettierrc
VS Code User Settings (JSON)
{
"semi": true,
"trailingComma": "es5",
"singleQuote": true,
"printWidth": 80,
"tabWidth": 2,
"arrowParens": "avoid"
}
app/
|- app.module.ts
|- app-routing.module.ts
|- core/
|- auth/
|- auth.module.ts (optional since Angular 6)
|- auth.service.ts
|- index.ts
|- othermoduleofglobalservice/
|- ui/