Turkish version: README_TR.md
Direct URL: https://github.com/boraeresici/AI-SDR/blob/main/README_TR.md
AI-SDR is a skill-driven runtime that keeps vibe-coding speed while enforcing SDD (Software Design Document) discipline end-to-end.
- E2E process simulation completed on
2026-02-17. - Process orchestration validation:
PASS. - Production release decision in simulation run:
NO-GO(runtime checks pending).
- Control phase transitions:
Blueprint -> Build -> Hardening - Lock architecture, scope, UX, quality, operations, and ROI decisions with gates
- Standardize "fast delivery + low debt + measurable output"
- Prefer
modular monolithwith planned microservice extraction paths, backed by scaling and cost guardrails - Prioritize
performance-aware library selectionandbuy-over-buildfor commodity modules (auth, notifications, payments), with controlled dependency governance
skills/loop-master-orchestrator/SKILL.mdskills/idea-alchemist-market-strategist/SKILL.mdskills/reverse-engineering-reference-architect/SKILL.mdskills/architect-decision-matrix/SKILL.mdskills/pm-context-scope/SKILL.mdskills/ux-design-system/SKILL.mdskills/fullstack-implementation-refactor/SKILL.mdskills/qa-quality-gates/SKILL.mdskills/devops-deployment-stability/SKILL.mdskills/roi-investor-check/SKILL.mdskills/contract-compat-check/SKILL.mdskills/e2e-execution-gate/SKILL.mdskills/security-review-gate/SKILL.mdskills/architecture-drift-review/SKILL.md
- Skill format standard:
skill-spec/SKILL_SPEC_v1.0.md - Refactor plan:
skill-spec/SKILL_REFACTOR_PLAN_v1.md - Skill improvement backlog:
skill-spec/SKILL_IMPROVEMENT_BACKLOG.md - Multi-provider skill manifests:
skills/*/agents/{manifest,openai,claude,gemini}.yaml - Process diagram (render):
process.md - Process source:
process.mmd - User guide:
USERGUIDE.md - Standalone skill usage:
USERGUIDE.md(Standalone Skill Calistirma) - Artifact output standard:
artifacts/YYYY-MM-DD/<phase>/ - Local validation:
bash scripts/validate-skills.sh
.
├── README.md
├── README_TR.md
├── .github
│ └── workflows/
│ └── validate-skills.yml
├── process.md
├── process.mmd
├── scripts
│ └── validate-skills.sh
├── artifacts
│ └── YYYY-MM-DD
│ ├── research/
│ ├── blueprint/
│ ├── build/
│ ├── hardening/
│ ├── release/
│ └── post-release/
├── domains
│ ├── INDEX.md
│ ├── edtech.md
│ ├── fintech-defi.md
│ ├── healthtech-senior-care.md
│ ├── martech-customer-analytics.md
│ ├── saas-productivity.md
│ ├── senior-care.md
│ └── smb-booking.md
├── skill-spec
│ ├── SKILL_SPEC_v1.0.md
│ ├── SKILL_REFACTOR_PLAN_v1.md
│ └── SKILL_IMPROVEMENT_BACKLOG.md
├── templates
│ ├── decision-matrix.md
│ ├── scope-pack.md
│ └── quality-gate-report.md
└── skills
├── <skill-name>/
│ ├── SKILL.md
│ └── agents/
│ ├── manifest.yaml
│ ├── openai.yaml
│ ├── claude.yaml
│ └── gemini.yaml
└── ...
- Idea Maturation:
Idea Alchemist & Market Strategistturns raw ideas into strategy-ready inputs.
- Research Loop (Optional):
Reverse Engineering & Reference Architectdeconstructs reference repos/docs into adaptation-ready artifacts.
- Blueprint Loop:
- Loop Master runs
Domain Constraint Pre-checkusingdomains/INDEX.md+ selected domain doc. - If domain redlines fail, process is
BLOCKEDand idea/scope must be refined.
- Loop Master runs
- Build Loop:
- Designer + Developer execute under quality and architecture constraints.
- Hardening Loop:
- QA + Contract + E2E + Security + DevOps gates run before release.
- ROI + Drift:
- ROI decision and post-release architecture drift checks.
- Choose FE/BE frameworks by measurable performance and operational cost, not trend bias.
- For commodity capabilities, prefer proven libraries/services before custom implementation.
- Every new dependency must include security, maintenance, performance, and lock-in impact notes.
- Rendered file:
process.md - Open in GitHub: process.md
- Skill definitions are reusable, so project-specific outputs are never written under
skills/. - All phase outputs are written under
artifacts/YYYY-MM-DD/<phase>/. - Loop Master validates required artifact presence on each phase transition.
- Contribution guide:
CONTRIBUTING.md - Code of conduct:
CODE_OF_CONDUCT.md - Security policy:
SECURITY.md - Changelog:
CHANGELOG.md - Skill validation workflow:
.github/workflows/validate-skills.yml
templates/decision-matrix.mdtemplates/scope-pack.mdtemplates/quality-gate-report.md
domains/INDEX.md(active domain docs + versions)domains/senior-care.mddomains/smb-booking.mddomains/healthtech-senior-care.mddomains/fintech-defi.mddomains/saas-productivity.mddomains/martech-customer-analytics.mddomains/edtech.md
- Start Blueprint:
Loop Master, start Blueprint Loop in strict mode for [idea]. Domain: [domains/*.md]. Goal: [...]. Scope: [...]. Success metric: [...].
- Run architecture decision:
Architect, prepare a 2-option MVP decision matrix and initial API/Auth/Data contracts.
- Lock scope:
PM, produce scope-pack with MoSCoW and keep Must <= 60%.
- Produce UI constraints:
Designer, generate ui-constraints with WCAG 2.1 AA and 375/768/1024/1440 breakpoints.
- Continue flow:
Developer -> QA -> Contract -> E2E -> Security -> DevOps -> ROI -> Drift
This repository is licensed under MIT. See LICENSE.