domain-review-to-task

Generate per-module issue logs and a READY_FOR_IMPLEMENTATION task queue from domain-layer code reviews.

2|2|Updated Sep 20, 2023
One-click install
npx skills add https://github.com/zabiny/klabis --skill domain-review-to-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: domain-review-to-task
Source: https://github.com/zabiny/klabis/tree/main/.claude/skills/domain-review-to-task
Command: npx skills add https://github.com/zabiny/klabis --skill domain-review-to-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Transforms scattered domain-layer reviews into a concrete, implementation-ready task queue, reducing ambiguity and handoffs.

Core Features & Use Cases

  • Parallel reviews across modules to speed up feedback.
  • Generates a per-module issue log with statuses, severities, and file references.
  • Produces a READY_FOR_IMPLEMENTATION task queue after OpenSpec checks and user decisions.

Quick Start

Provide the modules you want reviewed and run domain-review-to-task to generate a READY_FOR_IMPLEMENTATION task queue.

Frequently Asked Questions about domain-review-to-task

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

FAQPage Schema
How do I turn domain-layer code reviews into actionable backend tasks?

Domain review automation works by orchestrating parallel reviews across backend modules to produce an executable task queue. It filters issues by phase, checks them against OpenSpec specifications, and generates task files with per-issue metadata like severity and file references.

How do I generate a READY_FOR_IMPLEMENTATION task queue from multiple backend modules?

To generate a READY_FOR_IMPLEMENTATION task queue, provide the backend modules for review. The workflow applies phase-based filtering, performs OpenSpec spec checks, and incorporates user decisions to produce the final executable task list.

Does domain review automation work with OpenSpec spec checks?

Yes, domain review automation integrates OpenSpec spec checks to validate issues before task generation. The workflow enforces these checks during the review process to ensure generated tasks align with project specifications.

What is the best way to handle parallel code reviews across multiple modules?

The best way to handle parallel code reviews across multiple modules is using an automated workflow that enforces structured feedback. It speeds up the feedback cycle and generates per-module issue logs with statuses, severities, and file references.

What metadata is included in a generated task file from a code review?

A generated task file from a code review includes per-issue metadata such as statuses, severities, and file references. This structured data ensures each item in the READY_FOR_IMPLEMENTATION queue is executable and traceable.