원클릭으로
workflow-manager
Multi-step project delivery pipeline orchestration — decompose, delegate, verify, ship.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Multi-step project delivery pipeline orchestration — decompose, delegate, verify, ship.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Continuously improves the project by checking docs (web, Context7, opencode), using LSPs for code context, monitoring skills/plugins/scripts, and adapting best practices.
Continuity management — preserves context, maintains thermal maps, and serializes states across sessions
Read diffs carefully, identify risks, and produce review feedback that is specific and actionable.
Write accurate docs, keep references current, and capture verified behavior only.
Branching, rebasing, commit hygiene, and review-friendly history for agency delivery.
Use the language server for precise navigation, symbol lookup, refactoring, and diagnostics.
| name | workflow-manager |
| description | Multi-step project delivery pipeline orchestration — decompose, delegate, verify, ship. |
| license | MIT |
| compatibility | opencode |
| metadata | {"audience":"lead-strategist","workflow":"delivery"} |
Principle: Every project is a pipeline of phases. Decompose complex work into parallel streams, delegate to specialized agents, verify at each gate.
task with:
pest-testing or testing-strategy for test coveragesecurity-review for vulnerability scanagent-browser for UI integration testsgit-releaseproject-memory with decisions and patternsProject: [Name]
├── Phase 1: Foundation
│ ├── [ ] Database schema (→ backend-laravel)
│ ├── [ ] API contracts (→ software-architect)
│ └── [ ] UI component tree (→ frontend-ui-ux)
├── Phase 2: Core
│ ├── [→DB] Business logic (→ backend-laravel)
│ ├── [→API] API endpoints (→ software-architect)
│ └── [→UI] Screen implementation (→ frontend-ui-ux)
├── Phase 3: Integration
│ ├── [→Core] Integration tests (→ qa-guardian)
│ ├── [→Core] Security audit (→ qa-guardian)
│ └── [→Core] Performance benchmark (→ devops-engineer)
└── Phase 4: Delivery
├── [ ] Documentation (→ docs-curator)
├── [ ] Release (→ devops-engineer)
└── [ ] Client handoff (→ lead-strategist)
| Task Type | Primary Agent | Backup Agent | Skills |
|---|---|---|---|
| Backend API (Node) | software-architect | core-factory | — |
| Backend API (Laravel) | backend-laravel | core-factory | laravel-feature-scaffold, pest-testing |
| Frontend UI | frontend-ui-ux | core-factory | ui-ux-pro-max, visual-design-foundations |
| Mobile (Android) | android-kotlin | — | android, android-compose |
| Database | backend-laravel | software-architect | database-design |
| Infrastructure | devops-engineer | — | git-release |
| Testing/QA | qa-guardian | — | testing-strategy, agent-browser, security-review |
| Documentation | docs-curator | — | pdf, docx, xlsx, ppt |
| Architecture | software-architect | lead-strategist | spec-driven-design, knowledge-architect |
| Orchestration | lead-strategist | — | dynamic-workflow, self-improver |