From hone
Lists all PRDs in .plans/ directory excluding archive, showing feature name, associated task file, and status (not started, in progress X/Y, completed, no tasks). Tracks feature planning progress.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hone:prdsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
List all PRDs and their status:
List all PRDs and their status:
Use Glob to find all prd-*.md files in .plans/ directory (not in .plans/archive/).
For each PRD file:
prd-<feature>.md -> <feature>.plans/tasks-<feature>.yml existscompleted or cancelled)Display results:
PRDs in .plans/
.plans/prd-<feature>.md
Tasks: .plans/tasks-<feature>.yml (or "none")
Status: <status>
If no PRDs found:
No PRDs found in .plans/
Create a PRD with: /hone:prd "your feature description"
npx claudepluginhub oskarhane/hone-ai --plugin honeLists all PRDs in product-docs/ with status, version, progress from linked tasks, metadata. Filters by status/type; formats as table/list/json. Tracks product dev status.
Audits PRD blueprints against implementation evidence in archives, features directories, and codebase. Classifies phases as Complete/Partial/Not Started and guides disposition decisions like archive, add/remove scope, defer, or continue.
Displays progress on incomplete task lists from .plans/tasks-*.yml files: total/completed counts, next actionable task per feature. Use to check active feature status.