Build Claude Code plugin from specification
/plugin marketplace add JesseHenson/claude_code_apex_marketplace/plugin install agent-opportunity-pipeline@claude-code-apex-marketplace# Stage 4: BUILD
Generate a complete Claude Code plugin from a specification.
## Parameters
Parse from user input:
- `--name`: Spec name to build (required)
- `--input`: Spec file path (default: outputs/spec/{name}/spec.md)
## Examples
## Process
Use the `plugin-builder` agent to:
1. **Load spec** from `outputs/spec/{name}/spec.md`
2. **Parse spec** for:
- Agent architecture (single/coordinator/swarm)
- Agent definitions (roles, processes, tools)
- Command definitions (usage, parameters)
- Skill requirements
- Integration needs
- HITL checkpoints
3. **Generate ....