Skip to content

Latest commit

 

History

History
97 lines (65 loc) · 3.01 KB

File metadata and controls

97 lines (65 loc) · 3.01 KB

Features and platform overview

DNA ships as a single npm package with a broad feature surface. This page is the product-level index.


Intelligence & AI coordination

Feature Command / path Purpose
Portfolio install dna doctor at squad folder One brain for every related product — guide
Behaviour rules .DNA/behaviour/ Govern how AI writes code, tests, docs, security
neuralNetwork routing .DNA/neuralNetwork.json Intent → knowledge + Behaviour + memory
59 prompt stem packs .DNA/stems/ Guidelines, expectations, workflows + / slash commands
DNA Workbench AGENTS.md, .cursor/, .claude/ Always-on co-pilot — rules, skills, /dna-* commands
AI tool files dna doctor Cursor, Claude, Copilot, Windsurf, Gemini
Context export dna context <target> Feed Cursor, Claude, Copilot
Auto detection dna doctor, dna scan, dna analyze Stack, monorepo, AI tools, GitHub, domain, drift

Marketplace & knowledge

Feature Command Purpose
897 knowledge packs dna marketplace list Frameworks, compliance, cloud, healthcare
Offline fallback Bundled in npm package Works without remote marketplace
Stack stems stem tagged packs Delivery surfaces (MUI, mobile UI, quality)
Language stems languages/* i18n AI coordination

See Marketplace.


Platform catalog (production patterns)

End-to-end patterns for admin portals, SSO, Azure deploy, feature flags, CRM, CMS, RBAC.

dna platform list
dna plan feature admin-portal --quote "Admin portal with directory sync"

See Platform catalog.


Compliance (tiered)

Proportionate GDPR, HIPAA, ISO 27001, SOC 2, PCI DSS by org tier.

dna plan compliance --frameworks gdpr,iso27001 --tier sme

See Compliance tiers.


Brownfield & IVF

Install DNA into existing codebases without a rewrite.

dna analyze --deep
dna plan ivf --quote "Integrate DNA without a rewrite"

See Brownfield IVF.


Runtime & production

Feature Purpose
Runtime observer Capture exceptions, 500s, slow requests
Immune system Classify severity, category, discipline
GitHub auto-issues High/critical runtime events → issues
AI repair Contextual fix PRs (dry-run default)

See Runtime observer.


Quality & gates

Feature Purpose
dna doctor Full platform bootstrap — stems, rules, detection, runtime, CI, feature factory
dna validate Behaviour rule compliance
Quality reports SonarQube-style SAST per feature
Docker + push gates Feature factory close-out

See Doctor and validation and Portfolio install.