Guide to next PDCA step (based on current status)
Analyzes project PDCA status and guides next development step with contextual recommendations.
/plugin marketplace add popup-studio-ai/bkit-claude-code/plugin install bkit@bkit-marketplaceAnalyzes current project status and guides the next task to be done.
Analyze Current Status
Determine Priority
Provide Customized Guidance
š” Getting Started with PDCA
No PDCA documents in the project.
Recommended Start:
1. Initialize with /init-starter (or dynamic/enterprise)
2. PDCA will be automatically applied when you request a feature
e.g., "Create a login feature"
š What is PDCA?
Plan ā Do ā Check ā Act
A methodology for improving quality and consistency through document-driven development.
š Current Stage: Plan Complete
The plan document for {feature} has been created.
Next Steps:
1. Write design document: /pdca-design {feature}
2. Or request "{feature} design"
š” Tip: Implementation without design is possible,
but having a design document enables Gap analysis later.
š Current Stage: Design Complete
The design for {feature} is complete.
Next Steps:
1. Start implementation: "Implement {feature}"
2. Let me know if design modifications are needed
ā ļø Note: If implementation needs to differ from design,
update the design document first.
ā
Current Stage: Do Complete (Implementation Complete)
{feature} has been implemented.
Next Steps:
1. Gap analysis: /pdca-analyze {feature}
2. Or request "Analyze {feature}"
š Through analysis:
- Check design-implementation match rate
- Discover code quality issues
- Identify improvement points
š Current Stage: Check Complete (Analysis Complete)
Analysis for {feature} is complete.
Match Rate: {percentage}%
Next Steps:
1. Fix discovered issues (if any)
2. Completion report: /pdca-report {feature}
šÆ Issue Summary:
- Critical: {count}
- Warning: {count}
š PDCA Cycle Complete!
The entire PDCA cycle for {feature} is complete.
Options:
1. Start new feature: /pdca-plan [new-feature-name]
2. Improve existing feature: Start 2nd cycle
3. Proceed with other work
š Project Status:
- Completed features: {count}
- In progress: {count}
/pdca-next # Next step based on entire project
/pdca-next login # Next step for specific feature