cursorcade

Engineering Plugin

Engineering workflow skills for Cursor, adapted from mattpocock/skills (MIT).

Works with Conductor for remediation programmes; OKF knowledge lives in the repo, not only under conductor/.

Commands

Command Description
/grilling Stress-test a plan or decision
/grill-with-docs Grilling + OKF knowledge / decision concepts
/research Primary-source research → markdown
/prototype Throwaway spike (use /conductor-prototype for decision tracks)
/improve-codebase-architecture Deepening opportunities → HTML report

OKF knowledge (primary)

Project and domain documentation use OKF v0.1 in the repository:

Placement When
knowledge/ Repo-wide project docs, cross-cutting decisions
<module>/knowledge/ Domain/package docs (e.g. <pkg>/knowledge/)
conductor/knowledge/ Fallback only — avoid for user-facing project docs

OKF layout: <bundle-root>/index.md, concept frontmatter (type, title, description), bundle-relative links, optional log.md. See OKF spec.

When the user asks for knowledge or project docs, discover or scaffold at repo scope — load Conductor templates/knowledge/bundle-placement-guide.md if Conductor is installed.

Context mapping

Legacy OKF default
docs/adr/ <bundle-root>/decisions/<slug>.md
CONTEXT.md conductor/context/product.md or repo CONTEXT.md + OKF overview concepts
Explore subagent Task + subagent_type=explore

Conductor integration

Lifecycle Command
Decision brainstorm /grilling
Evidence /research
Spike /conductor-prototype
OKF decision concept /grill-with-docs<bundle-root>/decisions/<slug>.md

Attribution

Skills from mattpocock/skills. OKF from Google Cloud.