bazinga-db-workflow

Manage task groups, development plans, and success criteria via a Python script.

Updated Dec 29, 2025
One-click install
npx skills add https://github.com/mehdic/ARTK --skill bazinga-db-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bazinga-db-workflow
Source: https://github.com/mehdic/ARTK/tree/main/.claude/skills/bazinga-db-workflow
Command: npx skills add https://github.com/mehdic/ARTK --skill bazinga-db-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

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}'

Frequently Asked Questions about bazinga-db-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate task groups and development plans across multiple sessions?

Task group management lets you create, update, and review structured work items to break down complex projects. It organizes cross-team work items into logical sets, reducing silos and improving alignment across development sessions.

What is the best way to track success criteria for a feature delivery?

Tracking success criteria for feature delivery involves defining, sharing, and updating completion milestones through dedicated commands. This ensures teams monitor specific target outcomes until the initiative reaches final delivery.

How do I save and retrieve a development plan with task milestones?

You save and retrieve a development plan by passing a JSON payload containing phases and estimated task groups to a dedicated command. Retrieve it later to monitor ongoing progress and update milestones across active sessions.

Does this project coordination workflow require external dependencies or databases?

This project coordination workflow operates without external dependencies or databases. It executes task group, development plan, and success criteria commands entirely through a local Python script without requiring third-party database tools.

Can I update task group progress and specializations after initial creation?

You can update task group progress and specializations after creation by invoking the update-task-group command. This modifies item counts, initial tiers, and specialization arrays as cross-team project requirements evolve.

When should I not use a centralized task group and plan coordination approach?

Avoid centralized task group and plan coordination for isolated, single-session tasks lacking defined success criteria or cross-team alignment needs. The command overhead outweighs benefits for simple, independent work items without shared milestones.