What problem does it solve?
This skill provides a centralized way to organize cross-team work items, development plans, and success criteria, reducing silos and improving alignment.
Core Features & Use Cases
- Task group management: create, update, and review groups to structure work.
- Development plan handling: save, retrieve, and monitor progress across sessions.
- Success criteria tracking: define, share, and track completion criteria for initiatives.
- Use case: A product team defines a development plan for a new feature, saves milestones, and tracks progress until delivery.
Quick Start
Install or run the bazinga-db-workflow skill by invoking its script and try a few sample commands:
- python3 .claude/skills/bazinga-db/scripts/bazinga_db.py --quiet create-task-group "AUTH" "sess-001" "Initial auth module" [--specializations '<json_array>'] [--item_count N] [--initial_tier "<tier>"]
- python3 .claude/skills/bazinga-db/scripts/bazinga_db.py --quiet save-development-plan "sess-001" '{"phases": [{"name": "Core", "tasks": [...]}], "estimated_groups": 3}'