Full workflow: planning → implementation → review → testing
Automates complete feature development from planning through implementation, review, and testing. Use this when starting a new feature from scratch and want full end-to-end automation without manual intervention.
/plugin marketplace add dhruvbaldawa/ccconfigs/plugin install experimental@ccconfigsComplete end-to-end workflow from planning through implementation.
/orchestrate Add JWT authentication to login endpoint
/plan-feature workflow to analyze: "${{{ARGS}}}"
.plans/<project>/ with plan.md and tasks in pending//implement-plan <project> later)Follow same workflow as /implement-plan <project-name>:
✅ Feature Complete: "{{{ARGS}}}"
Project: <project-name>
Tasks: X/X completed (Foundation: Y, Integration: Z, Polish: W)
Average Review Scores: Security: XX/100 | Quality: XX/100 | Performance: XX/100 | Tests: XX/100
Final Test Coverage: XX% | Full suite: XXX/XXX passing
Tasks rejected during review: Y (fixed)
Next: git commit -m "Implement <project-name>"
Use /orchestrate: Start from scratch, end-to-end automation Use /plan-feature + /implement-plan: Review/modify plan first, more control
Skills run in main conversation (full visibility) | Orchestrator handles file movement | Can interrupt anytime | State persists