From enable-symphony
Audit and implement Symphony-pattern automation for coding agent orchestration. Use when user mentions symphony, coding agent automation, WORKFLOW.md, issue-to-PR automation, agent orchestration, continuous coding, or wants to set up automated issue processing with any tracker (Linear, GitHub Issues, etc.).
How this skill is triggered — by the user, by Claude, or both
Slash command
/enable-symphony:enable-symphonyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Audit a codebase and implement the Symphony pattern — continuous, automated coding agent orchestration driven by issue trackers.
Audit a codebase and implement the Symphony pattern — continuous, automated coding agent orchestration driven by issue trackers.
Ask the user which mode they want:
Read these as needed — do NOT load them all upfront:
| File | When to read |
|---|---|
| SYMPHONY-SPEC-OVERVIEW.md | Always read first — condensed spec reference |
| SYMPHONY-SPEC-CONFIG-ORCHESTRATION.md | Full spec sections 1-9 (workflow, config, orchestration, workspace) |
| SYMPHONY-SPEC-AGENT-TRACKER-IMPL.md | Full spec sections 10-18 (agent runner, tracker, observability, security) |
| AUDIT-CHECKLIST.md | During audit mode — scoring rubric |
| CODEX-IMPLEMENTATION.md | When implementing with Codex as the agent |
| CLAUDE-CODE-IMPLEMENTATION.md | When implementing with Claude Code as the agent |
| WORKFLOW-TEMPLATE.md | When generating a starter WORKFLOW.md |
WORKFLOW.md, .claude/settings.json, hooks config, CI scripts, AGENTS.md/CLAUDE.mdWORKFLOW.md — prompt template + front matter config.claude/settings.json for Claude Code, or codex config)$VAR indirectionnpx claudepluginhub ferrants/skill-enable-symphonyAssesses codebase for AI agent readiness by detecting stacks, monorepos, git setup, and evaluating style, testing, code quality, secrets, and file sizes.
Interactive wizard configures repositories for Claude Code best practices by creating CLAUDE.md, slash commands, agents, hooks, and permissions. Activates on 'setup claude', 'init claude', or repo setup requests.
Orchestrates complex tasks by decomposing into DAGs and dispatching focused sub-agents with minimal context. Invoke /orchestra run for multi-step, multi-repo coding workflows.