Generate Claude Code plugin specification from validated opportunity
/plugin marketplace add JesseHenson/claude_code_apex_marketplace/plugin install agent-opportunity-pipeline@claude-code-apex-marketplace# Stage 3: SPEC Generate a detailed Claude Code plugin specification from a validated opportunity. ## Parameters Parse from user input: - `--name`: Opportunity name/id to generate spec for (required) - `--input`: Input file (default: latest in outputs/validate/) - `--architecture`: Force architecture pattern: single | coordinator | swarm (optional) ## Examples ## Process Use the `plugin-spec-generator` agent to: 1. **Load validated opportunity** from `outputs/validate/` 2. **Determine architecture pattern:** - Single: Simple workflow, 1-5 tools - Coordinator: Multi-step with...