agile-development
Installation
SKILL.md
Agile Development 2.0
Sixteen tools on rm_* and pm_*. This is the plugin-provided Agile module
(com.snc.sdlc.agile.2.0), not a generic task tracker — the tables are its own and the state values
are numbers behind friendly labels.
Is the plugin even on?
Every table here comes from the plugin. If it is not activated, calls fail with "Invalid table", and the tools say so with the plugin id rather than passing the raw error through. Cheapest check — a read that needs no ids:
await snow_agile_sprint_query({ limit: 1 }) // touches rm_sprint
An instance without the plugin has none of this and no amount of retrying helps.