dc1f040d9e43c1a5b7400049f012f51dfd78d74e
- Add .kilocodemodes with all 14 agent mode definitions - Add .kilocode/agents/ with full system prompts for each role - Add .kilocode/rules/ with global coding rules - Add .kilocode/logs/ with efficiency score tracking schema - Add packages/opencode/src/kilocode/agent-manager/ TypeScript integration - Add comprehensive README.md Agents included: 1. Requirement Refiner (Kimi-k2-thinking) 2. Orchestrator (GLM-5) 3. History Miner (Gemini-3-Flash) 4. System Analyst (GPT-OSS 120B) 5. Product Owner (Qwen3.5 122B) 6. Lead Developer (DeepSeek-v3.2) 7. Frontend Dev (Kimi-k2.5) 8. The Fixer (MiniMax-m2.7) 9. SDET Engineer (Qwen3-Coder-Next) 10. Code Skeptic (GPT-OSS 120B) 11. Performance Engineer (Nemotron-3-Super) 12. Security Auditor (GLM-4.7) 13. Release Manager (Devstral-2 123B) 14. Performance Evaluator (GPT-o3) 15. Prompt Optimizer (Claude 4.5)
KiloCode Agent Pipeline
This repository contains the complete configuration and system prompts for the KiloCode 14-agent autonomous IT office pipeline.
Structure
.kilocodemodes- Main configuration file for Agent Manager.kilocode/agents/- System prompts for all 14 roles.kilocode/rules/- Global coding rules.kilocode/logs/- Evaluation logspackages/opencode/src/kilocode/agent-manager/- TypeScript integration scripts
Agents
- Requirement Refiner (Kimi-k2-thinking)
- Orchestrator (GLM-5)
- History Miner (Gemini-3-Flash)
- System Analyst (GPT-OSS 120B)
- Product Owner (Qwen3.5 122B)
- Lead Developer (DeepSeek-v3.2)
- Frontend Dev (Kimi-k2.5)
- The Fixer (MiniMax-m2.7)
- SDET Engineer (Qwen3-Coder-Next)
- Code Skeptic (GPT-OSS 120B)
- Performance Engineer (Nemotron-3-Super)
- Security Auditor (GLM-4.7)
- Release Manager (Devstral-2 123B)
- Performance Evaluator (GPT-o3)
- Prompt Optimizer (Claude 4.5)
Workflow
The pipeline follows a strict state machine managed by the Orchestrator, moving from requirements refinement through design, implementation, testing, review, and release, with a built-in self-improvement loop via the Evaluator and Prompt Optimizer.
Description
Languages
JavaScript
100%