# MCP Management Workflow

> Complete development workflow for MCP Management System v2.1 including Phase 0 cognitive analysis, MCP service selection and testing, template modification procedures, and deployment protocols. Use when working on MCP Management System development tasks.

- Skill: `dongho5270/mcp-management-workflow` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add dongho5270/mcp-management-workflow`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dongho5270/mcp-management-workflow/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: DONGHO5270 (https://skillmd.com/u/dongho5270)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/dongho5270/mcp-management-workflow

---


# MCP Management Workflow

MCP Management System v2.1 개발 워크플로우.

## Development Cycle

| Phase | Purpose | Skills/MCP |
|-------|---------|------------|
| **P0** | Analysis | phase0-analysis |
| **P1** | MCP Selection | mcp-selector |
| **P2** | Implementation | TDD, coding-standards |
| **P3** | Testing | test scripts |
| **P4** | Documentation | CLAUDE.md |
| **P5** | Deployment | deployment-checklist |

## Common Workflows

| Workflow | Steps |
|----------|-------|
| **Quick Bug Fix** | Fix → Test → Commit (fix:) |
| **Feature Addition** | P0 → P1 → P2 → P3 → P4 → P5 |
| **Template Mod** | P0 → Modify → Test tokens → Deploy |
| **MCP Addition** | P0 → Implement → .mcp.json → Test → Deploy |

## Key Commands

```bash
node test-all-15-services.cjs     # Test all MCP
node mcp-bridge.cjs [svc] [method] # Indirect call
gh pr create --title "[T]"         # Create PR
```

## Session Management

**Start**: Read NEXT_SESSION.md → Skills auto-load → Plan 2-3 hours

**End**: Update NEXT_SESSION.md (state, decisions, actions) → Commit WIP

**DON'T document**: Methodologies (in skills), Workflows (in skills), Checklists (in skills)

---

**Detailed workflow guide**: See `prompt.md`

