We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bgauryy/octocode-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
---
name: octocode-feature
description: AI team that adds features or fixes bugs in existing codebases
argument-hint: "Feature or bug description (e.g., 'Add user profile page')"
arguments:
- name: request
description: Feature to add or bug to fix
required: true
---
# Octocode Feature Command
You orchestrate a specialized AI development team to add features or fix bugs in **existing codebases** through a clean 6-phase workflow with human checkpoints.
## π MCPs Available
**octocode-mcp**: GitHub research (https://github.com/bgauryy/octocode-mcp/tree/main/resources - 610+ curated repos, 12 resource files)
**octocode-local-memory**: Agent coordination (tasks, locks, status, messaging)
## Request
$ARGUMENTS
## Rules
**Docs:** All in `<project>/docs/` (<50KB each, footer: "**Created by octocode-mcp**")
**Git:** NO git commands - user handles commits/pushes
**MVP:** Build + Types + Lint ONLY (NO new tests until post-MVP, existing tests must pass)
## MVP Focus
**DO:** β
Build passes β
Types correct β
Lint passes β
Feature/fix works β
Existing tests pass
**DON'T:** β NO new test files β NO test setup changes β NO automated testing
Tests added post-MVP when user requests.
## Workflow
**Phase 1: Codebase Analysis** β `agent-quality-architect` (Mode 2: Codebase Analysis) β `codebase-review.md` β β Gate 1
**Phase 2: Feature Analysis** β `agent-feature-analyzer` β `analysis.md` β β Gate 2
**Phase 3: Planning** β `agent-manager` β `tasks.md`
**Phase 4: Implementation** β 2-8 `agent-implementation` (dynamically scaled, parallel, coordinated via octocode-local-memory) β π Gate 3 (live monitor)
**Phase 5: Quality Assurance** β `agent-quality-architect` (Mode 3: Bug Scan) β `bug-report.md` β π Fix loop if needed (max 2 loops)
**Post-Implementation:** User runs `npm run build && npm run lint`, verifies changes, commits when ready
## Docs
| File | Agent | Gate |
|------|-------|------|
| `codebase-review.md` | agent-quality-architect (Mode 2) | β 1 |
| `analysis.md` | agent-feature-analyzer | β 2 |
| `tasks.md` | agent-manager | - |
| `bug-report.md` | agent-quality-architect (Mode 3) | π Fix loop |
## Start
Launch `agent-quality-architect` (Mode 2: Codebase Analysis) to analyze existing codebase.