← ClaudeAtlas

architectlisted

Research and create a technical blueprint for a new feature.
backspace-shmackspace/claude-devkit · ★ 15 · AI & Automation · score 79
Install: claude install-skill backspace-shmackspace/claude-devkit
# /architect Workflow ## Inputs - Feature request: $ARGUMENTS - Flags: `--fast` skips the red team review (use for low-risk changes) ## Step 0 — Pre-flight (optional) **Check for project-specific agents (parallel):** Tool: `Glob` (direct — coordinator does this) Run all three globs in parallel: - Pattern 1: `.claude/agents/senior-architect.md` - Pattern 2: `.claude/agents/code-reviewer.md` - Pattern 3: `.claude/agents/security-analyst.md` **If senior-architect found:** - Output: "✅ Using project-specific senior-architect from .claude/agents/" **If senior-architect not found:** - Output note: "💡 No project-specific senior-architect found. Will use generic Task subagent for planning.\n For project-tailored planning, generate one:\n `gen-agent . --type senior-architect`" - Continue to Step 1 (do not block). **If code-reviewer found:** - Output: "✅ Using project-specific code-reviewer from .claude/agents/" **If code-reviewer not found:** - Output note: "💡 No project-specific code-reviewer found. Will use generic Task subagent for feasibility checks.\n For project-tailored reviews, generate one:\n `gen-agent . --type code-reviewer`" **If security-analyst found:** - Output: "✅ Found project-specific security-analyst (available for security-focused plans)" **If security-analyst not found:** - Output note: "💡 No project-specific security-analyst found. Will use generic Task subagent for red team review.\n For project-tailored analysis, generate one:\n `gen-a