Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 02 Nov 01:37
· 8 commits to main since this release

🎯 Focus: Workflow UX Improvements

User feedback integration - Streamlined workflows based on real usage patterns.

✨ Improved

/explore-prd - Impact-First Discovery

  • Changed: Discovery questions now clarify/explore ideas instead of gathering data
  • Changed: Workflow order β†’ Business Impact FIRST β†’ Product Approaches β†’ Technical Feasibility
  • Added: Product approaches comparison matrix with scope/challenges for each option
  • Added: Detailed challenge mitigation strategies per approach
  • Why: Product decisions should be impact-driven, not tech-driven

/debugging - Lightweight Start + Deep Investigation

  • Changed: Simplified startup to 3 essential questions only (what/where/environment)
  • Added: Hypothesis brainstorm with likelihood ratings and test prioritization
  • Added: Detailed hypothesis testing loop with expected evidence, test plans, execution logs
  • Added: Investigation state tracking after each hypothesis test
  • Why: Quick to start, exhaustive where it matters (hypothesis tracking is THE CORE)

/code-prd - Seamless Phase Auto-Chaining

  • Removed: Manual "Continue Y/N" confirmations after Phase 1 (Research) and Phase 2 (Planning)
  • Added: Enhanced recap displays with key findings and metrics
  • Changed: Phases now auto-chain: Research β†’ Planning β†’ Implementation β†’ Validation
  • Preserved: --manual-checkpoints flag for users who want manual control
  • Why: Maintain workflow momentum while keeping visibility into each phase

πŸ”§ Technical

  • Updated .claude/commands/explore-prd.md - Complete workflow restructure
  • Updated .claude/commands/debugging.md - Balanced startup vs investigation detail
  • Updated .claude/commands/code-prd.md - Removed 2 manual prompts, enhanced recaps

Full Changelog: v0.3.2...v0.4.0