@sistemasieq/akdd
v3.3.0
Published
Autonomous development pipeline — aa: · ag: · audit: · AST graph · Harness · Specs · Impact analysis · Decision trail · Metrics · MCP server. Works with Cursor and Claude Code.
Maintainers
Readme
akdd CLI
Install Agentic KDD in any project with one command.
Install
npm install -g @sistemasieq/akddUsage
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
