Skip to content

cursor-agentic-workflow (plugin bundle)

A redistributable plugin bundling the workspace's stable skills, subagents, and rules per the Cursor Plugins docs.

What's bundled

  • skills/ — a snapshot of stable skills from .cursor/skills/. Canonical source and full list: shared/skills/README.md. This snapshot is synced manually (see Build below) and can lag — treat shared/skills/ as authoritative.
  • agents/verifier and docs-runbook subagents, mirrored from .cursor/agents/.
  • rules/ — global baseline rules (without project overrides).

Local install (test before publish)

ln -s "$(pwd)" "$HOME/.cursor/plugins/local/cursor-agentic-workflow"

Then reload Cursor.

Distribution

This plugin is intentionally not published to the Cursor Marketplace yet. Promote to publish only after Phase 6 success gate (consolidated working setup with measurable improvements over baseline).

Build

A real build step (when needed) should:

  1. Sync skills/, agents/, rules/ from the canonical paths.
  2. Bump version in plugin.json.
  3. Tag the workspace at the version.

This is currently a manual process.