一键导入
architect-workflow
Deterministic AI engineering workflow with multi-agent teams. Triggers: architect mode, consistency sweep, pipeline audit, team workflow
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Deterministic AI engineering workflow with multi-agent teams. Triggers: architect mode, consistency sweep, pipeline audit, team workflow
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | architect-workflow |
| description | Deterministic AI engineering workflow with multi-agent teams. Triggers: architect mode, consistency sweep, pipeline audit, team workflow |
Professional team-based workflows for AI software engineering. Includes deterministic planning frameworks, consistency verification, and pipeline auditing.
A 6-phase framework for rigorous software engineering:
Use when: Complex features, architectural changes, anything >3 files
Trigger: /architect-workflow [goal]
4 specialized agents verify docs, config, and architecture stay in sync:
Use when: After major refactors, before releases, maintaining large codebases
4 auditors investigate content generation pipelines for bugs and performance:
Use when: Debugging complex pipelines, performance tuning, quality audits
This skill installs files to:
.claude/commands/architect-workflow.md - The /architect-workflow command.claude/teams/architect.md - Architect Mode team workflow.claude/teams/consistency-sweep.md - Consistency verification team.claude/teams/pipeline-perf.md - Pipeline health audit teamAfter installation:
# Launch architect mode
/architect-workflow "Add user authentication with JWT tokens"
# Or paste team definitions directly into Claude
# See team files in .claude/teams/
Key Feature: NO CODE until Phase 5 approval - prevents "ready, fire, aim" loops
| Scope | Researchers | Implementers | Reviewers |
|---|---|---|---|
| Small (≤3 files) | Skip (Quick Mode) | 1 Opus | 1 Sonnet |
| Medium (4-10 files) | 2 Explore | 2-3 Opus | 1 Sonnet |
| Large (10+ files) | 3 Explore | 3-4 Opus | 1-2 Sonnet |
Architect Mode: Building new features, refactoring, architectural changes Consistency Sweep: Post-refactor verification, release prep, doc maintenance Pipeline Health: Debugging multi-stage flows, performance investigation, quality audits
These workflows enforce discipline:
Result: Higher quality, fewer bugs, better architecture decisions.
USE THIS SKILL whenever you need validated typed JSON from a sub-agent call -- classification, extraction, triage, routing decisions, scored ranking, enum labeling. Returns schema-validated data you can JSON.parse immediately, not prose to regex. Triggers: classify, classify into enum, extract structured, extract records, triage, rank with scores, typed output, schema-validated output, routing decision, parse to schema, return JSON, structured extraction, typed subagent result, avoid prose parsing
Split 3+ independent tasks across parallel agents. Triggers: run in parallel, split tasks, do these at once