skills/architect-workflow/SKILL.md
Deterministic AI engineering workflow with multi-agent teams. Triggers: architect mode, consistency sweep, pipeline audit, team workflow
npx skillsauth add pivanov/ai-skills architect-workflowInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
data-ai
Split 3+ independent tasks across parallel agents. Triggers: run in parallel, split tasks, do these at once
testing
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
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".
testing
Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).