agentic-kdd
v2.2.13
Published
Autonomous development pipeline with KDD — aa: · ag: · audit: · Git Context · Prediction · Local Embeddings · CI/CD. Works with Cursor and Claude Code.
Maintainers
Readme
agentic-kdd CLI
Install Agentic KDD in any project with one command.
Install
npm install -g agentic-kddUsage
Initialize a project
cd your-project
akdd initDetects your stack, asks 3 questions, and installs Agentic KDD. Then open the project in Cursor or Claude Code and type:
aa: [your task]Update to latest version
akdd updateUpdates agent instructions to the latest version. Your memory, config, and knowledge base are never touched.
What gets installed
your-project/
├── CLAUDE.md ← Claude Code reads this automatically
├── _LOCKS.md ← parallel instance coordination
├── _output/ ← auto-generated decision logs
├── .cursor/rules/agentic.mdc ← Cursor reads this automatically
└── .agentic/
├── config.md ← auto-configured for your stack
├── PLAN.md ← active task tracker
├── memoria/ ← KDD knowledge base
│ ├── trabajo.md
│ ├── errores.md
│ ├── patrones.md
│ └── decisiones.md
├── agentes/ ← 8 agent instruction files
└── conocimiento/ ← drop your project docs hereRequirements
- Node.js 18+
- curl (pre-installed on Mac/Linux; on Windows use Git Bash)
Links
License
MIT
