Command
/develop
Build a feature using Research > Plan > Implement phases
One command from pro-workflow.
shell
$ npx -y skills add rohitg00/pro-workflow --agent claude-codeShips with pro-workflow. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/develop
Context preview
What this command does when you run it.
Build a feature using Research > Plan > Implement phases
Stats
Stars2,638
Forks255
LanguageJavaScript
Command definition
develop.md
--- description: Build a feature using Research > Plan > Implement phases argument-hint: <feature description> --- # /develop - Multi-Phase Feature Development Build features through structured phases with validation gates. ## Feature: $ARGUMENTS ### Phase 1: Research Explore the codebase to understand the scope: 1. Find all relevant files and existing patterns 2. Check dependencies and constraints 3. Score confidence across 5 dimensions (0-100) **Scoring:** - Scope clarity (0-20): Know exactly what files change? - Pattern familiarity (0-20): Similar patterns exist? - Dependency awareness (0-20): Know what depends on changed code? - Edge cases (0-20): Can identify the edge cases? - Test strategy (0-20): Know how to verify? **Decision:** - Score >= 70 → Present research findings and move to Phase 2 - Score < 70 → Identify gaps, gather more context, re-score ### Phase 2: Plan Present a plan for approval: ```text PLAN: [Feature Name] Goal: [one sentence] Files to modify:
