Process discovery, automation orchestration, and department-agent generation for Claude Code.
npx @kikompg/neuron-cc@latest --claude --globalnpx @kikompg/neuron-cc@latest --update/neuron
- Analyses company context from transcripts or business descriptions
- Identifies relevant departments, challenges, and automation opportunities
- Maps AS-IS and TO-BE views for operational domains
- Generates specialised department agents as Markdown files
- Updates generated agents when new company information appears
- Reuses shared skills for process mapping, opportunity analysis, scoping, design, and SOP work
neuron/
├── agents/
│ ├── core/
│ │ ├── company-analyzer.md
│ │ ├── as-is-mapper.md
│ │ ├── opportunity-analyzer.md
│ │ ├── project-evaluator.md
│ │ ├── to-be-mapper.md
│ │ ├── department-agent-designer.md
│ │ └── department-agent-updater.md
│ └── generated/
│ └── acme-industrial/
├── skills/
├── company-data/
│ └── acme-industrial/
├── commands/
├── .claude/
├── .claude-plugin/
├── scripts/
└── README.md
company-analyzer-> identifies company context, departments, and agent candidatesas-is-mapper-> summarises current-state process realityopportunity-analyzer-> identifies operational and automation opportunitiesproject-evaluator-> routes work across available capabilities and fallbacksto-be-mapper-> defines future-state process directiondepartment-agent-designer-> generates department-specific Markdown agentsdepartment-agent-updater-> updates existing generated agents without duplication
Use:
/neuron analisar-reuniao [transcrição ou resumo]
Output format:
# Neuron
## Resumo
## Top oportunidades
## Recomendação
## Próximo passo
This step is intentionally short:
- no JSON
- no capability routing
- no TO-BE
- no full report
Use:
/neuron gerar-agents-empresa [descrição da empresa ou transcrição]
What it does:
- analyses the company
- identifies relevant departments
- maps department AS-IS and TO-BE summaries
- identifies department automation opportunities
- creates department agents in
agents/generated/<company-slug>/
Use:
/neuron atualizar-agents-empresa [nova informação da empresa]
What it does:
- reads current company context
- identifies affected agents
- updates only the necessary files
- preserves validated information
- avoids duplicate department agents
Each generated agent should contain:
- name
- department
- purpose
- company context
- when to use
- when not to use
- inputs
- outputs
- responsibilities
- useful tools
- update rules
Example files:
Reusable company knowledge lives in:
This context is the base for:
- agent generation
- agent updates
- preserving validated information over time
- do not create redundant agents
- do not duplicate overlapping departments or roles
- create department agents only when there is clear operational need
- prefer updating an existing agent over creating a new one
/neuron analisar-reuniao Cliente industrial com vendas, finanças, RH e operações. Sistemas atuais: Gmail, CRM, ERP e folhas de cálculo. [colar transcrição]
/neuron gerar-agents-empresa Empresa industrial B2B com equipas de vendas, finanças, RH e operações. Sistemas atuais: Gmail, CRM, ERP e folhas de cálculo. [colar transcrição]
/neuron atualizar-agents-empresa Nova informação: operações foi dividida entre logística e planeamento, e finanças passou a incluir controlo de crédito. [colar update]