Loading...
Loading...
List all plans from the KB database with key metadata. Use to get a quick overview of plan statuses, priorities, and story counts.
npx skill4agent add michael-menard/monorepo plans/plans # All non-archived plans (excludes implemented + superseded)
/plans all # All plans regardless of status
/plans --status=draft # Filter by status
/plans --type=migration # Filter by plan type| Argument | Maps To | Values |
|---|---|---|
| no filter | show everything |
| | draft, accepted, stories-created, in-progress, implemented, superseded, archived |
| | feature, refactor, migration, infra, tooling, workflow, audit, spike |
| | e.g., APIP, SKCR, DASH |
| (no args) | default | exclude |
kb_list_planslimit: 100kb_list_plans({ status: 'draft', limit: 100 })kb_list_plans({ status: 'in-progress', limit: 100 })stories-createdacceptedkb_list_plans({ limit: 100 })implementedsuperseded| Plan Slug | Title | Status | Type | Prefix | Priority | Stories | Tags | Updated |——+NN plans total: X draft, Y in-progress, Z implemented, W superseded