auto-setup
Auto-detect project type and configure quality gates, permissions, and hooks for a new codebase
Build a feature using Research > Plan > Implement phases
> /plugin marketplace add rohitg00/pro-workflow > /plugin install pro-workflow@pro-workflow
How it fires
How this command gets triggered: by you, by Claude, or both.
/developContext preview
What this command does when you run it.
Build a feature using Research > Plan > Implement phases
description: Build a feature using Research > Plan > Implement phases argument-hint: <feature description>
Build features through structured phases with validation gates.
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:**
**Decision:**
Present a plan for approval:
PLAN: [Feature Name] Goal: [one sentence] Files to modify: 1. path/file.ts - [what changes] New files: 1. path/new.ts - [purpose] Approach: 1. [step with rationale] Risks: - [potential issue and mitigation] Test strategy: - [how to verify]
**Wait for "proceed" or "approved" before continuing.**
Execute the approved plan:
1. Make changes in plan order 2. Run tests after each file change 3. Pause for review every 5 edits 4. Run full quality gates at the end (lint, typecheck, test)
Self-review with verification — every finding must be confirmed by reading the code.
1. **Read every changed file** — re-read each modified file in full 2. **Verify, don't assume** — for each potential issue, quote the exact line. If you can't quote it, drop the finding. 3. **Grep for problems** — run `grep` for console.log, TODO, hardcoded secrets, debug statements. Report only what grep finds. 4. **Never report unverified findings** — don't say "ensure X" or "consider Y". Either it's a confirmed problem with a file:line citation, or it's not worth reporting. 5. Present verified summary for final approval 6. Commit with conventional message
After completing, ask:
Claude Code learns from your corrections: self-correcting memory that compounds over 50+ sessions. Context engineering, parallel worktrees, agent teams, and 17 battle-tested skills.
Repo: rohitg00/pro-workflow
Auto-detect project type and configure quality gates, permissions, and hooks for a new codebase
Smart context compaction with state preservation — saves critical state before compact and restores after
Track session costs, understand token spend, and get optimization tips