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.
npx claudepluginhub oskarhane/hone-ai --plugin honeThis skill uses the workspace's default tool permissions.
List all PRDs and their 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.
Displays feature tracker statistics, progress bars, phase breakdowns, PRD coverage, blocked features, and staleness warnings from docs/blueprint/feature-tracker.json. Prompts dynamic next actions.
Share bugs, ideas, or general feedback.
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"