What is next-actions?
Query the KB database for the next unblocked stories and recommend commands. Falls back to WORK-ORDER-BY-BATCH.md if the DB has no stories. Source: michael-menard/monorepo.
Query the KB database for the next unblocked stories and recommend commands. Falls back to WORK-ORDER-BY-BATCH.md if the DB has no stories.
Quickly install next-actions AI skill to your development environment via command line
Source: michael-menard/monorepo.
CRITICAL EXECUTION RULE: Do NOT spawn sub-agents (Task tool) for this skill. Call all MCP tools directly in the main conversation using the mcpknowledge-base prefix. Sub-agents do not have reliable access to the knowledge-base MCP server and will waste time exploring the filesystem instead of making tool calls.
Queries the KB database (single source of truth) for stories that need action, resolves dependencies at query time, and maps each story's state to the appropriate workflow command.
Inflight work always appears before new work. Stories being actively worked by an agent (active worktree in DB) are excluded entirely.
Query the KB database for the next unblocked stories and recommend commands. Falls back to WORK-ORDER-BY-BATCH.md if the DB has no stories. Source: michael-menard/monorepo.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/michael-menard/monorepo --skill next-actionsQuery the KB database for the next unblocked stories and recommend commands. Falls back to WORK-ORDER-BY-BATCH.md if the DB has no stories. Source: michael-menard/monorepo.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/michael-menard/monorepo --skill next-actions Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/michael-menard/monorepo