Development phase - Build solutions with multi-AI implementation and quality gates
Executes the development phase by building solutions using multi-AI implementation, generating multiple approaches, and enforcing quality gates.
When to use
Use this when you need to build, implement, or create a feature requiring code generation, technical patterns, and quality validation.
How to invoke
both
/plugin marketplace add nyldn/claude-octopus/plugin install claude-octopus@nyldn-pluginscommands/When the user invokes this command (e.g., /octo:develop <arguments>):
โ CORRECT - Use the Skill tool:
Skill(skill: "octo:develop", args: "<user's arguments>")
โ INCORRECT - Do NOT use Task tool:
Task(subagent_type: "octo:develop", ...) โ Wrong! This is a skill, not an agent type
Why: This command loads the flow-develop skill. Skills use the Skill tool, not Task.
Auto-loads the flow-develop skill for the implementation phase.
Just use natural language:
"Build a user authentication system"
"Implement OAuth 2.0 flow"
"Create a caching layer for the API"
The Develop phase of the Double Diamond methodology (divergent thinking for solutions):
Use develop when you need:
Don't use develop for:
Develop is phase 3 of 4 in the embrace (full) workflow:
To run all 4 phases: /octo:embrace