Commit Graph

2 Commits

Author SHA1 Message Date
Reza Rezvani
5add886197 fix: repair 25 Python scripts failing --help across all domains
- Fix Python 3.10+ syntax (float | None → Optional[float]) in 2 scripts
- Add argparse CLI handling to 9 marketing scripts using raw sys.argv
- Fix 10 scripts crashing at module level (wrap in __main__, add argparse)
- Make yaml/prefect/mcp imports conditional with stdlib fallbacks (4 scripts)
- Fix f-string backslash syntax in project_bootstrapper.py
- Fix -h flag conflict in pr_analyzer.py
- Fix tech-debt.md description (score → prioritize)

All 237 scripts now pass python3 --help verification.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 05:51:27 +01:00
Reza Rezvani
9028e4e30b feat: add product team skills suite with 5 specialized skill packages
Add comprehensive product management skill packages:

Product Manager Toolkit:
- Customer interview analyzer and RICE prioritizer (Python tools)
- PRD templates and frameworks
- Product discovery and validation methodologies

Agile Product Owner:
- User story generator (Python tool)
- Backlog management and sprint planning frameworks
- Agile ceremonies and stakeholder management

Product Strategist:
- OKR cascade generator (Python tool)
- Strategic planning frameworks
- Market positioning and competitive analysis

UX Researcher Designer:
- Persona generator (Python tool)
- User research methodologies
- Design thinking and usability testing frameworks

UI Design System:
- Design token generator (Python tool)
- Component library architecture
- Design system governance and documentation

Includes packaged .zip archives for easy distribution and comprehensive
implementation guides for building product teams.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-19 06:46:16 +02:00