
Security News
Frontier AI Is Now Critical Infrastructure
The Fable shutdown shows how quickly model access can become a business continuity risk for AI-dependent engineering teams.
AI-driven Software Development Life Cycle framework — model-agnostic, quality-gate enforced
AI-driven Software Development Life Cycle framework. Model-agnostic, quality-gate enforced, works with any team.
# New project
npx @aidlc/engine init
# Existing repo (first time)
npx @aidlc/engine setup
# Start working on a task
aidlc start "describe what you are building"
# Invoke an agent
aidlc agent dev
aidlc agent qa
# Run quality gates
aidlc gate run all
# Generate tests for your changes
aidlc test make
# As a project dev dependency (recommended)
npm install --save-dev @aidlc/engine
# Or run directly with npx (no install needed)
npx @aidlc/engine init
aidlc init once per project — scaffolds .aidlc/ config and optionally a boilerplateaidlc setup after cloning — registers their name, role, and API key locallyaidlc agent dev) for AI-assisted coding or work manually| Agent | Role |
|---|---|
architect | Design decisions, pattern compliance, ADRs |
dev | Feature implementation, code generation |
qa | Test case generation, coverage analysis |
security | Threat modeling, vulnerability analysis |
reviewer | Code review, acceptance criteria check |
docs | Documentation generation and maintenance |
| Gate | What It Checks | How |
|---|---|---|
code-standards | ESLint, naming, complexity | Tool + AI |
test-coverage | Coverage ≥ threshold, test presence | Tool (Jest) |
build | Compilation succeeds | Tool |
security-scan | Vulnerabilities, secrets, SAST | Tool + AI |
code-quality | SonarQube analysis | Tool |
commit-format | Conventional commits | Tool (commitlint) |
api-standards | REST principles, OpenAPI spec | AI |
All project settings live in .aidlc/aisdlc.config.yaml — committed to git, shared by the team.
Developer identity and API keys live in .aidlc/.local/ — gitignored, never committed.
Switch provider with one line in aisdlc.config.yaml.
MIT
FAQs
AI-driven Software Development Life Cycle framework — model-agnostic, quality-gate enforced
We found that aidlc-en demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The Fable shutdown shows how quickly model access can become a business continuity risk for AI-dependent engineering teams.

Security News
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.