Orchestrate multi-agent teams for complex features
/plugin marketplace add panayiotism/claude-harness/plugin install claude-harness@claude-harnessOrchestrate specialized agents to implement a feature or task: Arguments: $ARGUMENTS ## Phase 1: Task Analysis 1. Identify the target: - If $ARGUMENTS matches a feature ID (e.g., "feature-001"), read from feature-list.json - Otherwise, treat $ARGUMENTS as a task description 2. Read orchestration context: - Read `agent-context.json` for current state (create if missing with initial structure) - Read `agent-memory.json` for learned patterns (create if missing) - Read `feature-list.json` if working on a tracked feature 3. Analyze the task: - Identify file types that will...