fix(onboard): allow Agent and Skill tools in frontmatter
Workflow STEPs 5-7 dispatch subagents and invoke skills; allowed-tools omitted both, contradicting the orchestrator's core mechanism. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
2dc8431a69
commit
225c4377da
@ -2,7 +2,7 @@
|
|||||||
name: onboard
|
name: onboard
|
||||||
description: Use when bringing an existing repo into the claude-config framework — needs archetype detection, config install, full multi-axis audit (debt/SEO/GEO/UI-UX/perf/security/a11y/docs), and prioritized backlog. Multi-agent orchestrator. Do NOT use for repos created via /init-project. Triggers: "onboard", "onboard project", "audit existing repo", "setup existing project".
|
description: Use when bringing an existing repo into the claude-config framework — needs archetype detection, config install, full multi-axis audit (debt/SEO/GEO/UI-UX/perf/security/a11y/docs), and prioritized backlog. Multi-agent orchestrator. Do NOT use for repos created via /init-project. Triggers: "onboard", "onboard project", "audit existing repo", "setup existing project".
|
||||||
argument-hint: [optional hints: "Python FastAPI" | "add gsd" | "Next.js monorepo" | "force-archetype:wordpress"]
|
argument-hint: [optional hints: "Python FastAPI" | "add gsd" | "Next.js monorepo" | "force-archetype:wordpress"]
|
||||||
allowed-tools: Read, Write, Edit, Bash, Glob, Grep
|
allowed-tools: Read, Write, Edit, Bash, Glob, Grep, Agent, Skill
|
||||||
---
|
---
|
||||||
|
|
||||||
# ORCHESTRATOR: ONBOARD
|
# ORCHESTRATOR: ONBOARD
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user