spec-kitty

How to Review a Work Package

Use this guide to review a completed work package and update its lane.

Prerequisites

The Command

In your agent:

/spec-kitty.review

You can also specify a WP ID:

/spec-kitty.review WP01

Review Process

The review command:

Providing Feedback

If changes are required:

  1. Add feedback in the Review Feedback section of the WP file.
  2. Move the WP back to planned so the implementer can pick it up again.

In your terminal:

spec-kitty agent tasks move-task WP01 --to planned --note "Changes requested: <summary>"

Passing Review

When everything looks good, move the WP to done.

In your terminal:

spec-kitty agent tasks move-task WP01 --to done --note "Approved"

Troubleshooting


Command Reference

See Also

Background

Getting Started