一键导入
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 |