pi-rubric

Interactive rubric builder for pi — shape measurable checkboxes, then hand them to pi-goal

Packages

Package details

extension

Install pi-rubric from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:pi-rubric
Package
pi-rubric
Version
0.1.0
Published
Jun 15, 2026
Downloads
not available
Author
pisakhov
License
MIT
Types
extension
Size
12.8 KB
Dependencies
0 dependencies · 4 peers
Pi manifest JSON
{
  "extensions": [
    ".pi/extensions/pi-rubric"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

pi-rubric

Interactive rubric builder for pi.

pi-rubric adds /pi-rubric: a short A/B/Ignore interview that turns a fuzzy goal into 3–5 measurable checkbox criteria. On approval, it pastes a /goal ... prompt into the editor so you can edit or submit it yourself.

Pairs with pi-goal: pi-rubric defines what done means, pi-goal works until done.

Install

pi install npm:pi-rubric

Usage

/pi-rubric improve duplicate detection in this repo

Flow:

  1. Choose Option A, Option B, or Ignore/custom.
  2. Type anytime to steer instead of choosing.
  3. Watch the draft rubric and progress update.
  4. Approve the final rubric.
  5. pi-rubric pastes /goal ... into your editor.
  6. Edit or press Enter.

What it adds

  • /pi-rubric [hint]
  • ask_human tool for A/B/Ignore rubric questions
  • complete_rubric tool for final approval and /goal editor handoff
  • compact TUI progress widget

License

MIT