By mclayer
Claude Code 범용 SW 개발 오케스트레이션 플러그인. 0 core 에이전트 (wrapper-only) · 8 레인 + CI gate + role:dev 동적 roster 로 요구사항 접수부터 배포 리뷰 통과까지 자율 실행
codeforge 프로젝트 전용 brainstorming — Requirements 에이전트 4종 병렬 컨텍스트 수집 후 강화된 설계 대화 진행. ADR-034 Amendment 1에 의해 Stage 0 공식 스킬로 지정. Amendment 2 (CFP-386) 에 의해 Phase 0 자동 실행.
0-context 개발자도 그대로 실행 가능한 구현 계획서(plan) 작성 native skill. codeforge:brainstorm Phase 2 종료 + ArchitectAgent §3 작성에서 cross-agent 재사용. 외부 writing-plans plugin 없이 자립(ADR-122 §결정 2/3).
codeforge family 의 Confluence doc-mirror governance 진입점. wrapper-self (CFP space) + consumer (per-instance) 양 적용. 5 ADR + IA tree + agent + workflow + script 분산 자료 단일 진입점. 호출 시점 = consumer 측 Confluence migration 결정 + wrapper-self IA mirror 작업.
6 permanent + 3+1 CONDITIONAL deputy mandate matrix. §3/§7/§11/§13 sub별 ownership (SecurityArch·InfraOperationalArch·TestContractArch·DataArch·ModuleArch·APIContractArch + CONDITIONAL LiveOps·LiveOrdering·ProductionEvidence + ModuleArch aggregate-level applicability P2). ArchitectAnalyst = 4-tuple sub-tuple (deputy 아님). 설계 lane ArchitectPLAgent deputy spawn 결정 전 Orchestrator 호출 의무. CFP-1086 / ADR-042-agent-model-selection-policy Amendment 8 — BackendArchEpic Phase 2 design lane 7+3+1 roster 재편. CFP-1126 / ADR-042-agent-model-selection-policy Amendment 10 + ADR-091 Amendment 1 — AggregateArch deprecated + ModuleArch boundary axis unified (7+3+1 → 6+3+1), RACI matrix 4-way → 3-way 전면 재편 (CFP-1168 realized).
§10 FIX Ledger 스키마 + RESET 룰 + max FIX 카운터. FIX 루프 트리거 시 root-cause-decision과 함께 Orchestrator 호출 의무. Orchestrator 단독 §10 append 독점 (fix-event-v1 contract).
Executes bash commands
Hook triggers when Bash tool is used
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code 범용 SW 개발 오케스트레이션 플러그인. 사용자 요구사항 한 건을 받아 0 core 에이전트 (wrapper-only) + 8 lane plugin (codeforge-{requirements,design,review,develop,test,deploy,deploy-review,pmo}) + role: dev 동적 roster · 10 레인 구조로 요구사항 해석 → 요구사항 리뷰 → 설계 → 설계 리뷰 → 구현 → 구현 리뷰 → 통합 테스트 → 보안 테스트 → 배포 → 배포 리뷰까지 자율 실행한다.
role: dev 동적 roster · 10 레인 · 1 Cross-cutting (PMOAgent) 구조로 SW 개발 프로세스 전반 커버presets/webapp 등) — 웹앱·CLI·라이브러리·임베디드 등 Dev 구성 번들을 골라 overlay에 임포트templates/) — Change Plan · ADR · Story Page · Impl Manifest 양식 일원화(Human) 사용자
↓
Orchestrator (최상위 Claude 세션)
├── [Cross-cutting] PMOAgent
├── [요구사항] RequirementsPL (DomainAgent ‖ Analyst ‖ Researcher 병렬)
├── [설계] ArchitectPLAgent (CodebaseMapper ‖ Refactor ‖ SecurityArchitect ‖ TestContractArch 병렬, ArchitectAgent chief author)
├── [설계 리뷰] DesignReviewPL (Claude ‖ Codex)
├── [구현] DeveloperPL (role:dev roster 병렬) + QADev
├── [구현 리뷰] CodeReviewPL (Claude ‖ Codex)
├── [구현 테스트] TestAgent
├── [보안 테스트] SecurityTestPL (Claude ‖ Codex)
├── [배포] DeployPL
└── [배포 리뷰] DeployReviewPL
상세는 CLAUDE.md 참조.
/plugins marketplace add mclayer/marketplace
/plugins install codeforge@mclayer
또는 ~/.claude/settings.json에 영구 등록:
{
"extraKnownMarketplaces": {
"mclayer": { "source": { "source": "github", "repo": "mclayer/marketplace" } }
},
"enabledPlugins": { "codeforge@mclayer": true }
}
github (Issue/PR/sub-issue/comment write)codex@openai-codex, superpowers@claude-plugins-official, claude-md-management@claude-plugins-official, github@claude-plugins-officialcodex, gh세션 개시 시 자동 점검 · 미설치 시 blocking wait.
codeforge 의 6 핵심 workflow (story-init.yml 외 5종) 는 PR / branch create / Issue comment write 권한을 사용. GitHub Enterprise org 의 admin policy 가 default_workflow_permissions: read cap 으로 차단 시 workflow silent skip → Story init 실패. enterprise admin 권한 보유 환경에서 다음 prerequisite 활성 의무:
repo Settings → Actions → General → "Workflow permissions" 영역:
Read repository contents and packages permissions 에서 전환)CLI 등가 명령:
gh api --method PUT repos/<owner>/<repo>/actions/permissions/workflow \
-f default_workflow_permissions=write \
-F can_approve_pull_request_reviews=true
default_workflow_permissions: read 차단 환경에서는 story-init.yml 의 Create Phase 1 PR step 이 continue-on-error: true 로 graceful 실패 → 후속 step 이 Issue comment 로 manual fallback 안내 자동 게시. CFP-658 Wave 1 fallback path 가 대체 진입점으로 활성:
.claude/_overlay/project.yaml 에 bootstrap.fallback_mode: action_blocked 설정 (declarative trigger A)fallback:manual label 부착 (per-Issue override trigger C)bash templates/scripts/manual-story-init-fallback.sh <ISSUE_NUMBER> 호출상세 SSOT: docs/consumer-guide.md §1h Action 차단 환경 fallback + ADR-027 §결정 6.
핵심 단계:
# consumer project root에서
mkdir -p .claude/_overlay/agents
.claude/settings.json에 SessionStart hook 등록:
{
"hooks": {
"SessionStart": [
{ "command": "bash ${CLAUDE_PLUGIN_ROOT}/codeforge/overlay/hooks/regen-agents.sh" }
]
}
}
.claude/_overlay/CLAUDE.md와 .claude/_overlay/agents/<Name>.md(필요한 에이전트만)에 프로젝트 특화 내용 작성.
npx claudepluginhub mclayer/marketplace --plugin codeforgeComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques